Html Css Color HEX #DC2499 Deep Cerise

📋 copy color: '#DC2499'

red 220 ◦ green 36 ◦ blue 153

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

Shades of Deep Cerise #DC2499

Tints of Deep Cerise #DC2499

RGB

 RED value IS 220 (86.33% from 255) = 53.79%

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

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

R = 53.79%
G = 8.8%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC2499 (or 0xDC2499) is known color: Deep Cerise. HEX triplet: DC, 24 and 99. RGB value is (220,36,153). Sum of RGB (Red+Green+Blue) = 220+36+153=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2499 is #23DB66. Grayscale: #686868. Windows color (decimal): -2349927 or 10036444. OLE color: 10036444.

HSL color Cylindrical-coordinate representation of color #DC2499: hue angle of 321.85º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2499 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 36 153 -
CMYK 0 0.84 0.30 0.14
HSL 321.85º 0.72% 0.5% -
HSV(B) 321.85º 0.84% 0.86% -
XYZ 35.9 18.78 31.87 -
YUV 104.35 155.46 210.49 -
System Red Green Blue C M Y K H S L
Decimal 220 36 153 0 0.84 0.30 0.14 321.85 0.72 0.5
Hex DC 24 99 0 54 1E E 142 48 32
Octal 334 44 231 0 124 36 16 502 110 62
Binary 11011100 100100 10011001 0 1010100 11110 1110 101000010 1001000 110010

Color Harmonies of #DC2499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2499

Black with #DC2499

Text Example


Text Example

White with #DC2499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2499; }

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

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

background-color css

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

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

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

border-color css

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

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

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