Shades of Deep Magenta #D61BDF
Tints of Deep Magenta #D61BDF
RGB
CMYK
RGB Variations
Color information
#D61BDF (or 0xD61BDF) is known color: Deep Magenta. HEX triplet: D6, 1B and DF. RGB value is (214,27,223). Sum of RGB (Red+Green+Blue) = 214+27+223=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #D61BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61BDF is #29E420. Grayscale: #686868. Windows color (decimal): -2745377 or 14621654. OLE color: 14621654.
HSL color Cylindrical-coordinate representation of color #D61BDF: hue angle of 297.24º 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 #D61BDF is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 27 | 223 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.13 |
| HSL | 297.24º | 0.78% | 0.49% | - |
| HSV(B) | 297.24º | 0.88% | 0.87% | - |
| XYZ | 41.44 | 20.41 | 71.57 | - |
| YUV | 105.26 | 194.45 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 223 | 0.04 | 0.88 | 0 | 0.13 | 297.24 | 0.78 | 0.49 |
| Hex | D6 | 1B | DF | 4 | 58 | 0 | D | 129 | 4E | 31 |
| Octal | 326 | 33 | 337 | 4 | 130 | 0 | 15 | 451 | 116 | 61 |
| Binary | 11010110 | 11011 | 11011111 | 100 | 1011000 | 0 | 1101 | 100101001 | 1001110 | 110001 |
Color Harmonies of #D61BDF
Complementary color
Monochromatic Colors of #D61BDF
Black with #D61BDF
Text Example
Text Example
White with #D61BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61BDF; }
p { color: rgb(214,27,223); }
H1.HeaderClassName
{
color: #D61BDF;
}
.AnyTagClassName
{
color: #D61BDF;
}
</style>
background-color css
<style>
a { background-color: #D61BDF; }
a { background-color: rgb(214,27,223); }
div.DivClassName
{
background-color: #D61BDF;
}
.BgClassName
{
background-color: #D61BDF;
}
</style>
border-color css
<style>
span { border-color: #D61BDF; }
span { border-color: rgb(214,27,223); }
td.TdClassName
{
border-color: #D61BDF;
}
.TagClassName
{
border-color: #D61BDF;
}
</style>