Html Css Color HEX #DC11C5 Deep Magenta

📋 copy color: '#DC11C5'

red 220 ◦ green 17 ◦ blue 197

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

Shades of Deep Magenta #DC11C5

Tints of Deep Magenta #DC11C5

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.92%

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

R = 50.69%
G = 3.92%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC11C5 (or 0xDC11C5) is known color: Deep Magenta. HEX triplet: DC, 11 and C5. RGB value is (220,17,197). Sum of RGB (Red+Green+Blue) = 220+17+197=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC11C5 is #23EE3A. Grayscale: #616161. Windows color (decimal): -2354747 or 12915164. OLE color: 12915164.

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

Color convert

RGB 220 17 197 -
CMYK 0 0.92 0.10 0.14
HSL 306.8º 0.86% 0.46% -
HSV(B) 306.8º 0.92% 0.86% -
XYZ 39.79 19.65 54.52 -
YUV 98.22 183.75 214.86 -
System Red Green Blue C M Y K H S L
Decimal 220 17 197 0 0.92 0.10 0.14 306.8 0.86 0.46
Hex DC 11 C5 0 5C A E 133 56 2E
Octal 334 21 305 0 134 12 16 463 126 56
Binary 11011100 10001 11000101 0 1011100 1010 1110 100110011 1010110 101110

Color Harmonies of #DC11C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC11C5

Black with #DC11C5

Text Example


Text Example

White with #DC11C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC11C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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