#D96AAD

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

Shades of Hopbush #D96AAD

Tints of Hopbush #D96AAD

Color information

#D96AAD (or 0xD96AAD) is unknown color: approx Hopbush. HEX triplet: D9, 6A and AD. RGB value is (217,106,173). Sum of RGB (Red+Green+Blue) = 217+106+173=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96AAD is #269552. Grayscale: #929292. Windows color (decimal): -2528595 or 11365081. OLE color: 11365081.

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

Color convert

RGB217106173-
CMYK00.510.200.15
HSL323.78º59.36%63.33%-
HSV(B)323.78º51.15%85.1%-
XYZ41.3128.0842.78-
YUV146.83142.77178.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.75%
GREEN value IS 106 (41.80% from 255) = 21.37%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=43.75%
G=21.37%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710617300.510.200.15323.7859.3663.33
HexD96AAD03314F1443b3f
Octal33115225506324175047377
Binary110110011101010101011010110011101001111101000100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96AAD; }

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

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

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

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

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

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

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

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