Shades of Deep Magenta #DF02B9
Tints of Deep Magenta #DF02B9
RGB
CMYK
RGB Variations
Color information
#DF02B9 (or 0xDF02B9) is known color: Deep Magenta. HEX triplet: DF, 02 and B9. RGB value is (223,2,185). Sum of RGB (Red+Green+Blue) = 223+2+185=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF02B9 is #20FD46. Grayscale: #585858. Windows color (decimal): -2161991 or 12124895. OLE color: 12124895.
HSL color Cylindrical-coordinate representation of color #DF02B9: hue angle of 310.32º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF02B9 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 185 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.13 |
| HSL | 310.32º | 0.98% | 0.44% | - |
| HSV(B) | 310.32º | 0.99% | 0.87% | - |
| XYZ | 39.21 | 19.23 | 47.54 | - |
| YUV | 88.94 | 182.22 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 185 | 0 | 0.99 | 0.17 | 0.13 | 310.32 | 0.98 | 0.44 |
| Hex | DF | 2 | B9 | 0 | 63 | 11 | D | 136 | 62 | 2C |
| Octal | 337 | 2 | 271 | 0 | 143 | 21 | 15 | 466 | 142 | 54 |
| Binary | 11011111 | 10 | 10111001 | 0 | 1100011 | 10001 | 1101 | 100110110 | 1100010 | 101100 |
Color Harmonies of #DF02B9
Complementary color
Monochromatic Colors of #DF02B9
Black with #DF02B9
Text Example
Text Example
White with #DF02B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02B9; }
p { color: rgb(223,2,185); }
H1.HeaderClassName
{
color: #DF02B9;
}
.AnyTagClassName
{
color: #DF02B9;
}
</style>
background-color css
<style>
a { background-color: #DF02B9; }
a { background-color: rgb(223,2,185); }
div.DivClassName
{
background-color: #DF02B9;
}
.BgClassName
{
background-color: #DF02B9;
}
</style>
border-color css
<style>
span { border-color: #DF02B9; }
span { border-color: rgb(223,2,185); }
td.TdClassName
{
border-color: #DF02B9;
}
.TagClassName
{
border-color: #DF02B9;
}
</style>