Html Css Color HEX #DF11DF Deep Magenta

📋 copy color: '#DF11DF'

red 223 ◦ green 17 ◦ blue 223

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

Shades of Deep Magenta #DF11DF

Tints of Deep Magenta #DF11DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 48.16%
G = 3.67%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF11DF (or 0xDF11DF) is known color: Deep Magenta. HEX triplet: DF, 11 and DF. RGB value is (223,17,223). Sum of RGB (Red+Green+Blue) = 223+17+223=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 17 (7.03% from 255 or 3.67% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF11DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF11DF is #20EE20. Grayscale: #656565. Windows color (decimal): -2158113 or 14619103. OLE color: 14619103.

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

Color convert

RGB 223 17 223 -
CMYK 0 0.92 0 0.13
HSL 300º 0.86% 0.47% -
HSV(B) 300º 0.92% 0.87% -
XYZ 43.95 21.42 71.63 -
YUV 102.08 196.25 214.25 -
System Red Green Blue C M Y K H S L
Decimal 223 17 223 0 0.92 0 0.13 300 0.86 0.47
Hex DF 11 DF 0 5C 0 D 12C 56 2F
Octal 337 21 337 0 134 0 15 454 126 57
Binary 11011111 10001 11011111 0 1011100 0 1101 100101100 1010110 101111

Color Harmonies of #DF11DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF11DF

Black with #DF11DF

Text Example


Text Example

White with #DF11DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF11DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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