#D066A5

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

Shades of Hopbush #D066A5

Tints of Hopbush #D066A5

Color information

#D066A5 (or 0xD066A5) is unknown color: approx Hopbush. HEX triplet: D0, 66 and A5. RGB value is (208,102,165). Sum of RGB (Red+Green+Blue) = 208+102+165=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D066A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D066A5 is #2F995A. Grayscale: #8C8C8C. Windows color (decimal): -3119451 or 10839760. OLE color: 10839760.

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

Color convert

RGB208102165-
CMYK00.510.210.18
HSL324.34º53%60.78%-
HSV(B)324.34º50.96%81.57%-
XYZ37.5625.6338.56-
YUV140.88141.62175.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.79%
GREEN value IS 102 (40.23% from 255) = 21.47%
BLUE value IS 165 (64.84% from 255) = 34.74%
R=43.79%
G=21.47%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810216500.510.210.18324.345360.78
HexD066A50331512144353d
Octal32014624506325225046575
Binary1101000011001101010010101100111010110010101000100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D066A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D066A5; }

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

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

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

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

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

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

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

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