#D96099

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

Shades of Hopbush #D96099

Tints of Hopbush #D96099

Color information

#D96099 (or 0xD96099) is unknown color: approx Hopbush. HEX triplet: D9, 60 and 99. RGB value is (217,96,153). Sum of RGB (Red+Green+Blue) = 217+96+153=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D96099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96099 is #269F66. Grayscale: #8A8A8A. Windows color (decimal): -2531175 or 10051801. OLE color: 10051801.

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

Color convert

RGB21796153-
CMYK00.560.290.15
HSL331.74º61.42%61.37%-
HSV(B)331.74º55.76%85.1%-
XYZ38.5525.4233.01-
YUV138.68136.09183.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.57%
GREEN value IS 96 (37.89% from 255) = 20.60%
BLUE value IS 153 (60.16% from 255) = 32.83%
R=46.57%
G=20.60%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179615300.560.290.15331.7461.4261.37
HexD960990381DF14c3d3d
Octal33114023107035175147575
Binary110110011100000100110010111000111011111101001100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96099; }

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

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

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

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

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

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

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

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