#D06196

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

Shades of Hopbush #D06196

Tints of Hopbush #D06196

Color information

#D06196 (or 0xD06196) is unknown color: approx Hopbush. HEX triplet: D0, 61 and 96. RGB value is (208,97,150). Sum of RGB (Red+Green+Blue) = 208+97+150=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D06196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06196 is #2F9E69. Grayscale: #888888. Windows color (decimal): -3120746 or 9855440. OLE color: 9855440.

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

Color convert

RGB20897150-
CMYK00.530.280.18
HSL331.35º54.15%59.8%-
HSV(B)331.35º53.37%81.57%-
XYZ35.7924.1631.63-
YUV136.23135.77179.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=45.71%
G=21.32%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089715000.530.280.18331.3554.1559.8
HexD061960351C1214b363c
Octal32014122606534225136674
Binary1101000011000011001011001101011110010010101001011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06196; }

 p { color: rgb(208,97,150); }

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

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

 a { background-color: rgb(208,97,150); }

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

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

 span { border-color: rgb(208,97,150); }

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