#DF1FD9

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

Shades of Deep Magenta #DF1FD9

Tints of Deep Magenta #DF1FD9

Color information

#DF1FD9 (or 0xDF1FD9) is unknown color: approx Deep Magenta. HEX triplet: DF, 1F and D9. RGB value is (223,31,217). Sum of RGB (Red+Green+Blue) = 223+31+217=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1FD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1FD9 is #20E026. Grayscale: #6D6D6D. Windows color (decimal): -2154535 or 14229471. OLE color: 14229471.

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

Color convert

RGB22331217-
CMYK00.860.030.13
HSL301.88º75.59%49.8%-
HSV(B)301.88º86.1%87.45%-
XYZ43.4521.6867.54-
YUV109.61188.61208.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.35%
GREEN value IS 31 (12.5% from 255) = 6.58%
BLUE value IS 217 (85.16% from 255) = 46.07%
R=47.35%
G=6.58%
B=46.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233121700.860.030.13301.8875.5949.8
HexDF1FD90563D12e4c32
Octal33737331012631545611462
Binary110111111111111011001010101101111011001011101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1FD9; }

 p { color: rgb(223,31,217); }

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

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

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

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

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

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

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