#D06A91

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

Shades of Hopbush #D06A91

Tints of Hopbush #D06A91

Color information

#D06A91 (or 0xD06A91) is unknown color: approx Hopbush. HEX triplet: D0, 6A and 91. RGB value is (208,106,145). Sum of RGB (Red+Green+Blue) = 208+106+145=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06A91 is #2F956E. Grayscale: #8C8C8C. Windows color (decimal): -3118447 or 9530064. OLE color: 9530064.

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

Color convert

RGB208106145-
CMYK00.490.300.18
HSL337.06º52.04%61.57%-
HSV(B)337.06º49.04%81.57%-
XYZ36.2825.7629.85-
YUV140.94130.29175.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.32%
GREEN value IS 106 (41.80% from 255) = 23.09%
BLUE value IS 145 (57.03% from 255) = 31.59%
R=45.32%
G=23.09%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810614500.490.300.18337.0652.0461.57
HexD06A910311E12151343e
Octal32015222106136225216476
Binary1101000011010101001000101100011111010010101010001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06A91; }

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

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

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

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

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

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

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

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