#D53A88

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

Shades of Deep Cerise #D53A88

Tints of Deep Cerise #D53A88

Color information

#D53A88 (or 0xD53A88) is unknown color: approx Deep Cerise. HEX triplet: D5, 3A and 88. RGB value is (213,58,136). Sum of RGB (Red+Green+Blue) = 213+58+136=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53A88 is #2AC577. Grayscale: #717171. Windows color (decimal): -2803064 or 8927957. OLE color: 8927957.

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

Color convert

RGB21358136-
CMYK00.730.360.16
HSL329.81º64.85%53.14%-
HSV(B)329.81º72.77%83.53%-
XYZ33.418.9525.19-
YUV113.24140.85199.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.33%
GREEN value IS 58 (23.05% from 255) = 14.25%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=52.33%
G=14.25%
B=33.42%

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
Decimal2135813600.730.360.16329.8164.8553.14
HexD53A88049241014a4135
Octal325722100111442051210165
Binary110101011110101000100001001001100100100001010010101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53A88; }

 p { color: rgb(213,58,136); }

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

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

 a { background-color: rgb(213,58,136); }

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

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

 span { border-color: rgb(213,58,136); }

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