Html Css Color HEX #DC11BC Deep Magenta

📋 copy color: '#DC11BC'

red 220 ◦ green 17 ◦ blue 188

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

Shades of Deep Magenta #DC11BC

Tints of Deep Magenta #DC11BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.24%

R = 51.76%
G = 4%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC11BC (or 0xDC11BC) is known color: Deep Magenta. HEX triplet: DC, 11 and BC. RGB value is (220,17,188). Sum of RGB (Red+Green+Blue) = 220+17+188=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC11BC is #23EE43. Grayscale: #606060. Windows color (decimal): -2354756 or 12325340. OLE color: 12325340.

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

Color convert

RGB 220 17 188 -
CMYK 0 0.92 0.15 0.14
HSL 309.46º 0.86% 0.46% -
HSV(B) 309.46º 0.92% 0.86% -
XYZ 38.79 19.25 49.25 -
YUV 97.19 179.25 215.6 -
System Red Green Blue C M Y K H S L
Decimal 220 17 188 0 0.92 0.15 0.14 309.46 0.86 0.46
Hex DC 11 BC 0 5C F E 135 56 2E
Octal 334 21 274 0 134 17 16 465 126 56
Binary 11011100 10001 10111100 0 1011100 1111 1110 100110101 1010110 101110

Color Harmonies of #DC11BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC11BC

Black with #DC11BC

Text Example


Text Example

White with #DC11BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC11BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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