#D96499

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

Shades of Hopbush #D96499

Tints of Hopbush #D96499

Color information

#D96499 (or 0xD96499) is unknown color: approx Hopbush. HEX triplet: D9, 64 and 99. RGB value is (217,100,153). Sum of RGB (Red+Green+Blue) = 217+100+153=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D96499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96499 is #269B66. Grayscale: #8C8C8C. Windows color (decimal): -2530151 or 10052825. OLE color: 10052825.

HSL color Cylindrical-coordinate representation of color #D96499: hue angle of 332.82º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96499 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB217100153-
CMYK00.540.290.15
HSL332.82º60.62%62.16%-
HSV(B)332.82º53.92%85.1%-
XYZ38.9226.1733.14-
YUV141.02134.76182.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.17%
GREEN value IS 100 (39.45% from 255) = 21.28%
BLUE value IS 153 (60.16% from 255) = 32.55%
R=46.17%
G=21.28%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710015300.540.290.15332.8260.6262.16
HexD964990361DF14d3d3e
Octal33114423106635175157576
Binary110110011100100100110010110110111011111101001101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96499; }

 p { color: rgb(217,100,153); }

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

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

 a { background-color: rgb(217,100,153); }

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

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

 span { border-color: rgb(217,100,153); }

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