Shades of Deep Magenta #DF02BB
Tints of Deep Magenta #DF02BB
RGB
CMYK
RGB Variations
Color information
#DF02BB (or 0xDF02BB) is known color: Deep Magenta. HEX triplet: DF, 02 and BB. RGB value is (223,2,187). Sum of RGB (Red+Green+Blue) = 223+2+187=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF02BB is #20FD44. Grayscale: #585858. Windows color (decimal): -2161989 or 12255967. OLE color: 12255967.
HSL color Cylindrical-coordinate representation of color #DF02BB: hue angle of 309.77º 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 #DF02BB is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 187 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.13 |
| HSL | 309.77º | 0.98% | 0.44% | - |
| HSV(B) | 309.77º | 0.99% | 0.87% | - |
| XYZ | 39.42 | 19.32 | 48.66 | - |
| YUV | 89.17 | 183.22 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 187 | 0 | 0.99 | 0.16 | 0.13 | 309.77 | 0.98 | 0.44 |
| Hex | DF | 2 | BB | 0 | 63 | 10 | D | 136 | 62 | 2C |
| Octal | 337 | 2 | 273 | 0 | 143 | 20 | 15 | 466 | 142 | 54 |
| Binary | 11011111 | 10 | 10111011 | 0 | 1100011 | 10000 | 1101 | 100110110 | 1100010 | 101100 |
Color Harmonies of #DF02BB
Complementary color
Monochromatic Colors of #DF02BB
Black with #DF02BB
Text Example
Text Example
White with #DF02BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02BB; }
p { color: rgb(223,2,187); }
H1.HeaderClassName
{
color: #DF02BB;
}
.AnyTagClassName
{
color: #DF02BB;
}
</style>
background-color css
<style>
a { background-color: #DF02BB; }
a { background-color: rgb(223,2,187); }
div.DivClassName
{
background-color: #DF02BB;
}
.BgClassName
{
background-color: #DF02BB;
}
</style>
border-color css
<style>
span { border-color: #DF02BB; }
span { border-color: rgb(223,2,187); }
td.TdClassName
{
border-color: #DF02BB;
}
.TagClassName
{
border-color: #DF02BB;
}
</style>