Html Css Color HEX #D53597 Deep Cerise

📋 copy color: '#D53597'

red 213 ◦ green 53 ◦ blue 151

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

Shades of Deep Cerise #D53597

Tints of Deep Cerise #D53597

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.71%

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

R = 51.08%
G = 12.71%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D53597 (or 0xD53597) is known color: Deep Cerise. HEX triplet: D5, 35 and 97. RGB value is (213,53,151). Sum of RGB (Red+Green+Blue) = 213+53+151=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D53597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53597 is #2ACA68. Grayscale: #6F6F6F. Windows color (decimal): -2804329 or 9909717. OLE color: 9909717.

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

Color convert

RGB 213 53 151 -
CMYK 0 0.75 0.29 0.16
HSL 323.25º 0.66% 0.52% -
HSV(B) 323.25º 0.75% 0.84% -
XYZ 34.3 18.93 31.12 -
YUV 112.01 150.01 200.03 -
System Red Green Blue C M Y K H S L
Decimal 213 53 151 0 0.75 0.29 0.16 323.25 0.66 0.52
Hex D5 35 97 0 4B 1D 10 143 42 34
Octal 325 65 227 0 113 35 20 503 102 64
Binary 11010101 110101 10010111 0 1001011 11101 10000 101000011 1000010 110100

Color Harmonies of #D53597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53597

Black with #D53597

Text Example


Text Example

White with #D53597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53597; }

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

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

background-color css

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

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

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

border-color css

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

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

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