#D96AAF

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

Shades of Hopbush #D96AAF

Tints of Hopbush #D96AAF

Color information

#D96AAF (or 0xD96AAF) is unknown color: approx Hopbush. HEX triplet: D9, 6A and AF. RGB value is (217,106,175). Sum of RGB (Red+Green+Blue) = 217+106+175=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96AAF is #269550. Grayscale: #929292. Windows color (decimal): -2528593 or 11496153. OLE color: 11496153.

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

Color convert

RGB217106175-
CMYK00.510.190.15
HSL322.7º59.36%63.33%-
HSV(B)322.7º51.15%85.1%-
XYZ41.5128.1543.8-
YUV147.05143.77177.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.57%
GREEN value IS 106 (41.80% from 255) = 21.29%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=43.57%
G=21.29%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710617500.510.190.15322.759.3663.33
HexD96AAF03313F1433b3f
Octal33115225706323175037377
Binary110110011101010101011110110011100111111101000011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96AAF; }

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

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

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

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

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

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

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

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