Html Css Color HEX #D53F91 Deep Cerise

📋 copy color: '#D53F91'

red 213 ◦ green 63 ◦ blue 145

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

Shades of Deep Cerise #D53F91

Tints of Deep Cerise #D53F91

RGB

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

 GREEN value IS 63 (25% from 255) = 14.96%

 BLUE value IS 145 (57.03% from 255) = 34.44%

R = 50.59%
G = 14.96%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D53F91 (or 0xD53F91) is known color: Deep Cerise. HEX triplet: D5, 3F and 91. RGB value is (213,63,145). Sum of RGB (Red+Green+Blue) = 213+63+145=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53F91 is #2AC06E. Grayscale: #757575. Windows color (decimal): -2801775 or 9519061. OLE color: 9519061.

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

Color convert

RGB 213 63 145 -
CMYK 0 0.70 0.32 0.16
HSL 327.2º 0.64% 0.54% -
HSV(B) 327.2º 0.7% 0.84% -
XYZ 34.33 19.75 28.79 -
YUV 117.2 143.7 196.33 -
System Red Green Blue C M Y K H S L
Decimal 213 63 145 0 0.70 0.32 0.16 327.2 0.64 0.54
Hex D5 3F 91 0 46 20 10 147 40 36
Octal 325 77 221 0 106 40 20 507 100 66
Binary 11010101 111111 10010001 0 1000110 100000 10000 101000111 1000000 110110

Color Harmonies of #D53F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F91

Black with #D53F91

Text Example


Text Example

White with #D53F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F91; }

 p { color: rgb(213,63,145); }

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

background-color css

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

 a { background-color: rgb(213,63,145); }

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

border-color css

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

 span { border-color: rgb(213,63,145); }

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