Html Css Color HEX #D53596 Deep Cerise

📋 copy color: '#D53596'

red 213 ◦ green 53 ◦ blue 150

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

Shades of Deep Cerise #D53596

Tints of Deep Cerise #D53596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.06%

R = 51.2%
G = 12.74%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D53596 (or 0xD53596) is known color: Deep Cerise. HEX triplet: D5, 35 and 96. RGB value is (213,53,150). Sum of RGB (Red+Green+Blue) = 213+53+150=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D53596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53596 is #2ACA69. Grayscale: #6F6F6F. Windows color (decimal): -2804330 or 9844181. OLE color: 9844181.

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

Color convert

RGB 213 53 150 -
CMYK 0 0.75 0.30 0.16
HSL 323.63º 0.66% 0.52% -
HSV(B) 323.63º 0.75% 0.84% -
XYZ 34.22 18.89 30.7 -
YUV 111.9 149.51 200.11 -
System Red Green Blue C M Y K H S L
Decimal 213 53 150 0 0.75 0.30 0.16 323.63 0.66 0.52
Hex D5 35 96 0 4B 1E 10 144 42 34
Octal 325 65 226 0 113 36 20 504 102 64
Binary 11010101 110101 10010110 0 1001011 11110 10000 101000100 1000010 110100

Color Harmonies of #D53596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53596

Black with #D53596

Text Example


Text Example

White with #D53596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53596; }

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

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

background-color css

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

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

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

border-color css

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

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

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