Html Css Color HEX #DC04DC Deep Magenta

📋 copy color: '#DC04DC'

red 220 ◦ green 4 ◦ blue 220

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

Shades of Deep Magenta #DC04DC

Tints of Deep Magenta #DC04DC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.9%

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

R = 49.55%
G = 0.9%
B = 49.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC04DC (or 0xDC04DC) is known color: Deep Magenta. HEX triplet: DC, 04 and DC. RGB value is (220,4,220). Sum of RGB (Red+Green+Blue) = 220+4+220=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 4 (1.95% from 255 or 0.90% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC04DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC04DC is #23FB23. Grayscale: #5C5C5C. Windows color (decimal): -2358052 or 14419164. OLE color: 14419164.

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

Color convert

RGB 220 4 220 -
CMYK 0 0.98 0 0.14
HSL 300º 0.96% 0.44% -
HSV(B) 300º 0.98% 0.86% -
XYZ 42.48 20.47 69.42 -
YUV 93.21 199.56 218.44 -
System Red Green Blue C M Y K H S L
Decimal 220 4 220 0 0.98 0 0.14 300 0.96 0.44
Hex DC 4 DC 0 62 0 E 12C 60 2C
Octal 334 4 334 0 142 0 16 454 140 54
Binary 11011100 100 11011100 0 1100010 0 1110 100101100 1100000 101100

Color Harmonies of #DC04DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC04DC

Black with #DC04DC

Text Example


Text Example

White with #DC04DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC04DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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