Shades of Deep Magenta #D00BDF
Tints of Deep Magenta #D00BDF
RGB
CMYK
RGB Variations
Color information
#D00BDF (or 0xD00BDF) is known color: Deep Magenta. HEX triplet: D0, 0B and DF. RGB value is (208,11,223). Sum of RGB (Red+Green+Blue) = 208+11+223=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 11 (4.69% from 255 or 2.49% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #D00BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00BDF is #2FF420. Grayscale: #5D5D5D. Windows color (decimal): -3142689 or 14617552. OLE color: 14617552.
HSL color Cylindrical-coordinate representation of color #D00BDF: hue angle of 295.75º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00BDF is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 11 | 223 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.13 |
| HSL | 295.75º | 0.91% | 0.46% | - |
| HSV(B) | 295.75º | 0.95% | 0.87% | - |
| XYZ | 39.45 | 18.98 | 71.4 | - |
| YUV | 94.07 | 200.77 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 223 | 0.07 | 0.95 | 0 | 0.13 | 295.75 | 0.91 | 0.46 |
| Hex | D0 | B | DF | 7 | 5F | 0 | D | 128 | 5B | 2E |
| Octal | 320 | 13 | 337 | 7 | 137 | 0 | 15 | 450 | 133 | 56 |
| Binary | 11010000 | 1011 | 11011111 | 111 | 1011111 | 0 | 1101 | 100101000 | 1011011 | 101110 |
Color Harmonies of #D00BDF
Complementary color
Monochromatic Colors of #D00BDF
Black with #D00BDF
Text Example
Text Example
White with #D00BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00BDF; }
p { color: rgb(208,11,223); }
H1.HeaderClassName
{
color: #D00BDF;
}
.AnyTagClassName
{
color: #D00BDF;
}
</style>
background-color css
<style>
a { background-color: #D00BDF; }
a { background-color: rgb(208,11,223); }
div.DivClassName
{
background-color: #D00BDF;
}
.BgClassName
{
background-color: #D00BDF;
}
</style>
border-color css
<style>
span { border-color: #D00BDF; }
span { border-color: rgb(208,11,223); }
td.TdClassName
{
border-color: #D00BDF;
}
.TagClassName
{
border-color: #D00BDF;
}
</style>