Shades of Deep Magenta #DF1FCD
Tints of Deep Magenta #DF1FCD
RGB
CMYK
RGB Variations
Color information
#DF1FCD (or 0xDF1FCD) is known color: Deep Magenta. HEX triplet: DF, 1F and CD. RGB value is (223,31,205). Sum of RGB (Red+Green+Blue) = 223+31+205=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 31 (12.5% from 255 or 6.75% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1FCD is #20E032. Grayscale: #6B6B6B. Windows color (decimal): -2154547 or 13443039. OLE color: 13443039.
HSL color Cylindrical-coordinate representation of color #DF1FCD: hue angle of 305.62º 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 #DF1FCD is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 31 | 205 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.13 |
| HSL | 305.63º | 0.76% | 0.5% | - |
| HSV(B) | 305.63º | 0.86% | 0.87% | - |
| XYZ | 41.94 | 21.08 | 59.62 | - |
| YUV | 108.24 | 182.61 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 205 | 0 | 0.86 | 0.08 | 0.13 | 305.63 | 0.76 | 0.5 |
| Hex | DF | 1F | CD | 0 | 56 | 8 | D | 132 | 4C | 32 |
| Octal | 337 | 37 | 315 | 0 | 126 | 10 | 15 | 462 | 114 | 62 |
| Binary | 11011111 | 11111 | 11001101 | 0 | 1010110 | 1000 | 1101 | 100110010 | 1001100 | 110010 |
Color Harmonies of #DF1FCD
Complementary color
Monochromatic Colors of #DF1FCD
Black with #DF1FCD
Text Example
Text Example
White with #DF1FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1FCD; }
p { color: rgb(223,31,205); }
H1.HeaderClassName
{
color: #DF1FCD;
}
.AnyTagClassName
{
color: #DF1FCD;
}
</style>
background-color css
<style>
a { background-color: #DF1FCD; }
a { background-color: rgb(223,31,205); }
div.DivClassName
{
background-color: #DF1FCD;
}
.BgClassName
{
background-color: #DF1FCD;
}
</style>
border-color css
<style>
span { border-color: #DF1FCD; }
span { border-color: rgb(223,31,205); }
td.TdClassName
{
border-color: #DF1FCD;
}
.TagClassName
{
border-color: #DF1FCD;
}
</style>