#D93598

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

Shades of Deep Cerise #D93598

Tints of Deep Cerise #D93598

Color information

#D93598 (or 0xD93598) is unknown color: approx Deep Cerise. HEX triplet: D9, 35 and 98. RGB value is (217,53,152). Sum of RGB (Red+Green+Blue) = 217+53+152=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D93598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93598 is #26CA67. Grayscale: #717171. Windows color (decimal): -2542184 or 9975257. OLE color: 9975257.

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

Color convert

RGB21753152-
CMYK00.760.300.15
HSL323.78º68.33%52.94%-
HSV(B)323.78º75.58%85.1%-
XYZ35.5619.5631.61-
YUV113.32149.83201.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.42%
GREEN value IS 53 (21.09% from 255) = 12.56%
BLUE value IS 152 (59.77% from 255) = 36.02%
R=51.42%
G=12.56%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175315200.760.300.15323.7868.3352.94
HexD9359804C1EF1444435
Octal331652300114361750410465
Binary1101100111010110011000010011001111011111010001001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93598; }

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

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

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

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

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

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

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

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