#D53DA1

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

Shades of Deep Cerise #D53DA1

Tints of Deep Cerise #D53DA1

Color information

#D53DA1 (or 0xD53DA1) is unknown color: approx Deep Cerise. HEX triplet: D5, 3D and A1. RGB value is (213,61,161). Sum of RGB (Red+Green+Blue) = 213+61+161=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53DA1 is #2AC25E. Grayscale: #757575. Windows color (decimal): -2802271 or 10567125. OLE color: 10567125.

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

Color convert

RGB21361161-
CMYK00.710.240.16
HSL320.53º64.41%53.73%-
HSV(B)320.53º71.36%83.53%-
XYZ35.5420.0635.72-
YUV117.85152.36195.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 61 (24.22% from 255) = 14.02%
BLUE value IS 161 (63.28% from 255) = 37.01%
R=48.97%
G=14.02%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136116100.710.240.16320.5364.4153.73
HexD53DA104718101414036
Octal325752410107302050110066
Binary11010101111101101000010100011111000100001010000011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53DA1; }

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

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

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

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

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

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

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

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