#D06AA8

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

Shades of Hopbush #D06AA8

Tints of Hopbush #D06AA8

Color information

#D06AA8 (or 0xD06AA8) is unknown color: approx Hopbush. HEX triplet: D0, 6A and A8. RGB value is (208,106,168). Sum of RGB (Red+Green+Blue) = 208+106+168=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D06AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06AA8 is #2F9557. Grayscale: #8F8F8F. Windows color (decimal): -3118424 or 11037392. OLE color: 11037392.

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

Color convert

RGB208106168-
CMYK00.490.190.18
HSL323.53º52.04%61.57%-
HSV(B)323.53º49.04%81.57%-
XYZ38.2326.5540.15-
YUV143.57141.79173.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.15%
GREEN value IS 106 (41.80% from 255) = 21.99%
BLUE value IS 168 (66.02% from 255) = 34.85%
R=43.15%
G=21.99%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810616800.490.190.18323.5352.0461.57
HexD06AA80311312144343e
Octal32015225006123225046476
Binary1101000011010101010100001100011001110010101000100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06AA8; }

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

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

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

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

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

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

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

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