#D06AAE

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

Shades of Hopbush #D06AAE

Tints of Hopbush #D06AAE

Color information

#D06AAE (or 0xD06AAE) is unknown color: approx Hopbush. HEX triplet: D0, 6A and AE. RGB value is (208,106,174). Sum of RGB (Red+Green+Blue) = 208+106+174=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D06AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06AAE is #2F9551. Grayscale: #909090. Windows color (decimal): -3118418 or 11430608. OLE color: 11430608.

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

Color convert

RGB208106174-
CMYK00.490.160.18
HSL320º52.04%61.57%-
HSV(B)320º49.04%81.57%-
XYZ38.8126.7743.17-
YUV144.25144.79173.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.62%
GREEN value IS 106 (41.80% from 255) = 21.72%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=42.62%
G=21.72%
B=35.66%

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
Decimal20810617400.490.160.1832052.0461.57
HexD06AAE0311012140343e
Octal32015225606120225006476
Binary1101000011010101010111001100011000010010101000000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06AAE; }

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

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

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

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

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

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

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

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