#D06AAC

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

Shades of Hopbush #D06AAC

Tints of Hopbush #D06AAC

Color information

#D06AAC (or 0xD06AAC) is unknown color: approx Hopbush. HEX triplet: D0, 6A and AC. RGB value is (208,106,172). Sum of RGB (Red+Green+Blue) = 208+106+172=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D06AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06AAC is #2F9553. Grayscale: #8F8F8F. Windows color (decimal): -3118420 or 11299536. OLE color: 11299536.

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

Color convert

RGB208106172-
CMYK00.490.170.18
HSL321.18º52.04%61.57%-
HSV(B)321.18º49.04%81.57%-
XYZ38.6126.742.15-
YUV144.02143.79173.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.80%
GREEN value IS 106 (41.80% from 255) = 21.81%
BLUE value IS 172 (67.58% from 255) = 35.39%
R=42.80%
G=21.81%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810617200.490.170.18321.1852.0461.57
HexD06AAC0311112141343e
Octal32015225406121225016476
Binary1101000011010101010110001100011000110010101000001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06AAC; }

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

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

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

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

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

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

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

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