#D06691

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

Shades of Hopbush #D06691

Tints of Hopbush #D06691

Color information

#D06691 (or 0xD06691) is unknown color: approx Hopbush. HEX triplet: D0, 66 and 91. RGB value is (208,102,145). Sum of RGB (Red+Green+Blue) = 208+102+145=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D06691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06691 is #2F996E. Grayscale: #8A8A8A. Windows color (decimal): -3119471 or 9529040. OLE color: 9529040.

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

Color convert

RGB208102145-
CMYK00.510.300.18
HSL335.66º53%60.78%-
HSV(B)335.66º50.96%81.57%-
XYZ35.8724.9629.71-
YUV138.6131.62177.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 145 (57.03% from 255) = 31.87%
R=45.71%
G=22.42%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810214500.510.300.18335.665360.78
HexD066910331E12150353d
Octal32014622106336225206575
Binary1101000011001101001000101100111111010010101010000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06691; }

 p { color: rgb(208,102,145); }

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

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

 a { background-color: rgb(208,102,145); }

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

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

 span { border-color: rgb(208,102,145); }

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