#D53996

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

Shades of Deep Cerise #D53996

Tints of Deep Cerise #D53996

Color information

#D53996 (or 0xD53996) is unknown color: approx Deep Cerise. HEX triplet: D5, 39 and 96. RGB value is (213,57,150). Sum of RGB (Red+Green+Blue) = 213+57+150=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D53996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53996 is #2AC669. Grayscale: #727272. Windows color (decimal): -2803306 or 9845205. OLE color: 9845205.

HSL color Cylindrical-coordinate representation of color #D53996: hue angle of 324.23º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53996 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB21357150-
CMYK00.730.300.16
HSL324.23º65%52.94%-
HSV(B)324.23º73.24%83.53%-
XYZ34.4119.2730.76-
YUV114.25148.18198.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.71%
GREEN value IS 57 (22.66% from 255) = 13.57%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=50.71%
G=13.57%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135715000.730.300.16324.236552.94
HexD539960491E101444135
Octal325712260111362050410165
Binary11010101111001100101100100100111110100001010001001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53996; }

 p { color: rgb(213,57,150); }

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

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

 a { background-color: rgb(213,57,150); }

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

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

 span { border-color: rgb(213,57,150); }

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