Html Css Color HEX #DC24CD Deep Magenta

📋 copy color: '#DC24CD'

red 220 ◦ green 36 ◦ blue 205

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

Shades of Deep Magenta #DC24CD

Tints of Deep Magenta #DC24CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 47.72%
G = 7.81%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC24CD (or 0xDC24CD) is known color: Deep Magenta. HEX triplet: DC, 24 and CD. RGB value is (220,36,205). Sum of RGB (Red+Green+Blue) = 220+36+205=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 36 (14.45% from 255 or 7.81% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC24CD is #23DB32. Grayscale: #6D6D6D. Windows color (decimal): -2349875 or 13444316. OLE color: 13444316.

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

Color convert

RGB 220 36 205 -
CMYK 0 0.84 0.07 0.14
HSL 304.89º 0.72% 0.5% -
HSV(B) 304.89º 0.84% 0.86% -
XYZ 41.17 20.89 59.62 -
YUV 110.28 181.46 206.26 -
System Red Green Blue C M Y K H S L
Decimal 220 36 205 0 0.84 0.07 0.14 304.89 0.72 0.5
Hex DC 24 CD 0 54 7 E 131 48 32
Octal 334 44 315 0 124 7 16 461 110 62
Binary 11011100 100100 11001101 0 1010100 111 1110 100110001 1001000 110010

Color Harmonies of #DC24CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC24CD

Black with #DC24CD

Text Example


Text Example

White with #DC24CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC24CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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