Html Css Color HEX #DC24DC Deep Magenta

📋 copy color: '#DC24DC'

red 220 ◦ green 36 ◦ blue 220

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

Shades of Deep Magenta #DC24DC

Tints of Deep Magenta #DC24DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 46.22%
G = 7.56%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC24DC (or 0xDC24DC) is known color: Deep Magenta. HEX triplet: DC, 24 and DC. RGB value is (220,36,220). Sum of RGB (Red+Green+Blue) = 220+36+220=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 36 (14.45% from 255 or 7.56% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC24DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC24DC is #23DB23. Grayscale: #6F6F6F. Windows color (decimal): -2349860 or 14427356. OLE color: 14427356.

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

Color convert

RGB 220 36 220 -
CMYK 0 0.84 0 0.14
HSL 300º 0.72% 0.5% -
HSV(B) 300º 0.84% 0.86% -
XYZ 43.06 21.64 69.62 -
YUV 111.99 188.96 205.04 -
System Red Green Blue C M Y K H S L
Decimal 220 36 220 0 0.84 0 0.14 300 0.72 0.5
Hex DC 24 DC 0 54 0 E 12C 48 32
Octal 334 44 334 0 124 0 16 454 110 62
Binary 11011100 100100 11011100 0 1010100 0 1110 100101100 1001000 110010

Color Harmonies of #DC24DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC24DC

Black with #DC24DC

Text Example


Text Example

White with #DC24DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC24DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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