Html Css Color HEX #DC11CD Deep Magenta

📋 copy color: '#DC11CD'

red 220 ◦ green 17 ◦ blue 205

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

Shades of Deep Magenta #DC11CD

Tints of Deep Magenta #DC11CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.38%

R = 49.77%
G = 3.85%
B = 46.38%

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

#DC11CD (or 0xDC11CD) is known color: Deep Magenta. HEX triplet: DC, 11 and CD. RGB value is (220,17,205). Sum of RGB (Red+Green+Blue) = 220+17+205=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 17 (7.03% from 255 or 3.85% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC11CD is #23EE32. Grayscale: #626262. Windows color (decimal): -2354739 or 13439452. OLE color: 13439452.

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

Color convert

RGB 220 17 205 -
CMYK 0 0.92 0.07 0.14
HSL 304.43º 0.86% 0.46% -
HSV(B) 304.43º 0.92% 0.86% -
XYZ 40.74 20.02 59.48 -
YUV 99.13 187.75 214.21 -
System Red Green Blue C M Y K H S L
Decimal 220 17 205 0 0.92 0.07 0.14 304.43 0.86 0.46
Hex DC 11 CD 0 5C 7 E 130 56 2E
Octal 334 21 315 0 134 7 16 460 126 56
Binary 11011100 10001 11001101 0 1011100 111 1110 100110000 1010110 101110

Color Harmonies of #DC11CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC11CD

Black with #DC11CD

Text Example


Text Example

White with #DC11CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC11CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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