Shades of Deep Magenta #DF06DA
Tints of Deep Magenta #DF06DA
RGB
CMYK
RGB Variations
Color information
#DF06DA (or 0xDF06DA) is known color: Deep Magenta. HEX triplet: DF, 06 and DA. RGB value is (223,6,218). Sum of RGB (Red+Green+Blue) = 223+6+218=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 6 (2.73% from 255 or 1.34% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF06DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF06DA is #20F925. Grayscale: #5E5E5E. Windows color (decimal): -2160934 or 14288607. OLE color: 14288607.
HSL color Cylindrical-coordinate representation of color #DF06DA: hue angle of 301.38º 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 #DF06DA is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 218 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.13 |
| HSL | 301.38º | 0.95% | 0.45% | - |
| HSV(B) | 301.38º | 0.97% | 0.87% | - |
| XYZ | 43.15 | 20.88 | 68.09 | - |
| YUV | 95.05 | 197.39 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 218 | 0 | 0.97 | 0.02 | 0.13 | 301.38 | 0.95 | 0.45 |
| Hex | DF | 6 | DA | 0 | 61 | 2 | D | 12D | 5F | 2D |
| Octal | 337 | 6 | 332 | 0 | 141 | 2 | 15 | 455 | 137 | 55 |
| Binary | 11011111 | 110 | 11011010 | 0 | 1100001 | 10 | 1101 | 100101101 | 1011111 | 101101 |
Color Harmonies of #DF06DA
Complementary color
Monochromatic Colors of #DF06DA
Black with #DF06DA
Text Example
Text Example
White with #DF06DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF06DA; }
p { color: rgb(223,6,218); }
H1.HeaderClassName
{
color: #DF06DA;
}
.AnyTagClassName
{
color: #DF06DA;
}
</style>
background-color css
<style>
a { background-color: #DF06DA; }
a { background-color: rgb(223,6,218); }
div.DivClassName
{
background-color: #DF06DA;
}
.BgClassName
{
background-color: #DF06DA;
}
</style>
border-color css
<style>
span { border-color: #DF06DA; }
span { border-color: rgb(223,6,218); }
td.TdClassName
{
border-color: #DF06DA;
}
.TagClassName
{
border-color: #DF06DA;
}
</style>