#D96AAA

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

Shades of Hopbush #D96AAA

Tints of Hopbush #D96AAA

Color information

#D96AAA (or 0xD96AAA) is unknown color: approx Hopbush. HEX triplet: D9, 6A and AA. RGB value is (217,106,170). Sum of RGB (Red+Green+Blue) = 217+106+170=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96AAA is #269555. Grayscale: #929292. Windows color (decimal): -2528598 or 11168473. OLE color: 11168473.

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

Color convert

RGB217106170-
CMYK00.510.220.15
HSL325.41º59.36%63.33%-
HSV(B)325.41º51.15%85.1%-
XYZ41.0327.9641.27-
YUV146.48141.27178.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 106 (41.80% from 255) = 21.50%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=44.02%
G=21.50%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710617000.510.220.15325.4159.3663.33
HexD96AAA03316F1453b3f
Octal33115225206326175057377
Binary110110011101010101010100110011101101111101000101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96AAA; }

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

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

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

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

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

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

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

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