#DF0DD0

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

Shades of Deep Magenta #DF0DD0

Tints of Deep Magenta #DF0DD0

Color information

#DF0DD0 (or 0xDF0DD0) is unknown color: approx Deep Magenta. HEX triplet: DF, 0D and D0. RGB value is (223,13,208). Sum of RGB (Red+Green+Blue) = 223+13+208=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 13 (5.47% from 255 or 2.93% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DD0 is #20F22F. Grayscale: #616161. Windows color (decimal): -2159152 or 13635039. OLE color: 13635039.

HSL color Cylindrical-coordinate representation of color #DF0DD0: hue angle of 304.29º degrees, saturation: 0.89, 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 #DF0DD0 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB22313208-
CMYK00.940.070.13
HSL304.29º88.98%46.27%-
HSV(B)304.29º94.17%87.45%-
XYZ41.9620.5361.43-
YUV98.02190.07217.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.23%
GREEN value IS 13 (5.47% from 255) = 2.93%
BLUE value IS 208 (81.64% from 255) = 46.85%
R=50.23%
G=2.93%
B=46.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231320800.940.070.13304.2988.9846.27
HexDFDD005E7D130592e
Octal33715320013671546013156
Binary110111111101110100000101111011111011001100001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0DD0; }

 p { color: rgb(223,13,208); }

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

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

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

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

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

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

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