Html Css Color HEX #DC11CC Deep Magenta

📋 copy color: '#DC11CC'

red 220 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #DC11CC

Tints of Deep Magenta #DC11CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 49.89%
G = 3.85%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC11CC (or 0xDC11CC) is known color: Deep Magenta. HEX triplet: DC, 11 and CC. RGB value is (220,17,204). Sum of RGB (Red+Green+Blue) = 220+17+204=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC11CC is #23EE33. Grayscale: #626262. Windows color (decimal): -2354740 or 13373916. OLE color: 13373916.

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

Color convert

RGB 220 17 204 -
CMYK 0 0.92 0.07 0.14
HSL 304.73º 0.86% 0.46% -
HSV(B) 304.73º 0.92% 0.86% -
XYZ 40.61 19.98 58.84 -
YUV 99.02 187.25 214.29 -
System Red Green Blue C M Y K H S L
Decimal 220 17 204 0 0.92 0.07 0.14 304.73 0.86 0.46
Hex DC 11 CC 0 5C 7 E 131 56 2E
Octal 334 21 314 0 134 7 16 461 126 56
Binary 11011100 10001 11001100 0 1011100 111 1110 100110001 1010110 101110

Color Harmonies of #DC11CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC11CC

Black with #DC11CC

Text Example


Text Example

White with #DC11CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC11CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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