#D53989

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

Shades of Deep Cerise #D53989

Tints of Deep Cerise #D53989

Color information

#D53989 (or 0xD53989) is unknown color: approx Deep Cerise. HEX triplet: D5, 39 and 89. RGB value is (213,57,137). Sum of RGB (Red+Green+Blue) = 213+57+137=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D53989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53989 is #2AC676. Grayscale: #707070. Windows color (decimal): -2803319 or 8993237. OLE color: 8993237.

HSL color Cylindrical-coordinate representation of color #D53989: hue angle of 329.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 #D53989 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB21357137-
CMYK00.730.360.16
HSL329.23º65%52.94%-
HSV(B)329.23º73.24%83.53%-
XYZ33.4218.8825.55-
YUV112.76141.68199.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.33%
GREEN value IS 57 (22.66% from 255) = 14.00%
BLUE value IS 137 (53.91% from 255) = 33.66%
R=52.33%
G=14.00%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135713700.730.360.16329.236552.94
HexD5398904924101494135
Octal325712110111442051110165
Binary110101011110011000100101001001100100100001010010011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53989; }

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

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

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

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

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

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

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

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