Html Css Color HEX #D52599 Deep Cerise

📋 copy color: '#D52599'

red 213 ◦ green 37 ◦ blue 153

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

Shades of Deep Cerise #D52599

Tints of Deep Cerise #D52599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.18%

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

R = 52.85%
G = 9.18%
B = 37.97%

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

#D52599 (or 0xD52599) is known color: Deep Cerise. HEX triplet: D5, 25 and 99. RGB value is (213,37,153). Sum of RGB (Red+Green+Blue) = 213+37+153=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D52599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52599 is #2ADA66. Grayscale: #666666. Windows color (decimal): -2808423 or 10036693. OLE color: 10036693.

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

Color convert

RGB 213 37 153 -
CMYK 0 0.83 0.28 0.16
HSL 320.45º 0.7% 0.49% -
HSV(B) 320.45º 0.83% 0.84% -
XYZ 33.85 17.77 31.78 -
YUV 102.85 156.31 206.57 -
System Red Green Blue C M Y K H S L
Decimal 213 37 153 0 0.83 0.28 0.16 320.45 0.7 0.49
Hex D5 25 99 0 53 1C 10 140 46 31
Octal 325 45 231 0 123 34 20 500 106 61
Binary 11010101 100101 10011001 0 1010011 11100 10000 101000000 1000110 110001

Color Harmonies of #D52599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52599

Black with #D52599

Text Example


Text Example

White with #D52599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52599; }

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

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

background-color css

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

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

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

border-color css

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

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

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