#DF00D1

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

Shades of Deep Magenta #DF00D1

Tints of Deep Magenta #DF00D1

Color information

#DF00D1 (or 0xDF00D1) is unknown color: approx Deep Magenta. HEX triplet: DF, 00 and D1. RGB value is (223,0,209). Sum of RGB (Red+Green+Blue) = 223+0+209=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 209 (82.03% from 255 or 48.38% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00D1 is #20FF2E. Grayscale: #595959. Windows color (decimal): -2162479 or 13697247. OLE color: 13697247.

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

Color convert

RGB2230209-
CMYK010.060.13
HSL303.77º100%43.73%-
HSV(B)303.77º100%87.45%-
XYZ41.9420.2962.03-
YUV90.5194.88222.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 209 (82.03% from 255) = 48.38%
R=51.62%
G=0%
B=48.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2230209010.060.13303.7710043.73
HexDF0D10646D130642c
Octal3370321014461546014454
Binary110111110110100010110010011011011001100001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF00D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF00D1; }

 p { color: rgb(223,0,209); }

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

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

 a { background-color: rgb(223,0,209); }

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

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

 span { border-color: rgb(223,0,209); }

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