#D05C88

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

Shades of Hopbush #D05C88

Tints of Hopbush #D05C88

Color information

#D05C88 (or 0xD05C88) is unknown color: approx Hopbush. HEX triplet: D0, 5C and 88. RGB value is (208,92,136). Sum of RGB (Red+Green+Blue) = 208+92+136=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05C88 is #2FA377. Grayscale: #838383. Windows color (decimal): -3122040 or 8936656. OLE color: 8936656.

HSL color Cylindrical-coordinate representation of color #D05C88: hue angle of 337.24º 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 #D05C88 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB20892136-
CMYK00.560.350.18
HSL337.24º55.24%58.82%-
HSV(B)337.24º55.77%81.57%-
XYZ34.2822.8425.89-
YUV131.7130.43182.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.71%
GREEN value IS 92 (36.33% from 255) = 21.10%
BLUE value IS 136 (53.52% from 255) = 31.19%
R=47.71%
G=21.10%
B=31.19%

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
Decimal2089213600.560.350.18337.2455.2458.82
HexD05C880382312151373b
Octal32013421007043225216773
Binary11010000101110010001000011100010001110010101010001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05C88; }

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

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

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

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

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

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

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

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