#D96DA9

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

Shades of Hopbush #D96DA9

Tints of Hopbush #D96DA9

Color information

#D96DA9 (or 0xD96DA9) is unknown color: approx Hopbush. HEX triplet: D9, 6D and A9. RGB value is (217,109,169). Sum of RGB (Red+Green+Blue) = 217+109+169=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 169 (66.41% from 255 or 34.14% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96DA9 is #269256. Grayscale: #949494. Windows color (decimal): -2527831 or 11103705. OLE color: 11103705.

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

Color convert

RGB217109169-
CMYK00.500.220.15
HSL326.67º58.7%63.92%-
HSV(B)326.67º49.77%85.1%-
XYZ41.2528.5540.87-
YUV148.13139.78177.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 109 (42.97% from 255) = 22.02%
BLUE value IS 169 (66.41% from 255) = 34.14%
R=43.84%
G=22.02%
B=34.14%

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
Decimal21710916900.500.220.15326.6758.763.92
HexD96DA903216F1473b40
Octal331155251062261750773100
Binary1101100111011011010100101100101011011111010001111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96DA9; }

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

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

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

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

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

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

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

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