#D96DAA

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

Shades of Hopbush #D96DAA

Tints of Hopbush #D96DAA

Color information

#D96DAA (or 0xD96DAA) is unknown color: approx Hopbush. HEX triplet: D9, 6D and AA. RGB value is (217,109,170). Sum of RGB (Red+Green+Blue) = 217+109+170=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96DAA is #269255. Grayscale: #949494. Windows color (decimal): -2527830 or 11169241. OLE color: 11169241.

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

Color convert

RGB217109170-
CMYK00.500.220.15
HSL326.11º58.7%63.92%-
HSV(B)326.11º49.77%85.1%-
XYZ41.3428.5941.37-
YUV148.25140.28177.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.75%
GREEN value IS 109 (42.97% from 255) = 21.98%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=43.75%
G=21.98%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710917000.500.220.15326.1158.763.92
HexD96DAA03216F1463b40
Octal331155252062261750673100
Binary1101100111011011010101001100101011011111010001101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96DAA; }

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

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

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

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

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

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

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

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