#df1edc

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

Shades of Deep Magenta #DF1EDC

Tints of Deep Magenta #DF1EDC

Color information

#DF1EDC (or 0xDF1EDC) is unknown color: approx Deep Magenta. HEX triplet: DF, 1E and DC. RGB value is (223,30,220). Sum of RGB (Red+Green+Blue) = 223+30+220=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1EDC is #20E123. Grayscale: #6C6C6C. Windows color (decimal): -2154788 or 14425823. OLE color: 14425823.

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

Color convert

RGB22330220-
CMYK00.870.010.13
HSL300.93º76.28%49.61%-
HSV(B)300.93º86.55%87.45%-
XYZ43.8121.7869.61-
YUV109.37190.44209.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.15%
GREEN value IS 30 (12.11% from 255) = 6.34%
BLUE value IS 220 (86.33% from 255) = 46.51%
R=47.15%
G=6.34%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233022000.870.010.13300.9376.2849.61
HexDF1EDC0571D12d4c32
Octal33736334012711545511462
Binary11011111111101101110001010111111011001011011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df1edc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df1edc; }

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

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

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

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

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

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

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

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