#DF10D3

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

Shades of Deep Magenta #DF10D3

Tints of Deep Magenta #DF10D3

Color information

#DF10D3 (or 0xDF10D3) is unknown color: approx Deep Magenta. HEX triplet: DF, 10 and D3. RGB value is (223,16,211). Sum of RGB (Red+Green+Blue) = 223+16+211=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 16 (6.64% from 255 or 3.56% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF10D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF10D3 is #20EF2C. Grayscale: #636363. Windows color (decimal): -2158381 or 13832415. OLE color: 13832415.

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

Color convert

RGB22316211-
CMYK00.930.050.13
HSL303.48º86.61%46.86%-
HSV(B)303.48º92.83%87.45%-
XYZ42.3720.7663.4-
YUV100.12190.58215.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.56%
GREEN value IS 16 (6.64% from 255) = 3.56%
BLUE value IS 211 (82.81% from 255) = 46.89%
R=49.56%
G=3.56%
B=46.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231621100.930.050.13303.4886.6146.86
HexDF10D305D5D12f572f
Octal33720323013551545712757
Binary1101111110000110100110101110110111011001011111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF10D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF10D3; }

 p { color: rgb(223,16,211); }

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

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

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

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

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

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

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