Shades of Deep Magenta #DF02BF
Tints of Deep Magenta #DF02BF
RGB
CMYK
RGB Variations
Color information
#DF02BF (or 0xDF02BF) is known color: Deep Magenta. HEX triplet: DF, 02 and BF. RGB value is (223,2,191). Sum of RGB (Red+Green+Blue) = 223+2+191=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF02BF is #20FD40. Grayscale: #595959. Windows color (decimal): -2161985 or 12518111. OLE color: 12518111.
HSL color Cylindrical-coordinate representation of color #DF02BF: hue angle of 308.69º 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 #DF02BF is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 191 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.13 |
| HSL | 308.69º | 0.98% | 0.44% | - |
| HSV(B) | 308.69º | 0.99% | 0.87% | - |
| XYZ | 39.86 | 19.49 | 50.95 | - |
| YUV | 89.63 | 185.22 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 191 | 0 | 0.99 | 0.14 | 0.13 | 308.69 | 0.98 | 0.44 |
| Hex | DF | 2 | BF | 0 | 63 | E | D | 135 | 62 | 2C |
| Octal | 337 | 2 | 277 | 0 | 143 | 16 | 15 | 465 | 142 | 54 |
| Binary | 11011111 | 10 | 10111111 | 0 | 1100011 | 1110 | 1101 | 100110101 | 1100010 | 101100 |
Color Harmonies of #DF02BF
Complementary color
Monochromatic Colors of #DF02BF
Black with #DF02BF
Text Example
Text Example
White with #DF02BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02BF; }
p { color: rgb(223,2,191); }
H1.HeaderClassName
{
color: #DF02BF;
}
.AnyTagClassName
{
color: #DF02BF;
}
</style>
background-color css
<style>
a { background-color: #DF02BF; }
a { background-color: rgb(223,2,191); }
div.DivClassName
{
background-color: #DF02BF;
}
.BgClassName
{
background-color: #DF02BF;
}
</style>
border-color css
<style>
span { border-color: #DF02BF; }
span { border-color: rgb(223,2,191); }
td.TdClassName
{
border-color: #DF02BF;
}
.TagClassName
{
border-color: #DF02BF;
}
</style>