Html Css Color HEX #D53E81 Deep Cerise

📋 copy color: '#D53E81'

red 213 ◦ green 62 ◦ blue 129

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

Shades of Deep Cerise #D53E81

Tints of Deep Cerise #D53E81

RGB

 RED value IS 213 (83.59% from 255) = 52.72%

 GREEN value IS 62 (24.61% from 255) = 15.35%

 BLUE value IS 129 (50.78% from 255) = 31.93%

R = 52.72%
G = 15.35%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D53E81 (or 0xD53E81) is known color: Deep Cerise. HEX triplet: D5, 3E and 81. RGB value is (213,62,129). Sum of RGB (Red+Green+Blue) = 213+62+129=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53E81 is #2AC17E. Grayscale: #727272. Windows color (decimal): -2802047 or 8470229. OLE color: 8470229.

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

Color convert

RGB 213 62 129 -
CMYK 0 0.71 0.39 0.16
HSL 333.38º 0.64% 0.54% -
HSV(B) 333.38º 0.71% 0.84% -
XYZ 33.13 19.18 22.72 -
YUV 114.79 136.03 198.05 -
System Red Green Blue C M Y K H S L
Decimal 213 62 129 0 0.71 0.39 0.16 333.38 0.64 0.54
Hex D5 3E 81 0 47 27 10 14D 40 36
Octal 325 76 201 0 107 47 20 515 100 66
Binary 11010101 111110 10000001 0 1000111 100111 10000 101001101 1000000 110110

Color Harmonies of #D53E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53E81

Black with #D53E81

Text Example


Text Example

White with #D53E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53E81; }

 p { color: rgb(213,62,129); }

 H1.HeaderClassName
 {
   color: #D53E81;
 }
 .AnyTagClassName
 {
   color: #D53E81;
 }
</style>

background-color css

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

 a { background-color: rgb(213,62,129); }

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

border-color css

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

 span { border-color: rgb(213,62,129); }

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