Html Css Color HEX #D52499 Deep Cerise

📋 copy color: '#D52499'

red 213 ◦ green 36 ◦ blue 153

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

Shades of Deep Cerise #D52499

Tints of Deep Cerise #D52499

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.96%

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

R = 52.99%
G = 8.96%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D52499 (or 0xD52499) is known color: Deep Cerise. HEX triplet: D5, 24 and 99. RGB value is (213,36,153). Sum of RGB (Red+Green+Blue) = 213+36+153=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D52499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52499 is #2ADB66. Grayscale: #656565. Windows color (decimal): -2808679 or 10036437. OLE color: 10036437.

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

Color convert

RGB 213 36 153 -
CMYK 0 0.83 0.28 0.16
HSL 320.34º 0.71% 0.49% -
HSV(B) 320.34º 0.83% 0.84% -
XYZ 33.82 17.71 31.77 -
YUV 102.26 156.64 206.99 -
System Red Green Blue C M Y K H S L
Decimal 213 36 153 0 0.83 0.28 0.16 320.34 0.71 0.49
Hex D5 24 99 0 53 1C 10 140 47 31
Octal 325 44 231 0 123 34 20 500 107 61
Binary 11010101 100100 10011001 0 1010011 11100 10000 101000000 1000111 110001

Color Harmonies of #D52499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52499

Black with #D52499

Text Example


Text Example

White with #D52499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52499; }

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

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

background-color css

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

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

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

border-color css

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

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

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