Shades of Deep Magenta #DF03BD
Tints of Deep Magenta #DF03BD
RGB
CMYK
RGB Variations
Color information
#DF03BD (or 0xDF03BD) is known color: Deep Magenta. HEX triplet: DF, 03 and BD. RGB value is (223,3,189). Sum of RGB (Red+Green+Blue) = 223+3+189=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 3 (1.56% from 255 or 0.72% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF03BD is #20FC42. Grayscale: #595959. Windows color (decimal): -2161731 or 12387295. OLE color: 12387295.
HSL color Cylindrical-coordinate representation of color #DF03BD: hue angle of 309.27º degrees, saturation: 0.97, 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 #DF03BD is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 189 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.13 |
| HSL | 309.27º | 0.97% | 0.44% | - |
| HSV(B) | 309.27º | 0.99% | 0.87% | - |
| XYZ | 39.65 | 19.43 | 49.8 | - |
| YUV | 89.98 | 183.89 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 189 | 0 | 0.99 | 0.15 | 0.13 | 309.27 | 0.97 | 0.44 |
| Hex | DF | 3 | BD | 0 | 63 | F | D | 135 | 61 | 2C |
| Octal | 337 | 3 | 275 | 0 | 143 | 17 | 15 | 465 | 141 | 54 |
| Binary | 11011111 | 11 | 10111101 | 0 | 1100011 | 1111 | 1101 | 100110101 | 1100001 | 101100 |
Color Harmonies of #DF03BD
Complementary color
Monochromatic Colors of #DF03BD
Black with #DF03BD
Text Example
Text Example
White with #DF03BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF03BD; }
p { color: rgb(223,3,189); }
H1.HeaderClassName
{
color: #DF03BD;
}
.AnyTagClassName
{
color: #DF03BD;
}
</style>
background-color css
<style>
a { background-color: #DF03BD; }
a { background-color: rgb(223,3,189); }
div.DivClassName
{
background-color: #DF03BD;
}
.BgClassName
{
background-color: #DF03BD;
}
</style>
border-color css
<style>
span { border-color: #DF03BD; }
span { border-color: rgb(223,3,189); }
td.TdClassName
{
border-color: #DF03BD;
}
.TagClassName
{
border-color: #DF03BD;
}
</style>