#D00DDF

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

Shades of Deep Magenta #D00DDF

Tints of Deep Magenta #D00DDF

Color information

#D00DDF (or 0xD00DDF) is unknown color: approx Deep Magenta. HEX triplet: D0, 0D and DF. RGB value is (208,13,223). Sum of RGB (Red+Green+Blue) = 208+13+223=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 13 (5.47% from 255 or 2.93% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #D00DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DDF is #2FF220. Grayscale: #5E5E5E. Windows color (decimal): -3142177 or 14618064. OLE color: 14618064.

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

Color convert

RGB20813223-
CMYK0.070.9400.13
HSL295.71º88.98%46.27%-
HSV(B)295.71º94.17%87.45%-
XYZ39.4819.0371.4-
YUV95.24200.1208.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208132230.070.9400.13295.7188.9846.27
HexD0DDF75E0D128592e
Octal32015337713601545013156
Binary110100001101110111111111011110011011001010001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00DDF; }

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

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

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

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

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

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

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

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