Shades of Deep Magenta #DF0CBD
Tints of Deep Magenta #DF0CBD
RGB
CMYK
RGB Variations
Color information
#DF0CBD (or 0xDF0CBD) is known color: Deep Magenta. HEX triplet: DF, 0C and BD. RGB value is (223,12,189). Sum of RGB (Red+Green+Blue) = 223+12+189=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0CBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0CBD is #20F342. Grayscale: #5E5E5E. Windows color (decimal): -2159427 or 12389599. OLE color: 12389599.
HSL color Cylindrical-coordinate representation of color #DF0CBD: hue angle of 309.67º degrees, saturation: 0.9, 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 #DF0CBD is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 189 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.13 |
| HSL | 309.67º | 0.9% | 0.46% | - |
| HSV(B) | 309.67º | 0.95% | 0.87% | - |
| XYZ | 39.75 | 19.63 | 49.84 | - |
| YUV | 95.27 | 180.9 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 189 | 0 | 0.95 | 0.15 | 0.13 | 309.67 | 0.9 | 0.46 |
| Hex | DF | C | BD | 0 | 5F | F | D | 136 | 5A | 2E |
| Octal | 337 | 14 | 275 | 0 | 137 | 17 | 15 | 466 | 132 | 56 |
| Binary | 11011111 | 1100 | 10111101 | 0 | 1011111 | 1111 | 1101 | 100110110 | 1011010 | 101110 |
Color Harmonies of #DF0CBD
Complementary color
Monochromatic Colors of #DF0CBD
Black with #DF0CBD
Text Example
Text Example
White with #DF0CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CBD; }
p { color: rgb(223,12,189); }
H1.HeaderClassName
{
color: #DF0CBD;
}
.AnyTagClassName
{
color: #DF0CBD;
}
</style>
background-color css
<style>
a { background-color: #DF0CBD; }
a { background-color: rgb(223,12,189); }
div.DivClassName
{
background-color: #DF0CBD;
}
.BgClassName
{
background-color: #DF0CBD;
}
</style>
border-color css
<style>
span { border-color: #DF0CBD; }
span { border-color: rgb(223,12,189); }
td.TdClassName
{
border-color: #DF0CBD;
}
.TagClassName
{
border-color: #DF0CBD;
}
</style>