#D966A0

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

Shades of Hopbush #D966A0

Tints of Hopbush #D966A0

Color information

#D966A0 (or 0xD966A0) is unknown color: approx Hopbush. HEX triplet: D9, 66 and A0. RGB value is (217,102,160). Sum of RGB (Red+Green+Blue) = 217+102+160=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D966A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D966A0 is #26995F. Grayscale: #8E8E8E. Windows color (decimal): -2529632 or 10512089. OLE color: 10512089.

HSL color Cylindrical-coordinate representation of color #D966A0: hue angle of 329.74º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D966A0 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB217102160-
CMYK00.530.260.15
HSL329.74º60.21%62.55%-
HSV(B)329.74º53%85.1%-
XYZ39.7126.7936.34-
YUV143137.6180.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.30%
GREEN value IS 102 (40.23% from 255) = 21.29%
BLUE value IS 160 (62.89% from 255) = 33.40%
R=45.30%
G=21.29%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710216000.530.260.15329.7460.2162.55
HexD966A00351AF14a3c3f
Octal33114624006532175127477
Binary110110011100110101000000110101110101111101001010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D966A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D966A0; }

 p { color: rgb(217,102,160); }

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

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

 a { background-color: rgb(217,102,160); }

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

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

 span { border-color: rgb(217,102,160); }

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