#D93599

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

Shades of Deep Cerise #D93599

Tints of Deep Cerise #D93599

Color information

#D93599 (or 0xD93599) is unknown color: approx Deep Cerise. HEX triplet: D9, 35 and 99. RGB value is (217,53,153). Sum of RGB (Red+Green+Blue) = 217+53+153=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D93599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93599 is #26CA66. Grayscale: #717171. Windows color (decimal): -2542183 or 10040793. OLE color: 10040793.

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

Color convert

RGB21753153-
CMYK00.760.290.15
HSL323.41º68.33%52.94%-
HSV(B)323.41º75.58%85.1%-
XYZ35.6419.632.04-
YUV113.44150.33201.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.30%
GREEN value IS 53 (21.09% from 255) = 12.53%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=51.30%
G=12.53%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175315300.760.290.15323.4168.3352.94
HexD9359904C1DF1434435
Octal331652310114351750310465
Binary1101100111010110011001010011001110111111010000111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93599; }

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

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

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

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

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

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

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

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