Shades of Deep Magenta #DF0BCD
Tints of Deep Magenta #DF0BCD
RGB
CMYK
RGB Variations
Color information
#DF0BCD (or 0xDF0BCD) is known color: Deep Magenta. HEX triplet: DF, 0B and CD. RGB value is (223,11,205). Sum of RGB (Red+Green+Blue) = 223+11+205=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0BCD is #20F432. Grayscale: #5F5F5F. Windows color (decimal): -2159667 or 13437919. OLE color: 13437919.
HSL color Cylindrical-coordinate representation of color #DF0BCD: hue angle of 305.09º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0BCD is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 205 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.13 |
| HSL | 305.09º | 0.91% | 0.46% | - |
| HSV(B) | 305.09º | 0.95% | 0.87% | - |
| XYZ | 41.57 | 20.34 | 59.49 | - |
| YUV | 96.5 | 189.24 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 205 | 0 | 0.95 | 0.08 | 0.13 | 305.09 | 0.91 | 0.46 |
| Hex | DF | B | CD | 0 | 5F | 8 | D | 131 | 5B | 2E |
| Octal | 337 | 13 | 315 | 0 | 137 | 10 | 15 | 461 | 133 | 56 |
| Binary | 11011111 | 1011 | 11001101 | 0 | 1011111 | 1000 | 1101 | 100110001 | 1011011 | 101110 |
Color Harmonies of #DF0BCD
Complementary color
Monochromatic Colors of #DF0BCD
Black with #DF0BCD
Text Example
Text Example
White with #DF0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0BCD; }
p { color: rgb(223,11,205); }
H1.HeaderClassName
{
color: #DF0BCD;
}
.AnyTagClassName
{
color: #DF0BCD;
}
</style>
background-color css
<style>
a { background-color: #DF0BCD; }
a { background-color: rgb(223,11,205); }
div.DivClassName
{
background-color: #DF0BCD;
}
.BgClassName
{
background-color: #DF0BCD;
}
</style>
border-color css
<style>
span { border-color: #DF0BCD; }
span { border-color: rgb(223,11,205); }
td.TdClassName
{
border-color: #DF0BCD;
}
.TagClassName
{
border-color: #DF0BCD;
}
</style>