#D479A8

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

Shades of Hopbush #D479A8

Tints of Hopbush #D479A8

Color information

#D479A8 (or 0xD479A8) is unknown color: approx Hopbush. HEX triplet: D4, 79 and A8. RGB value is (212,121,168). Sum of RGB (Red+Green+Blue) = 212+121+168=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D479A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D479A8 is #2B8657. Grayscale: #999999. Windows color (decimal): -2852440 or 11041236. OLE color: 11041236.

HSL color Cylindrical-coordinate representation of color #D479A8: hue angle of 329.01º 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 #D479A8 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB212121168-
CMYK00.430.210.17
HSL329.01º51.41%65.29%-
HSV(B)329.01º42.92%83.14%-
XYZ41.0630.540.77-
YUV153.57136.15169.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.32%
GREEN value IS 121 (47.66% from 255) = 24.15%
BLUE value IS 168 (66.02% from 255) = 33.53%
R=42.32%
G=24.15%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212116800.430.210.17329.0151.4165.29
HexD479A802B15111493341
Octal324171250053252151163101
Binary11010100111100110101000010101110101100011010010011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D479A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D479A8; }

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

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

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

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

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

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

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

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