#D53590

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

Shades of Deep Cerise #D53590

Tints of Deep Cerise #D53590

Color information

#D53590 (or 0xD53590) is unknown color: approx Deep Cerise. HEX triplet: D5, 35 and 90. RGB value is (213,53,144). Sum of RGB (Red+Green+Blue) = 213+53+144=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D53590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53590 is #2ACA6F. Grayscale: #6F6F6F. Windows color (decimal): -2804336 or 9450965. OLE color: 9450965.

HSL color Cylindrical-coordinate representation of color #D53590: hue angle of 325.88º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53590 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB21353144-
CMYK00.750.320.16
HSL325.88º65.57%52.16%-
HSV(B)325.88º75.12%83.53%-
XYZ33.7518.7128.22-
YUV111.21146.51200.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.95%
GREEN value IS 53 (21.09% from 255) = 12.93%
BLUE value IS 144 (56.64% from 255) = 35.12%
R=51.95%
G=12.93%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135314400.750.320.16325.8865.5752.16
HexD5359004B20101464234
Octal325652200113402050610264
Binary110101011101011001000001001011100000100001010001101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53590; }

 p { color: rgb(213,53,144); }

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

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

 a { background-color: rgb(213,53,144); }

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

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

 span { border-color: rgb(213,53,144); }

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