Html Css Color HEX #DC10DC Deep Magenta

📋 copy color: '#DC10DC'

red 220 ◦ green 16 ◦ blue 220

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

Shades of Deep Magenta #DC10DC

Tints of Deep Magenta #DC10DC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.51%

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

R = 48.25%
G = 3.51%
B = 48.25%

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

#DC10DC (or 0xDC10DC) is known color: Deep Magenta. HEX triplet: DC, 10 and DC. RGB value is (220,16,220). Sum of RGB (Red+Green+Blue) = 220+16+220=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 16 (6.64% from 255 or 3.51% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC10DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC10DC is #23EF23. Grayscale: #636363. Windows color (decimal): -2354980 or 14422236. OLE color: 14422236.

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

Color convert

RGB 220 16 220 -
CMYK 0 0.93 0 0.14
HSL 300º 0.86% 0.46% -
HSV(B) 300º 0.93% 0.86% -
XYZ 42.62 20.75 69.47 -
YUV 100.25 195.59 213.41 -
System Red Green Blue C M Y K H S L
Decimal 220 16 220 0 0.93 0 0.14 300 0.86 0.46
Hex DC 10 DC 0 5D 0 E 12C 56 2E
Octal 334 20 334 0 135 0 16 454 126 56
Binary 11011100 10000 11011100 0 1011101 0 1110 100101100 1010110 101110

Color Harmonies of #DC10DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC10DC

Black with #DC10DC

Text Example


Text Example

White with #DC10DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC10DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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