Html Css Color HEX #DC10C5 Deep Magenta

📋 copy color: '#DC10C5'

red 220 ◦ green 16 ◦ blue 197

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

Shades of Deep Magenta #DC10C5

Tints of Deep Magenta #DC10C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.5%

R = 50.81%
G = 3.7%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC10C5 (or 0xDC10C5) is known color: Deep Magenta. HEX triplet: DC, 10 and C5. RGB value is (220,16,197). Sum of RGB (Red+Green+Blue) = 220+16+197=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC10C5 is #23EF3A. Grayscale: #616161. Windows color (decimal): -2355003 or 12914908. OLE color: 12914908.

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

Color convert

RGB 220 16 197 -
CMYK 0 0.93 0.10 0.14
HSL 306.76º 0.86% 0.46% -
HSV(B) 306.76º 0.93% 0.86% -
XYZ 39.78 19.62 54.51 -
YUV 97.63 184.09 215.28 -
System Red Green Blue C M Y K H S L
Decimal 220 16 197 0 0.93 0.10 0.14 306.76 0.86 0.46
Hex DC 10 C5 0 5D A E 133 56 2E
Octal 334 20 305 0 135 12 16 463 126 56
Binary 11011100 10000 11000101 0 1011101 1010 1110 100110011 1010110 101110

Color Harmonies of #DC10C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC10C5

Black with #DC10C5

Text Example


Text Example

White with #DC10C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC10C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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