Html Css Color HEX #DC01DC Deep Magenta

📋 copy color: '#DC01DC'

red 220 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #DC01DC

Tints of Deep Magenta #DC01DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 49.89%
G = 0.23%
B = 49.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC01DC (or 0xDC01DC) is known color: Deep Magenta. HEX triplet: DC, 01 and DC. RGB value is (220,1,220). Sum of RGB (Red+Green+Blue) = 220+1+220=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC01DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC01DC is #23FE23. Grayscale: #5A5A5A. Windows color (decimal): -2358820 or 14418396. OLE color: 14418396.

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

Color convert

RGB 220 1 220 -
CMYK 0 1.00 0 0.14
HSL 300º 0.99% 0.43% -
HSV(B) 300º 1% 0.86% -
XYZ 42.44 20.4 69.41 -
YUV 91.45 200.55 219.69 -
System Red Green Blue C M Y K H S L
Decimal 220 1 220 0 1.00 0 0.14 300 0.99 0.43
Hex DC 1 DC 0 64 0 E 12C 63 2B
Octal 334 1 334 0 144 0 16 454 143 53
Binary 11011100 1 11011100 0 1100100 0 1110 100101100 1100011 101011

Color Harmonies of #DC01DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC01DC

Black with #DC01DC

Text Example


Text Example

White with #DC01DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC01DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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