Html Css Color HEX #DC24DA Deep Magenta

📋 copy color: '#DC24DA'

red 220 ◦ green 36 ◦ blue 218

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

Shades of Deep Magenta #DC24DA

Tints of Deep Magenta #DC24DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 46.41%
G = 7.59%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC24DA (or 0xDC24DA) is known color: Deep Magenta. HEX triplet: DC, 24 and DA. RGB value is (220,36,218). Sum of RGB (Red+Green+Blue) = 220+36+218=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 36 (14.45% from 255 or 7.59% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC24DA is #23DB25. Grayscale: #6F6F6F. Windows color (decimal): -2349862 or 14296284. OLE color: 14296284.

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

Color convert

RGB 220 36 218 -
CMYK 0 0.84 0.01 0.14
HSL 300.65º 0.72% 0.5% -
HSV(B) 300.65º 0.84% 0.86% -
XYZ 42.8 21.54 68.23 -
YUV 111.76 187.96 205.2 -
System Red Green Blue C M Y K H S L
Decimal 220 36 218 0 0.84 0.01 0.14 300.65 0.72 0.5
Hex DC 24 DA 0 54 1 E 12D 48 32
Octal 334 44 332 0 124 1 16 455 110 62
Binary 11011100 100100 11011010 0 1010100 1 1110 100101101 1001000 110010

Color Harmonies of #DC24DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC24DA

Black with #DC24DA

Text Example


Text Example

White with #DC24DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC24DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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