Html Css Color HEX #D53599 Deep Cerise

📋 copy color: '#D53599'

red 213 ◦ green 53 ◦ blue 153

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

Shades of Deep Cerise #D53599

Tints of Deep Cerise #D53599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.52%

R = 50.84%
G = 12.65%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D53599 (or 0xD53599) is known color: Deep Cerise. HEX triplet: D5, 35 and 99. RGB value is (213,53,153). Sum of RGB (Red+Green+Blue) = 213+53+153=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D53599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53599 is #2ACA66. Grayscale: #707070. Windows color (decimal): -2804327 or 10040789. OLE color: 10040789.

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

Color convert

RGB 213 53 153 -
CMYK 0 0.75 0.28 0.16
HSL 322.5º 0.66% 0.52% -
HSV(B) 322.5º 0.75% 0.84% -
XYZ 34.46 18.99 31.99 -
YUV 112.24 151.01 199.87 -
System Red Green Blue C M Y K H S L
Decimal 213 53 153 0 0.75 0.28 0.16 322.5 0.66 0.52
Hex D5 35 99 0 4B 1C 10 142 42 34
Octal 325 65 231 0 113 34 20 502 102 64
Binary 11010101 110101 10011001 0 1001011 11100 10000 101000010 1000010 110100

Color Harmonies of #D53599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53599

Black with #D53599

Text Example


Text Example

White with #D53599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53599; }

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

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

background-color css

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

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

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

border-color css

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

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

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