Shades of Deep Magenta #DF0BCF
Tints of Deep Magenta #DF0BCF
RGB
CMYK
RGB Variations
Color information
#DF0BCF (or 0xDF0BCF) is known color: Deep Magenta. HEX triplet: DF, 0B and CF. RGB value is (223,11,207). Sum of RGB (Red+Green+Blue) = 223+11+207=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 11 (4.69% from 255 or 2.49% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0BCF is #20F430. Grayscale: #606060. Windows color (decimal): -2159665 or 13568991. OLE color: 13568991.
HSL color Cylindrical-coordinate representation of color #DF0BCF: hue angle of 304.53º 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 #DF0BCF is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 207 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.13 |
| HSL | 304.53º | 0.91% | 0.46% | - |
| HSV(B) | 304.53º | 0.95% | 0.87% | - |
| XYZ | 41.81 | 20.43 | 60.77 | - |
| YUV | 96.73 | 190.24 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 207 | 0 | 0.95 | 0.07 | 0.13 | 304.53 | 0.91 | 0.46 |
| Hex | DF | B | CF | 0 | 5F | 7 | D | 131 | 5B | 2E |
| Octal | 337 | 13 | 317 | 0 | 137 | 7 | 15 | 461 | 133 | 56 |
| Binary | 11011111 | 1011 | 11001111 | 0 | 1011111 | 111 | 1101 | 100110001 | 1011011 | 101110 |
Color Harmonies of #DF0BCF
Complementary color
Monochromatic Colors of #DF0BCF
Black with #DF0BCF
Text Example
Text Example
White with #DF0BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0BCF; }
p { color: rgb(223,11,207); }
H1.HeaderClassName
{
color: #DF0BCF;
}
.AnyTagClassName
{
color: #DF0BCF;
}
</style>
background-color css
<style>
a { background-color: #DF0BCF; }
a { background-color: rgb(223,11,207); }
div.DivClassName
{
background-color: #DF0BCF;
}
.BgClassName
{
background-color: #DF0BCF;
}
</style>
border-color css
<style>
span { border-color: #DF0BCF; }
span { border-color: rgb(223,11,207); }
td.TdClassName
{
border-color: #DF0BCF;
}
.TagClassName
{
border-color: #DF0BCF;
}
</style>