#DF06DE

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

Shades of Deep Magenta #DF06DE

Tints of Deep Magenta #DF06DE

Color information

#DF06DE (or 0xDF06DE) is unknown color: approx Deep Magenta. HEX triplet: DF, 06 and DE. RGB value is (223,6,222). Sum of RGB (Red+Green+Blue) = 223+6+222=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 6 (2.73% from 255 or 1.33% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF06DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF06DE is #20F921. Grayscale: #5E5E5E. Windows color (decimal): -2160930 or 14550751. OLE color: 14550751.

HSL color Cylindrical-coordinate representation of color #DF06DE: hue angle of 300.28º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF06DE is Cyan = 0, Magento = 0.97, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB2236222-
CMYK00.970.000.13
HSL300.28º94.76%44.9%-
HSV(B)300.28º97.31%87.45%-
XYZ43.6821.0970.88-
YUV95.51199.39218.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.45%
GREEN value IS 6 (2.73% from 255) = 1.33%
BLUE value IS 222 (87.11% from 255) = 49.22%
R=49.45%
G=1.33%
B=49.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223622200.970.000.13300.2894.7644.9
HexDF6DE0610D12c5f2d
Octal3376336014101545413755
Binary110111111101101111001100001011011001011001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF06DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF06DE; }

 p { color: rgb(223,6,222); }

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

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

 a { background-color: rgb(223,6,222); }

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

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

 span { border-color: rgb(223,6,222); }

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