Html Css Color HEX #D53191 Deep Cerise

📋 copy color: '#D53191'

red 213 ◦ green 49 ◦ blue 145

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

Shades of Deep Cerise #D53191

Tints of Deep Cerise #D53191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.04%

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

R = 52.33%
G = 12.04%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D53191 (or 0xD53191) is known color: Deep Cerise. HEX triplet: D5, 31 and 91. RGB value is (213,49,145). Sum of RGB (Red+Green+Blue) = 213+49+145=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D53191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53191 is #2ACE6E. Grayscale: #6C6C6C. Windows color (decimal): -2805359 or 9515477. OLE color: 9515477.

HSL color Cylindrical-coordinate representation of color #D53191: hue angle of 324.88º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53191 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 49 145 -
CMYK 0 0.77 0.32 0.16
HSL 324.88º 0.66% 0.51% -
HSV(B) 324.88º 0.77% 0.84% -
XYZ 33.65 18.39 28.56 -
YUV 108.98 148.33 202.19 -
System Red Green Blue C M Y K H S L
Decimal 213 49 145 0 0.77 0.32 0.16 324.88 0.66 0.51
Hex D5 31 91 0 4D 20 10 145 42 33
Octal 325 61 221 0 115 40 20 505 102 63
Binary 11010101 110001 10010001 0 1001101 100000 10000 101000101 1000010 110011

Color Harmonies of #D53191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53191

Black with #D53191

Text Example


Text Example

White with #D53191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53191; }

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

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

background-color css

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

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

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

border-color css

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

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

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