#D06AAF

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

Shades of Hopbush #D06AAF

Tints of Hopbush #D06AAF

Color information

#D06AAF (or 0xD06AAF) is unknown color: approx Hopbush. HEX triplet: D0, 6A and AF. RGB value is (208,106,175). Sum of RGB (Red+Green+Blue) = 208+106+175=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D06AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06AAF is #2F9550. Grayscale: #909090. Windows color (decimal): -3118417 or 11496144. OLE color: 11496144.

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

Color convert

RGB208106175-
CMYK00.490.160.18
HSL319.41º52.04%61.57%-
HSV(B)319.41º49.04%81.57%-
XYZ38.926.8143.68-
YUV144.36145.29173.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.54%
GREEN value IS 106 (41.80% from 255) = 21.68%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=42.54%
G=21.68%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810617500.490.160.18319.4152.0461.57
HexD06AAF031101213f343e
Octal32015225706120224776476
Binary1101000011010101010111101100011000010010100111111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06AAF; }

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

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

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

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

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

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

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

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