Shades of Deep Magenta #DF1FCE
Tints of Deep Magenta #DF1FCE
RGB
CMYK
RGB Variations
Color information
#DF1FCE (or 0xDF1FCE) is known color: Deep Magenta. HEX triplet: DF, 1F and CE. RGB value is (223,31,206). Sum of RGB (Red+Green+Blue) = 223+31+206=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 31 (12.5% from 255 or 6.74% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1FCE is #20E031. Grayscale: #6B6B6B. Windows color (decimal): -2154546 or 13508575. OLE color: 13508575.
HSL color Cylindrical-coordinate representation of color #DF1FCE: hue angle of 305.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF1FCE is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 31 | 206 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.13 |
| HSL | 305.31º | 0.76% | 0.5% | - |
| HSV(B) | 305.31º | 0.86% | 0.87% | - |
| XYZ | 42.06 | 21.12 | 60.25 | - |
| YUV | 108.36 | 183.11 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 206 | 0 | 0.86 | 0.08 | 0.13 | 305.31 | 0.76 | 0.5 |
| Hex | DF | 1F | CE | 0 | 56 | 8 | D | 131 | 4C | 32 |
| Octal | 337 | 37 | 316 | 0 | 126 | 10 | 15 | 461 | 114 | 62 |
| Binary | 11011111 | 11111 | 11001110 | 0 | 1010110 | 1000 | 1101 | 100110001 | 1001100 | 110010 |
Color Harmonies of #DF1FCE
Complementary color
Monochromatic Colors of #DF1FCE
Black with #DF1FCE
Text Example
Text Example
White with #DF1FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1FCE; }
p { color: rgb(223,31,206); }
H1.HeaderClassName
{
color: #DF1FCE;
}
.AnyTagClassName
{
color: #DF1FCE;
}
</style>
background-color css
<style>
a { background-color: #DF1FCE; }
a { background-color: rgb(223,31,206); }
div.DivClassName
{
background-color: #DF1FCE;
}
.BgClassName
{
background-color: #DF1FCE;
}
</style>
border-color css
<style>
span { border-color: #DF1FCE; }
span { border-color: rgb(223,31,206); }
td.TdClassName
{
border-color: #DF1FCE;
}
.TagClassName
{
border-color: #DF1FCE;
}
</style>