Shades of Deep Magenta #DF0CBE
Tints of Deep Magenta #DF0CBE
RGB
CMYK
RGB Variations
Color information
#DF0CBE (or 0xDF0CBE) is known color: Deep Magenta. HEX triplet: DF, 0C and BE. RGB value is (223,12,190). Sum of RGB (Red+Green+Blue) = 223+12+190=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0CBE is #20F341. Grayscale: #5E5E5E. Windows color (decimal): -2159426 or 12455135. OLE color: 12455135.
HSL color Cylindrical-coordinate representation of color #DF0CBE: hue angle of 309.38º 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 #DF0CBE is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 190 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.13 |
| HSL | 309.38º | 0.9% | 0.46% | - |
| HSV(B) | 309.38º | 0.95% | 0.87% | - |
| XYZ | 39.86 | 19.67 | 50.41 | - |
| YUV | 95.38 | 181.4 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 190 | 0 | 0.95 | 0.15 | 0.13 | 309.38 | 0.9 | 0.46 |
| Hex | DF | C | BE | 0 | 5F | F | D | 135 | 5A | 2E |
| Octal | 337 | 14 | 276 | 0 | 137 | 17 | 15 | 465 | 132 | 56 |
| Binary | 11011111 | 1100 | 10111110 | 0 | 1011111 | 1111 | 1101 | 100110101 | 1011010 | 101110 |
Color Harmonies of #DF0CBE
Complementary color
Monochromatic Colors of #DF0CBE
Black with #DF0CBE
Text Example
Text Example
White with #DF0CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CBE; }
p { color: rgb(223,12,190); }
H1.HeaderClassName
{
color: #DF0CBE;
}
.AnyTagClassName
{
color: #DF0CBE;
}
</style>
background-color css
<style>
a { background-color: #DF0CBE; }
a { background-color: rgb(223,12,190); }
div.DivClassName
{
background-color: #DF0CBE;
}
.BgClassName
{
background-color: #DF0CBE;
}
</style>
border-color css
<style>
span { border-color: #DF0CBE; }
span { border-color: rgb(223,12,190); }
td.TdClassName
{
border-color: #DF0CBE;
}
.TagClassName
{
border-color: #DF0CBE;
}
</style>