Html Css Color HEX #DC11BE Deep Magenta

📋 copy color: '#DC11BE'

red 220 ◦ green 17 ◦ blue 190

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

Shades of Deep Magenta #DC11BE

Tints of Deep Magenta #DC11BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 51.52%
G = 3.98%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC11BE (or 0xDC11BE) is known color: Deep Magenta. HEX triplet: DC, 11 and BE. RGB value is (220,17,190). Sum of RGB (Red+Green+Blue) = 220+17+190=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC11BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC11BE is #23EE41. Grayscale: #606060. Windows color (decimal): -2354754 or 12456412. OLE color: 12456412.

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

Color convert

RGB 220 17 190 -
CMYK 0 0.92 0.14 0.14
HSL 308.87º 0.86% 0.46% -
HSV(B) 308.87º 0.92% 0.86% -
XYZ 39.01 19.33 50.39 -
YUV 97.42 180.25 215.43 -
System Red Green Blue C M Y K H S L
Decimal 220 17 190 0 0.92 0.14 0.14 308.87 0.86 0.46
Hex DC 11 BE 0 5C E E 135 56 2E
Octal 334 21 276 0 134 16 16 465 126 56
Binary 11011100 10001 10111110 0 1011100 1110 1110 100110101 1010110 101110

Color Harmonies of #DC11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC11BE

Black with #DC11BE

Text Example


Text Example

White with #DC11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC11BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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