Shades of Deep Magenta #DF02BC
Tints of Deep Magenta #DF02BC
RGB
CMYK
RGB Variations
Color information
#DF02BC (or 0xDF02BC) is known color: Deep Magenta. HEX triplet: DF, 02 and BC. RGB value is (223,2,188). Sum of RGB (Red+Green+Blue) = 223+2+188=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF02BC is #20FD43. Grayscale: #585858. Windows color (decimal): -2161988 or 12321503. OLE color: 12321503.
HSL color Cylindrical-coordinate representation of color #DF02BC: hue angle of 309.5º 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 #DF02BC is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 188 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.13 |
| HSL | 309.5º | 0.98% | 0.44% | - |
| HSV(B) | 309.5º | 0.99% | 0.87% | - |
| XYZ | 39.53 | 19.36 | 49.23 | - |
| YUV | 89.28 | 183.72 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 188 | 0 | 0.99 | 0.16 | 0.13 | 309.5 | 0.98 | 0.44 |
| Hex | DF | 2 | BC | 0 | 63 | 10 | D | 136 | 62 | 2C |
| Octal | 337 | 2 | 274 | 0 | 143 | 20 | 15 | 466 | 142 | 54 |
| Binary | 11011111 | 10 | 10111100 | 0 | 1100011 | 10000 | 1101 | 100110110 | 1100010 | 101100 |
Color Harmonies of #DF02BC
Complementary color
Monochromatic Colors of #DF02BC
Black with #DF02BC
Text Example
Text Example
White with #DF02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02BC; }
p { color: rgb(223,2,188); }
H1.HeaderClassName
{
color: #DF02BC;
}
.AnyTagClassName
{
color: #DF02BC;
}
</style>
background-color css
<style>
a { background-color: #DF02BC; }
a { background-color: rgb(223,2,188); }
div.DivClassName
{
background-color: #DF02BC;
}
.BgClassName
{
background-color: #DF02BC;
}
</style>
border-color css
<style>
span { border-color: #DF02BC; }
span { border-color: rgb(223,2,188); }
td.TdClassName
{
border-color: #DF02BC;
}
.TagClassName
{
border-color: #DF02BC;
}
</style>