Html Css Color HEX #DC24CE Deep Magenta

📋 copy color: '#DC24CE'

red 220 ◦ green 36 ◦ blue 206

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

Shades of Deep Magenta #DC24CE

Tints of Deep Magenta #DC24CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 47.62%
G = 7.79%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC24CE (or 0xDC24CE) is known color: Deep Magenta. HEX triplet: DC, 24 and CE. RGB value is (220,36,206). Sum of RGB (Red+Green+Blue) = 220+36+206=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 36 (14.45% from 255 or 7.79% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC24CE is #23DB31. Grayscale: #6D6D6D. Windows color (decimal): -2349874 or 13509852. OLE color: 13509852.

HSL color Cylindrical-coordinate representation of color #DC24CE: hue angle of 304.57º 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 #DC24CE is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 36 206 -
CMYK 0 0.84 0.06 0.14
HSL 304.57º 0.72% 0.5% -
HSV(B) 304.57º 0.84% 0.86% -
XYZ 41.29 20.93 60.26 -
YUV 110.4 181.96 206.18 -
System Red Green Blue C M Y K H S L
Decimal 220 36 206 0 0.84 0.06 0.14 304.57 0.72 0.5
Hex DC 24 CE 0 54 6 E 131 48 32
Octal 334 44 316 0 124 6 16 461 110 62
Binary 11011100 100100 11001110 0 1010100 110 1110 100110001 1001000 110010

Color Harmonies of #DC24CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC24CE

Black with #DC24CE

Text Example


Text Example

White with #DC24CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC24CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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