Html Css Color HEX #DC1ADC Deep Magenta

📋 copy color: '#DC1ADC'

red 220 ◦ green 26 ◦ blue 220

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

Shades of Deep Magenta #DC1ADC

Tints of Deep Magenta #DC1ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.58%

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

R = 47.21%
G = 5.58%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC1ADC (or 0xDC1ADC) is known color: Deep Magenta. HEX triplet: DC, 1A and DC. RGB value is (220,26,220). Sum of RGB (Red+Green+Blue) = 220+26+220=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC1ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1ADC is #23E523. Grayscale: #696969. Windows color (decimal): -2352420 or 14424796. OLE color: 14424796.

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

Color convert

RGB 220 26 220 -
CMYK 0 0.88 0 0.14
HSL 300º 0.79% 0.48% -
HSV(B) 300º 0.88% 0.86% -
XYZ 42.8 21.12 69.53 -
YUV 106.12 192.27 209.23 -
System Red Green Blue C M Y K H S L
Decimal 220 26 220 0 0.88 0 0.14 300 0.79 0.48
Hex DC 1A DC 0 58 0 E 12C 4F 30
Octal 334 32 334 0 130 0 16 454 117 60
Binary 11011100 11010 11011100 0 1011000 0 1110 100101100 1001111 110000

Color Harmonies of #DC1ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1ADC

Black with #DC1ADC

Text Example


Text Example

White with #DC1ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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