#D53CA2

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

Shades of Deep Cerise #D53CA2

Tints of Deep Cerise #D53CA2

Color information

#D53CA2 (or 0xD53CA2) is unknown color: approx Deep Cerise. HEX triplet: D5, 3C and A2. RGB value is (213,60,162). Sum of RGB (Red+Green+Blue) = 213+60+162=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53CA2 is #2AC35D. Grayscale: #757575. Windows color (decimal): -2802526 or 10632405. OLE color: 10632405.

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

Color convert

RGB21360162-
CMYK00.720.240.16
HSL320º64.56%53.53%-
HSV(B)320º71.83%83.53%-
XYZ35.5819.9936.17-
YUV117.38153.19196.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 60 (23.83% from 255) = 13.79%
BLUE value IS 162 (63.67% from 255) = 37.24%
R=48.97%
G=13.79%
B=37.24%

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
Decimal2136016200.720.240.1632064.5653.53
HexD53CA204818101404136
Octal325742420110302050010166
Binary11010101111100101000100100100011000100001010000001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53CA2; }

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

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

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

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

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

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

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

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