Html Css Color HEX #D52399 Deep Cerise

📋 copy color: '#D52399'

red 213 ◦ green 35 ◦ blue 153

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

Shades of Deep Cerise #D52399

Tints of Deep Cerise #D52399

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.73%

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

R = 53.12%
G = 8.73%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D52399 (or 0xD52399) is known color: Deep Cerise. HEX triplet: D5, 23 and 99. RGB value is (213,35,153). Sum of RGB (Red+Green+Blue) = 213+35+153=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D52399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52399 is #2ADC66. Grayscale: #656565. Windows color (decimal): -2808935 or 10036181. OLE color: 10036181.

HSL color Cylindrical-coordinate representation of color #D52399: hue angle of 320.22º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52399 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 153 -
CMYK 0 0.84 0.28 0.16
HSL 320.22º 0.72% 0.49% -
HSV(B) 320.22º 0.84% 0.84% -
XYZ 33.79 17.65 31.76 -
YUV 101.67 156.97 207.41 -
System Red Green Blue C M Y K H S L
Decimal 213 35 153 0 0.84 0.28 0.16 320.22 0.72 0.49
Hex D5 23 99 0 54 1C 10 140 48 31
Octal 325 43 231 0 124 34 20 500 110 61
Binary 11010101 100011 10011001 0 1010100 11100 10000 101000000 1001000 110001

Color Harmonies of #D52399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52399

Black with #D52399

Text Example


Text Example

White with #D52399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52399; }

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

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

background-color css

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

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

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

border-color css

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

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

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