#D06099

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

Shades of Hopbush #D06099

Tints of Hopbush #D06099

Color information

#D06099 (or 0xD06099) is unknown color: approx Hopbush. HEX triplet: D0, 60 and 99. RGB value is (208,96,153). Sum of RGB (Red+Green+Blue) = 208+96+153=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D06099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06099 is #2F9F66. Grayscale: #878787. Windows color (decimal): -3120999 or 10051792. OLE color: 10051792.

HSL color Cylindrical-coordinate representation of color #D06099: hue angle of 329.46º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D06099 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB20896153-
CMYK00.540.260.18
HSL329.46º54.37%59.61%-
HSV(B)329.46º53.85%81.57%-
XYZ35.9524.0832.89-
YUV135.99137.61179.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.51%
GREEN value IS 96 (37.89% from 255) = 21.01%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=45.51%
G=21.01%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089615300.540.260.18329.4654.3759.61
HexD060990361A12149363c
Octal32014023106632225116674
Binary1101000011000001001100101101101101010010101001001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06099; }

 p { color: rgb(208,96,153); }

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

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

 a { background-color: rgb(208,96,153); }

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

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

 span { border-color: rgb(208,96,153); }

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