Shades of Deep Magenta #DF02BD
Tints of Deep Magenta #DF02BD
RGB
CMYK
RGB Variations
Color information
#DF02BD (or 0xDF02BD) is known color: Deep Magenta. HEX triplet: DF, 02 and BD. RGB value is (223,2,189). Sum of RGB (Red+Green+Blue) = 223+2+189=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF02BD is #20FD42. Grayscale: #585858. Windows color (decimal): -2161987 or 12387039. OLE color: 12387039.
HSL color Cylindrical-coordinate representation of color #DF02BD: hue angle of 309.23º 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 #DF02BD is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 189 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.13 |
| HSL | 309.23º | 0.98% | 0.44% | - |
| HSV(B) | 309.23º | 0.99% | 0.87% | - |
| XYZ | 39.64 | 19.41 | 49.8 | - |
| YUV | 89.4 | 184.22 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 189 | 0 | 0.99 | 0.15 | 0.13 | 309.23 | 0.98 | 0.44 |
| Hex | DF | 2 | BD | 0 | 63 | F | D | 135 | 62 | 2C |
| Octal | 337 | 2 | 275 | 0 | 143 | 17 | 15 | 465 | 142 | 54 |
| Binary | 11011111 | 10 | 10111101 | 0 | 1100011 | 1111 | 1101 | 100110101 | 1100010 | 101100 |
Color Harmonies of #DF02BD
Complementary color
Monochromatic Colors of #DF02BD
Black with #DF02BD
Text Example
Text Example
White with #DF02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02BD; }
p { color: rgb(223,2,189); }
H1.HeaderClassName
{
color: #DF02BD;
}
.AnyTagClassName
{
color: #DF02BD;
}
</style>
background-color css
<style>
a { background-color: #DF02BD; }
a { background-color: rgb(223,2,189); }
div.DivClassName
{
background-color: #DF02BD;
}
.BgClassName
{
background-color: #DF02BD;
}
</style>
border-color css
<style>
span { border-color: #DF02BD; }
span { border-color: rgb(223,2,189); }
td.TdClassName
{
border-color: #DF02BD;
}
.TagClassName
{
border-color: #DF02BD;
}
</style>