#DF11D5

Color #DF11D5 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #DF11D5

Tints of Deep Magenta #DF11D5

Color information

#DF11D5 (or 0xDF11D5) is unknown color: approx Deep Magenta. HEX triplet: DF, 11 and D5. RGB value is (223,17,213). Sum of RGB (Red+Green+Blue) = 223+17+213=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 17 (7.03% from 255 or 3.75% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF11D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF11D5 is #20EE2A. Grayscale: #646464. Windows color (decimal): -2158123 or 13963743. OLE color: 13963743.

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

Color convert

RGB22317213-
CMYK00.920.040.13
HSL302.91º85.83%47.06%-
HSV(B)302.91º92.38%87.45%-
XYZ42.6420.8964.74-
YUV100.94191.25215.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.23%
GREEN value IS 17 (7.03% from 255) = 3.75%
BLUE value IS 213 (83.59% from 255) = 47.02%
R=49.23%
G=3.75%
B=47.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231721300.920.040.13302.9185.8347.06
HexDF11D505C4D12f562f
Octal33721325013441545712657
Binary1101111110001110101010101110010011011001011111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF11D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF11D5; }

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

 H1.HeaderClassName
 {
   color: #DF11D5;
 }
 .AnyTagClassName
 {
   color: #DF11D5;
 }
</style>
background-color css

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

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

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

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

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

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