#D578A8

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

Shades of Hopbush #D578A8

Tints of Hopbush #D578A8

Color information

#D578A8 (or 0xD578A8) is unknown color: approx Hopbush. HEX triplet: D5, 78 and A8. RGB value is (213,120,168). Sum of RGB (Red+Green+Blue) = 213+120+168=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D578A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D578A8 is #2A8757. Grayscale: #999999. Windows color (decimal): -2787160 or 11040981. OLE color: 11040981.

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

Color convert

RGB213120168-
CMYK00.440.210.16
HSL329.03º52.54%65.29%-
HSV(B)329.03º43.66%83.53%-
XYZ41.2230.4140.74-
YUV153.28136.31170.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 120 (47.27% from 255) = 23.95%
BLUE value IS 168 (66.02% from 255) = 33.53%
R=42.51%
G=23.95%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312016800.440.210.16329.0352.5465.29
HexD578A802C15101493541
Octal325170250054252051165101
Binary11010101111100010101000010110010101100001010010011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D578A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D578A8; }

 p { color: rgb(213,120,168); }

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

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

 a { background-color: rgb(213,120,168); }

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

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

 span { border-color: rgb(213,120,168); }

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