Html Css Color HEX #DC18DC Deep Magenta

📋 copy color: '#DC18DC'

red 220 ◦ green 24 ◦ blue 220

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

Shades of Deep Magenta #DC18DC

Tints of Deep Magenta #DC18DC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.17%

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

R = 47.41%
G = 5.17%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC18DC (or 0xDC18DC) is known color: Deep Magenta. HEX triplet: DC, 18 and DC. RGB value is (220,24,220). Sum of RGB (Red+Green+Blue) = 220+24+220=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC18DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC18DC is #23E723. Grayscale: #686868. Windows color (decimal): -2352932 or 14424284. OLE color: 14424284.

HSL color Cylindrical-coordinate representation of color #DC18DC: hue angle of 300º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC18DC is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 24 220 -
CMYK 0 0.89 0 0.14
HSL 300º 0.8% 0.48% -
HSV(B) 300º 0.89% 0.86% -
XYZ 42.76 21.04 69.52 -
YUV 104.95 192.93 210.06 -
System Red Green Blue C M Y K H S L
Decimal 220 24 220 0 0.89 0 0.14 300 0.8 0.48
Hex DC 18 DC 0 59 0 E 12C 50 30
Octal 334 30 334 0 131 0 16 454 120 60
Binary 11011100 11000 11011100 0 1011001 0 1110 100101100 1010000 110000

Color Harmonies of #DC18DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC18DC

Black with #DC18DC

Text Example


Text Example

White with #DC18DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC18DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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