#D95999

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

Shades of Hopbush #D95999

Tints of Hopbush #D95999

Color information

#D95999 (or 0xD95999) is unknown color: approx Hopbush. HEX triplet: D9, 59 and 99. RGB value is (217,89,153). Sum of RGB (Red+Green+Blue) = 217+89+153=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D95999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95999 is #26A666. Grayscale: #868686. Windows color (decimal): -2532967 or 10050009. OLE color: 10050009.

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

Color convert

RGB21789153-
CMYK00.590.290.15
HSL330º62.75%60%-
HSV(B)330º58.99%85.1%-
XYZ37.9424.232.81-
YUV134.57138.41186.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.28%
GREEN value IS 89 (35.16% from 255) = 19.39%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=47.28%
G=19.39%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178915300.590.290.1533062.7560
HexD9599903B1DF14a3f3c
Octal33113123107335175127774
Binary110110011011001100110010111011111011111101001010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95999; }

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

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

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

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

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

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

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

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