Shades of Deep Magenta #DF1CCD
Tints of Deep Magenta #DF1CCD
RGB
CMYK
RGB Variations
Color information
#DF1CCD (or 0xDF1CCD) is known color: Deep Magenta. HEX triplet: DF, 1C and CD. RGB value is (223,28,205). Sum of RGB (Red+Green+Blue) = 223+28+205=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1CCD is #20E332. Grayscale: #696969. Windows color (decimal): -2155315 or 13442271. OLE color: 13442271.
HSL color Cylindrical-coordinate representation of color #DF1CCD: hue angle of 305.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1CCD is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 28 | 205 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.13 |
| HSL | 305.54º | 0.78% | 0.49% | - |
| HSV(B) | 305.54º | 0.87% | 0.87% | - |
| XYZ | 41.87 | 20.93 | 59.59 | - |
| YUV | 106.48 | 183.6 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 28 | 205 | 0 | 0.87 | 0.08 | 0.13 | 305.54 | 0.78 | 0.49 |
| Hex | DF | 1C | CD | 0 | 57 | 8 | D | 132 | 4E | 31 |
| Octal | 337 | 34 | 315 | 0 | 127 | 10 | 15 | 462 | 116 | 61 |
| Binary | 11011111 | 11100 | 11001101 | 0 | 1010111 | 1000 | 1101 | 100110010 | 1001110 | 110001 |
Color Harmonies of #DF1CCD
Complementary color
Monochromatic Colors of #DF1CCD
Black with #DF1CCD
Text Example
Text Example
White with #DF1CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1CCD; }
p { color: rgb(223,28,205); }
H1.HeaderClassName
{
color: #DF1CCD;
}
.AnyTagClassName
{
color: #DF1CCD;
}
</style>
background-color css
<style>
a { background-color: #DF1CCD; }
a { background-color: rgb(223,28,205); }
div.DivClassName
{
background-color: #DF1CCD;
}
.BgClassName
{
background-color: #DF1CCD;
}
</style>
border-color css
<style>
span { border-color: #DF1CCD; }
span { border-color: rgb(223,28,205); }
td.TdClassName
{
border-color: #DF1CCD;
}
.TagClassName
{
border-color: #DF1CCD;
}
</style>