#D06AB0

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

Shades of Hopbush #D06AB0

Tints of Hopbush #D06AB0

Color information

#D06AB0 (or 0xD06AB0) is unknown color: approx Hopbush. HEX triplet: D0, 6A and B0. RGB value is (208,106,176). Sum of RGB (Red+Green+Blue) = 208+106+176=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D06AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06AB0 is #2F954F. Grayscale: #909090. Windows color (decimal): -3118416 or 11561680. OLE color: 11561680.

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

Color convert

RGB208106176-
CMYK00.490.150.18
HSL318.82º52.04%61.57%-
HSV(B)318.82º49.04%81.57%-
XYZ3926.8544.2-
YUV144.48145.79173.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.45%
GREEN value IS 106 (41.80% from 255) = 21.63%
BLUE value IS 176 (69.14% from 255) = 35.92%
R=42.45%
G=21.63%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810617600.490.150.18318.8252.0461.57
HexD06AB0031F1213f343e
Octal32015226006117224776476
Binary110100001101010101100000110001111110010100111111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06AB0; }

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

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

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

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

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

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

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

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