#D066AE

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

Shades of Hopbush #D066AE

Tints of Hopbush #D066AE

Color information

#D066AE (or 0xD066AE) is unknown color: approx Hopbush. HEX triplet: D0, 66 and AE. RGB value is (208,102,174). Sum of RGB (Red+Green+Blue) = 208+102+174=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D066AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D066AE is #2F9951. Grayscale: #8D8D8D. Windows color (decimal): -3119442 or 11429584. OLE color: 11429584.

HSL color Cylindrical-coordinate representation of color #D066AE: hue angle of 319.25º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D066AE is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB208102174-
CMYK00.510.160.18
HSL319.25º53%60.78%-
HSV(B)319.25º50.96%81.57%-
XYZ38.425.9743.03-
YUV141.9146.12175.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.98%
GREEN value IS 102 (40.23% from 255) = 21.07%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=42.98%
G=21.07%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810217400.510.160.18319.255360.78
HexD066AE033101213f353d
Octal32014625606320224776575
Binary1101000011001101010111001100111000010010100111111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D066AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D066AE; }

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

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

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

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

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

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

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

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