Html Css Color HEX #DC0FDC Deep Magenta

📋 copy color: '#DC0FDC'

red 220 ◦ green 15 ◦ blue 220

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

Shades of Deep Magenta #DC0FDC

Tints of Deep Magenta #DC0FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.3%

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

R = 48.35%
G = 3.3%
B = 48.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC0FDC (or 0xDC0FDC) is known color: Deep Magenta. HEX triplet: DC, 0F and DC. RGB value is (220,15,220). Sum of RGB (Red+Green+Blue) = 220+15+220=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC0FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0FDC is #23F023. Grayscale: #636363. Windows color (decimal): -2355236 or 14421980. OLE color: 14421980.

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

Color convert

RGB 220 15 220 -
CMYK 0 0.93 0 0.14
HSL 300º 0.87% 0.46% -
HSV(B) 300º 0.93% 0.86% -
XYZ 42.6 20.72 69.46 -
YUV 99.67 195.92 213.83 -
System Red Green Blue C M Y K H S L
Decimal 220 15 220 0 0.93 0 0.14 300 0.87 0.46
Hex DC F DC 0 5D 0 E 12C 57 2E
Octal 334 17 334 0 135 0 16 454 127 56
Binary 11011100 1111 11011100 0 1011101 0 1110 100101100 1010111 101110

Color Harmonies of #DC0FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0FDC

Black with #DC0FDC

Text Example


Text Example

White with #DC0FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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