Html Css Color HEX #D53797 Deep Cerise

📋 copy color: '#D53797'

red 213 ◦ green 55 ◦ blue 151

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

Shades of Deep Cerise #D53797

Tints of Deep Cerise #D53797

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.13%

 BLUE value IS 151 (59.38% from 255) = 36.04%

R = 50.84%
G = 13.13%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D53797 (or 0xD53797) is known color: Deep Cerise. HEX triplet: D5, 37 and 97. RGB value is (213,55,151). Sum of RGB (Red+Green+Blue) = 213+55+151=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D53797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53797 is #2AC868. Grayscale: #707070. Windows color (decimal): -2803817 or 9910229. OLE color: 9910229.

HSL color Cylindrical-coordinate representation of color #D53797: hue angle of 323.54º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53797 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 55 151 -
CMYK 0 0.74 0.29 0.16
HSL 323.54º 0.65% 0.53% -
HSV(B) 323.54º 0.74% 0.84% -
XYZ 34.39 19.11 31.15 -
YUV 113.19 149.35 199.19 -
System Red Green Blue C M Y K H S L
Decimal 213 55 151 0 0.74 0.29 0.16 323.54 0.65 0.53
Hex D5 37 97 0 4A 1D 10 144 41 35
Octal 325 67 227 0 112 35 20 504 101 65
Binary 11010101 110111 10010111 0 1001010 11101 10000 101000100 1000001 110101

Color Harmonies of #D53797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53797

Black with #D53797

Text Example


Text Example

White with #D53797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53797; }

 p { color: rgb(213,55,151); }

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

background-color css

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

 a { background-color: rgb(213,55,151); }

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

border-color css

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

 span { border-color: rgb(213,55,151); }

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