Html Css Color HEX #DC11C0 Deep Magenta

📋 copy color: '#DC11C0'

red 220 ◦ green 17 ◦ blue 192

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

Shades of Deep Magenta #DC11C0

Tints of Deep Magenta #DC11C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.76%

R = 51.28%
G = 3.96%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC11C0 (or 0xDC11C0) is known color: Deep Magenta. HEX triplet: DC, 11 and C0. RGB value is (220,17,192). Sum of RGB (Red+Green+Blue) = 220+17+192=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC11C0 is #23EE3F. Grayscale: #616161. Windows color (decimal): -2354752 or 12587484. OLE color: 12587484.

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

Color convert

RGB 220 17 192 -
CMYK 0 0.92 0.13 0.14
HSL 308.28º 0.86% 0.46% -
HSV(B) 308.28º 0.92% 0.86% -
XYZ 39.23 19.42 51.55 -
YUV 97.65 181.25 215.27 -
System Red Green Blue C M Y K H S L
Decimal 220 17 192 0 0.92 0.13 0.14 308.28 0.86 0.46
Hex DC 11 C0 0 5C D E 134 56 2E
Octal 334 21 300 0 134 15 16 464 126 56
Binary 11011100 10001 11000000 0 1011100 1101 1110 100110100 1010110 101110

Color Harmonies of #DC11C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC11C0

Black with #DC11C0

Text Example


Text Example

White with #DC11C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC11C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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