#D479AE

Color #D479AE Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #D479AE

Tints of Hopbush #D479AE

Color information

#D479AE (or 0xD479AE) is unknown color: approx Hopbush. HEX triplet: D4, 79 and AE. RGB value is (212,121,174). Sum of RGB (Red+Green+Blue) = 212+121+174=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D479AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D479AE is #2B8651. Grayscale: #9A9A9A. Windows color (decimal): -2852434 or 11434452. OLE color: 11434452.

HSL color Cylindrical-coordinate representation of color #D479AE: hue angle of 325.05º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D479AE is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212121174-
CMYK00.430.180.17
HSL325.05º51.41%65.29%-
HSV(B)325.05º42.92%83.14%-
XYZ41.6330.7343.78-
YUV154.25139.15169.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 41.81%
GREEN value IS 121 (47.66% from 255) = 23.87%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=41.81%
G=23.87%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212117400.430.180.17325.0551.4165.29
HexD479AE02B12111453341
Octal324171256053222150563101
Binary11010100111100110101110010101110010100011010001011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D479AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D479AE; }

 p { color: rgb(212,121,174); }

 H1.HeaderClassName
 {
   color: #D479AE;
 }
 .AnyTagClassName
 {
   color: #D479AE;
 }
</style>
background-color css

<style>
 a { background-color: #D479AE; }

 a { background-color: rgb(212,121,174); }

 div.DivClassName
 {
   background-color: #D479AE;
 }
 .BgClassName
 {
   background-color: #D479AE;
 }
</style>
border-color css

<style>
 span { border-color: #D479AE; }

 span { border-color: rgb(212,121,174); }

 td.TdClassName
 {
   border-color: #D479AE;
 }
 .TagClassName
 {
   border-color: #D479AE;
 }
</style>