Html Css Color HEX #DC0EDC Deep Magenta

📋 copy color: '#DC0EDC'

red 220 ◦ green 14 ◦ blue 220

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

Shades of Deep Magenta #DC0EDC

Tints of Deep Magenta #DC0EDC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.08%

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

R = 48.46%
G = 3.08%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC0EDC (or 0xDC0EDC) is known color: Deep Magenta. HEX triplet: DC, 0E and DC. RGB value is (220,14,220). Sum of RGB (Red+Green+Blue) = 220+14+220=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC0EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0EDC is #23F123. Grayscale: #626262. Windows color (decimal): -2355492 or 14421724. OLE color: 14421724.

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

Color convert

RGB 220 14 220 -
CMYK 0 0.94 0 0.14
HSL 300º 0.88% 0.46% -
HSV(B) 300º 0.94% 0.86% -
XYZ 42.59 20.7 69.46 -
YUV 99.08 196.25 214.25 -
System Red Green Blue C M Y K H S L
Decimal 220 14 220 0 0.94 0 0.14 300 0.88 0.46
Hex DC E DC 0 5E 0 E 12C 58 2E
Octal 334 16 334 0 136 0 16 454 130 56
Binary 11011100 1110 11011100 0 1011110 0 1110 100101100 1011000 101110

Color Harmonies of #DC0EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0EDC

Black with #DC0EDC

Text Example


Text Example

White with #DC0EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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