Html Css Color HEX #DC11CE Deep Magenta

📋 copy color: '#DC11CE'

red 220 ◦ green 17 ◦ blue 206

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

Shades of Deep Magenta #DC11CE

Tints of Deep Magenta #DC11CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 49.66%
G = 3.84%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC11CE (or 0xDC11CE) is known color: Deep Magenta. HEX triplet: DC, 11 and CE. RGB value is (220,17,206). Sum of RGB (Red+Green+Blue) = 220+17+206=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC11CE is #23EE31. Grayscale: #626262. Windows color (decimal): -2354738 or 13504988. OLE color: 13504988.

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

Color convert

RGB 220 17 206 -
CMYK 0 0.92 0.06 0.14
HSL 304.14º 0.86% 0.46% -
HSV(B) 304.14º 0.92% 0.86% -
XYZ 40.86 20.07 60.11 -
YUV 99.24 188.25 214.13 -
System Red Green Blue C M Y K H S L
Decimal 220 17 206 0 0.92 0.06 0.14 304.14 0.86 0.46
Hex DC 11 CE 0 5C 6 E 130 56 2E
Octal 334 21 316 0 134 6 16 460 126 56
Binary 11011100 10001 11001110 0 1011100 110 1110 100110000 1010110 101110

Color Harmonies of #DC11CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC11CE

Black with #DC11CE

Text Example


Text Example

White with #DC11CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC11CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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