Html Css Color HEX #DF11DC Deep Magenta

📋 copy color: '#DF11DC'

red 223 ◦ green 17 ◦ blue 220

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

Shades of Deep Magenta #DF11DC

Tints of Deep Magenta #DF11DC

RGB

 RED value IS 223 (87.5% from 255) = 48.48%

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

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 48.48%
G = 3.7%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF11DC (or 0xDF11DC) is known color: Deep Magenta. HEX triplet: DF, 11 and DC. RGB value is (223,17,220). Sum of RGB (Red+Green+Blue) = 223+17+220=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 17 (7.03% from 255 or 3.70% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF11DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF11DC is #20EE23. Grayscale: #656565. Windows color (decimal): -2158116 or 14422495. OLE color: 14422495.

HSL color Cylindrical-coordinate representation of color #DF11DC: hue angle of 300.87º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF11DC is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 17 220 -
CMYK 0 0.92 0.01 0.13
HSL 300.87º 0.86% 0.47% -
HSV(B) 300.87º 0.92% 0.87% -
XYZ 43.55 21.26 69.52 -
YUV 101.74 194.75 214.49 -
System Red Green Blue C M Y K H S L
Decimal 223 17 220 0 0.92 0.01 0.13 300.87 0.86 0.47
Hex DF 11 DC 0 5C 1 D 12D 56 2F
Octal 337 21 334 0 134 1 15 455 126 57
Binary 11011111 10001 11011100 0 1011100 1 1101 100101101 1010110 101111

Color Harmonies of #DF11DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF11DC

Black with #DF11DC

Text Example


Text Example

White with #DF11DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF11DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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