#D06BA6

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

Shades of Hopbush #D06BA6

Tints of Hopbush #D06BA6

Color information

#D06BA6 (or 0xD06BA6) is unknown color: approx Hopbush. HEX triplet: D0, 6B and A6. RGB value is (208,107,166). Sum of RGB (Red+Green+Blue) = 208+107+166=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D06BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06BA6 is #2F9459. Grayscale: #8F8F8F. Windows color (decimal): -3118170 or 10906576. OLE color: 10906576.

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

Color convert

RGB208107166-
CMYK00.490.200.18
HSL324.95º51.79%61.76%-
HSV(B)324.95º48.56%81.57%-
XYZ38.1526.6839.21-
YUV143.93140.46173.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.24%
GREEN value IS 107 (42.19% from 255) = 22.25%
BLUE value IS 166 (65.23% from 255) = 34.51%
R=43.24%
G=22.25%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810716600.490.200.18324.9551.7961.76
HexD06BA60311412145343e
Octal32015324606124225056476
Binary1101000011010111010011001100011010010010101000101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06BA6; }

 p { color: rgb(208,107,166); }

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

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

 a { background-color: rgb(208,107,166); }

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

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

 span { border-color: rgb(208,107,166); }

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