#df0edf

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

Shades of Deep Magenta #DF0EDF

Tints of Deep Magenta #DF0EDF

Color information

#DF0EDF (or 0xDF0EDF) is unknown color: approx Deep Magenta. HEX triplet: DF, 0E and DF. RGB value is (223,14,223). Sum of RGB (Red+Green+Blue) = 223+14+223=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 14 (5.86% from 255 or 3.04% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF0EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0EDF is #20F120. Grayscale: #636363. Windows color (decimal): -2158881 or 14618335. OLE color: 14618335.

HSL color Cylindrical-coordinate representation of color #DF0EDF: hue angle of 300º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0EDF is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB22314223-
CMYK00.9400.13
HSL300º88.19%46.47%-
HSV(B)300º93.72%87.45%-
XYZ43.9121.3371.61-
YUV100.32197.24215.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.48%
GREEN value IS 14 (5.86% from 255) = 3.04%
BLUE value IS 223 (87.5% from 255) = 48.48%
R=48.48%
G=3.04%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231422300.9400.1330088.1946.47
HexDFEDF05E0D12c582e
Octal33716337013601545413056
Binary1101111111101101111101011110011011001011001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df0edf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df0edf; }

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

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

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

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

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

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

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

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