Html Css Color HEX #DC0DDC Deep Magenta

📋 copy color: '#DC0DDC'

red 220 ◦ green 13 ◦ blue 220

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

Shades of Deep Magenta #DC0DDC

Tints of Deep Magenta #DC0DDC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.87%

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

R = 48.57%
G = 2.87%
B = 48.57%

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

#DC0DDC (or 0xDC0DDC) is known color: Deep Magenta. HEX triplet: DC, 0D and DC. RGB value is (220,13,220). Sum of RGB (Red+Green+Blue) = 220+13+220=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 13 (5.47% from 255 or 2.87% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC0DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0DDC is #23F223. Grayscale: #616161. Windows color (decimal): -2355748 or 14421468. OLE color: 14421468.

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

Color convert

RGB 220 13 220 -
CMYK 0 0.94 0 0.14
HSL 300º 0.89% 0.46% -
HSV(B) 300º 0.94% 0.86% -
XYZ 42.58 20.67 69.46 -
YUV 98.49 196.58 214.67 -
System Red Green Blue C M Y K H S L
Decimal 220 13 220 0 0.94 0 0.14 300 0.89 0.46
Hex DC D DC 0 5E 0 E 12C 59 2E
Octal 334 15 334 0 136 0 16 454 131 56
Binary 11011100 1101 11011100 0 1011110 0 1110 100101100 1011001 101110

Color Harmonies of #DC0DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0DDC

Black with #DC0DDC

Text Example


Text Example

White with #DC0DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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