#DF06D8

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

Shades of Deep Magenta #DF06D8

Tints of Deep Magenta #DF06D8

Color information

#DF06D8 (or 0xDF06D8) is unknown color: approx Deep Magenta. HEX triplet: DF, 06 and D8. RGB value is (223,6,216). Sum of RGB (Red+Green+Blue) = 223+6+216=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 6 (2.73% from 255 or 1.35% from 445); Blue value is 216 (84.77% from 255 or 48.54% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF06D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF06D8 is #20F927. Grayscale: #5E5E5E. Windows color (decimal): -2160936 or 14157535. OLE color: 14157535.

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

Color convert

RGB2236216-
CMYK00.970.030.13
HSL301.94º94.76%44.9%-
HSV(B)301.94º97.31%87.45%-
XYZ42.8920.7866.72-
YUV94.82196.39219.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.11%
GREEN value IS 6 (2.73% from 255) = 1.35%
BLUE value IS 216 (84.77% from 255) = 48.54%
R=50.11%
G=1.35%
B=48.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223621600.970.030.13301.9494.7644.9
HexDF6D80613D12e5f2d
Octal3376330014131545613755
Binary1101111111011011000011000011111011001011101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF06D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF06D8; }

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

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

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

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

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

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

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

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