#D966AA

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

Shades of Hopbush #D966AA

Tints of Hopbush #D966AA

Color information

#D966AA (or 0xD966AA) is unknown color: approx Hopbush. HEX triplet: D9, 66 and AA. RGB value is (217,102,170). Sum of RGB (Red+Green+Blue) = 217+102+170=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D966AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D966AA is #269955. Grayscale: #8F8F8F. Windows color (decimal): -2529622 or 11167449. OLE color: 11167449.

HSL color Cylindrical-coordinate representation of color #D966AA: hue angle of 324.52º 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 #D966AA is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217102170-
CMYK00.530.220.15
HSL324.52º60.21%62.55%-
HSV(B)324.52º53%85.1%-
XYZ40.6227.1641.13-
YUV144.14142.6179.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 102 (40.23% from 255) = 20.86%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=44.38%
G=20.86%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710217000.530.220.15324.5260.2162.55
HexD966AA03516F1453c3f
Octal33114625206526175057477
Binary110110011100110101010100110101101101111101000101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D966AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D966AA; }

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

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

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

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

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

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

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

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