Html Css Color HEX #D53CA1 Deep Cerise

📋 copy color: '#D53CA1'

red 213 ◦ green 60 ◦ blue 161

#D53CA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D53CA1

Tints of Deep Cerise #D53CA1

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.1%

R = 49.08%
G = 13.82%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D53CA1 (or 0xD53CA1) is known color: 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

RGB 213 60 161 -
CMYK 0 0.72 0.24 0.16
HSL 320.39º 0.65% 0.54% -
HSV(B) 320.39º 0.72% 0.84% -
XYZ 35.49 19.95 35.7 -
YUV 117.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 213 60 161 0 0.72 0.24 0.16 320.39 0.65 0.54
Hex D5 3C A1 0 48 18 10 140 41 36
Octal 325 74 241 0 110 30 20 500 101 66
Binary 11010101 111100 10100001 0 1001000 11000 10000 101000000 1000001 110110

Color Harmonies of #D53CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CA1

Black with #D53CA1

Text Example


Text Example

White with #D53CA1

Text Example


Text Example

HTML Codes & Css Web 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>