#D53CA1

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

Shades of Deep Cerise #D53CA1

Tints of Deep Cerise #D53CA1

Color information

#D53CA1 (or 0xD53CA1) is unknown color: approx Deep Cerise. HEX triplet: D5, 3C and A1. RGB value is (213,60,161). Sum of RGB (Red+Green+Blue) = 213+60+161=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53CA1 is #2AC35E. Grayscale: #757575. Windows color (decimal): -2802527 or 10566869. OLE color: 10566869.

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

Color convert

RGB21360161-
CMYK00.720.240.16
HSL320.39º64.56%53.53%-
HSV(B)320.39º71.83%83.53%-
XYZ35.4919.9535.7-
YUV117.26152.69196.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.08%
GREEN value IS 60 (23.83% from 255) = 13.82%
BLUE value IS 161 (63.28% from 255) = 37.10%
R=49.08%
G=13.82%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136016100.720.240.16320.3964.5653.53
HexD53CA104818101404136
Octal325742410110302050010166
Binary11010101111100101000010100100011000100001010000001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53CA1; }

 p { color: rgb(213,60,161); }

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

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

 a { background-color: rgb(213,60,161); }

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

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

 span { border-color: rgb(213,60,161); }

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