Shades of Deep Magenta #D01BDF
Tints of Deep Magenta #D01BDF
RGB
CMYK
RGB Variations
Color information
#D01BDF (or 0xD01BDF) is known color: Deep Magenta. HEX triplet: D0, 1B and DF. RGB value is (208,27,223). Sum of RGB (Red+Green+Blue) = 208+27+223=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 27 (10.94% from 255 or 5.90% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #D01BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01BDF is #2FE420. Grayscale: #666666. Windows color (decimal): -3138593 or 14621648. OLE color: 14621648.
HSL color Cylindrical-coordinate representation of color #D01BDF: hue angle of 295.41º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01BDF is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 27 | 223 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.13 |
| HSL | 295.41º | 0.78% | 0.49% | - |
| HSV(B) | 295.41º | 0.88% | 0.87% | - |
| XYZ | 39.72 | 19.52 | 71.49 | - |
| YUV | 103.46 | 195.47 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 223 | 0.07 | 0.88 | 0 | 0.13 | 295.41 | 0.78 | 0.49 |
| Hex | D0 | 1B | DF | 7 | 58 | 0 | D | 127 | 4E | 31 |
| Octal | 320 | 33 | 337 | 7 | 130 | 0 | 15 | 447 | 116 | 61 |
| Binary | 11010000 | 11011 | 11011111 | 111 | 1011000 | 0 | 1101 | 100100111 | 1001110 | 110001 |
Color Harmonies of #D01BDF
Complementary color
Monochromatic Colors of #D01BDF
Black with #D01BDF
Text Example
Text Example
White with #D01BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01BDF; }
p { color: rgb(208,27,223); }
H1.HeaderClassName
{
color: #D01BDF;
}
.AnyTagClassName
{
color: #D01BDF;
}
</style>
background-color css
<style>
a { background-color: #D01BDF; }
a { background-color: rgb(208,27,223); }
div.DivClassName
{
background-color: #D01BDF;
}
.BgClassName
{
background-color: #D01BDF;
}
</style>
border-color css
<style>
span { border-color: #D01BDF; }
span { border-color: rgb(208,27,223); }
td.TdClassName
{
border-color: #D01BDF;
}
.TagClassName
{
border-color: #D01BDF;
}
</style>