Shades of Deep Magenta #D31BDF
Tints of Deep Magenta #D31BDF
RGB
CMYK
RGB Variations
Color information
#D31BDF (or 0xD31BDF) is known color: Deep Magenta. HEX triplet: D3, 1B and DF. RGB value is (211,27,223). Sum of RGB (Red+Green+Blue) = 211+27+223=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 27 (10.94% from 255 or 5.86% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #D31BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31BDF is #2CE420. Grayscale: #676767. Windows color (decimal): -2941985 or 14621651. OLE color: 14621651.
HSL color Cylindrical-coordinate representation of color #D31BDF: hue angle of 296.33º 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 #D31BDF is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 27 | 223 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.13 |
| HSL | 296.33º | 0.78% | 0.49% | - |
| HSV(B) | 296.33º | 0.88% | 0.87% | - |
| XYZ | 40.58 | 19.96 | 71.53 | - |
| YUV | 104.36 | 194.96 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 27 | 223 | 0.05 | 0.88 | 0 | 0.13 | 296.33 | 0.78 | 0.49 |
| Hex | D3 | 1B | DF | 5 | 58 | 0 | D | 128 | 4E | 31 |
| Octal | 323 | 33 | 337 | 5 | 130 | 0 | 15 | 450 | 116 | 61 |
| Binary | 11010011 | 11011 | 11011111 | 101 | 1011000 | 0 | 1101 | 100101000 | 1001110 | 110001 |
Color Harmonies of #D31BDF
Complementary color
Monochromatic Colors of #D31BDF
Black with #D31BDF
Text Example
Text Example
White with #D31BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31BDF; }
p { color: rgb(211,27,223); }
H1.HeaderClassName
{
color: #D31BDF;
}
.AnyTagClassName
{
color: #D31BDF;
}
</style>
background-color css
<style>
a { background-color: #D31BDF; }
a { background-color: rgb(211,27,223); }
div.DivClassName
{
background-color: #D31BDF;
}
.BgClassName
{
background-color: #D31BDF;
}
</style>
border-color css
<style>
span { border-color: #D31BDF; }
span { border-color: rgb(211,27,223); }
td.TdClassName
{
border-color: #D31BDF;
}
.TagClassName
{
border-color: #D31BDF;
}
</style>