Html Css Color HEX #DC00DC Deep Magenta

📋 copy color: '#DC00DC'

red 220 ◦ green 0 ◦ blue 220

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

Shades of Deep Magenta #DC00DC

Tints of Deep Magenta #DC00DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC00DC (or 0xDC00DC) is known color: Deep Magenta. HEX triplet: DC, 00 and DC. RGB value is (220,0,220). Sum of RGB (Red+Green+Blue) = 220+0+220=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC00DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC00DC is #23FF23. Grayscale: #5A5A5A. Windows color (decimal): -2359076 or 14418140. OLE color: 14418140.

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

Color convert

RGB 220 0 220 -
CMYK 0 1 0 0.14
HSL 300º 1% 0.43% -
HSV(B) 300º 1% 0.86% -
XYZ 42.43 20.38 69.41 -
YUV 90.86 200.89 220.11 -
System Red Green Blue C M Y K H S L
Decimal 220 0 220 0 1 0 0.14 300 1 0.43
Hex DC 0 DC 0 64 0 E 12C 64 2B
Octal 334 0 334 0 144 0 16 454 144 53
Binary 11011100 0 11011100 0 1100100 0 1110 100101100 1100100 101011

Color Harmonies of #DC00DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC00DC

Black with #DC00DC

Text Example


Text Example

White with #DC00DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC00DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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