Html Css Color HEX #D53DA1 Deep Cerise

📋 copy color: '#D53DA1'

red 213 ◦ green 61 ◦ blue 161

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

Shades of Deep Cerise #D53DA1

Tints of Deep Cerise #D53DA1

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 value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

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

RGB 213 61 161 -
CMYK 0 0.71 0.24 0.16
HSL 320.53º 0.64% 0.54% -
HSV(B) 320.53º 0.71% 0.84% -
XYZ 35.54 20.06 35.72 -
YUV 117.85 152.36 195.87 -
System Red Green Blue C M Y K H S L
Decimal 213 61 161 0 0.71 0.24 0.16 320.53 0.64 0.54
Hex D5 3D A1 0 47 18 10 141 40 36
Octal 325 75 241 0 107 30 20 501 100 66
Binary 11010101 111101 10100001 0 1000111 11000 10000 101000001 1000000 110110

Color Harmonies of #D53DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DA1

Black with #D53DA1

Text Example


Text Example

White with #D53DA1

Text Example


Text Example

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