#D05C87

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

Shades of Hopbush #D05C87

Tints of Hopbush #D05C87

Color information

#D05C87 (or 0xD05C87) is unknown color: approx Hopbush. HEX triplet: D0, 5C and 87. RGB value is (208,92,135). Sum of RGB (Red+Green+Blue) = 208+92+135=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05C87 is #2FA378. Grayscale: #838383. Windows color (decimal): -3122041 or 8871120. OLE color: 8871120.

HSL color Cylindrical-coordinate representation of color #D05C87: hue angle of 337.76º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05C87 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB20892135-
CMYK00.560.350.18
HSL337.76º55.24%58.82%-
HSV(B)337.76º55.77%81.57%-
XYZ34.2122.8125.52-
YUV131.59129.93182.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.82%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 135 (53.12% from 255) = 31.03%
R=47.82%
G=21.15%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089213500.560.350.18337.7655.2458.82
HexD05C870382312152373b
Octal32013420707043225226773
Binary11010000101110010000111011100010001110010101010010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05C87; }

 p { color: rgb(208,92,135); }

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

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

 a { background-color: rgb(208,92,135); }

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

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

 span { border-color: rgb(208,92,135); }

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