#D579AB

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

Shades of Hopbush #D579AB

Tints of Hopbush #D579AB

Color information

#D579AB (or 0xD579AB) is unknown color: approx Hopbush. HEX triplet: D5, 79 and AB. RGB value is (213,121,171). Sum of RGB (Red+Green+Blue) = 213+121+171=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D579AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D579AB is #2A8654. Grayscale: #9A9A9A. Windows color (decimal): -2786901 or 11237845. OLE color: 11237845.

HSL color Cylindrical-coordinate representation of color #D579AB: hue angle of 327.39º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D579AB is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB213121171-
CMYK00.430.200.16
HSL327.39º52.27%65.49%-
HSV(B)327.39º43.19%83.53%-
XYZ41.6330.7642.27-
YUV154.21137.48169.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.18%
GREEN value IS 121 (47.66% from 255) = 23.96%
BLUE value IS 171 (67.19% from 255) = 33.86%
R=42.18%
G=23.96%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312117100.430.200.16327.3952.2765.49
HexD579AB02B14101473441
Octal325171253053242050764101
Binary11010101111100110101011010101110100100001010001111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D579AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D579AB; }

 p { color: rgb(213,121,171); }

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

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

 a { background-color: rgb(213,121,171); }

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

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

 span { border-color: rgb(213,121,171); }

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