#D960AA

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

Shades of Hopbush #D960AA

Tints of Hopbush #D960AA

Color information

#D960AA (or 0xD960AA) is unknown color: approx Hopbush. HEX triplet: D9, 60 and AA. RGB value is (217,96,170). Sum of RGB (Red+Green+Blue) = 217+96+170=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D960AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D960AA is #269F55. Grayscale: #8C8C8C. Windows color (decimal): -2531158 or 11165913. OLE color: 11165913.

HSL color Cylindrical-coordinate representation of color #D960AA: hue angle of 323.31º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D960AA is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB21796170-
CMYK00.560.220.15
HSL323.31º61.42%61.37%-
HSV(B)323.31º55.76%85.1%-
XYZ40.0526.0240.94-
YUV140.61144.59182.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.93%
GREEN value IS 96 (37.89% from 255) = 19.88%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=44.93%
G=19.88%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179617000.560.220.15323.3161.4261.37
HexD960AA03816F1433d3d
Octal33114025207026175037575
Binary110110011100000101010100111000101101111101000011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D960AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D960AA; }

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

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

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

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

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

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

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

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