Shades of Deep Magenta #D61BDD
Tints of Deep Magenta #D61BDD
RGB
CMYK
RGB Variations
Color information
#D61BDD (or 0xD61BDD) is known color: Deep Magenta. HEX triplet: D6, 1B and DD. RGB value is (214,27,221). Sum of RGB (Red+Green+Blue) = 214+27+221=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #D61BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61BDD is #29E422. Grayscale: #686868. Windows color (decimal): -2745379 or 14490582. OLE color: 14490582.
HSL color Cylindrical-coordinate representation of color #D61BDD: hue angle of 297.84º 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 #D61BDD is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 27 | 221 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.13 |
| HSL | 297.84º | 0.78% | 0.49% | - |
| HSV(B) | 297.84º | 0.88% | 0.87% | - |
| XYZ | 41.17 | 20.3 | 70.15 | - |
| YUV | 105.03 | 193.45 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 221 | 0.03 | 0.88 | 0 | 0.13 | 297.84 | 0.78 | 0.49 |
| Hex | D6 | 1B | DD | 3 | 58 | 0 | D | 12A | 4E | 31 |
| Octal | 326 | 33 | 335 | 3 | 130 | 0 | 15 | 452 | 116 | 61 |
| Binary | 11010110 | 11011 | 11011101 | 11 | 1011000 | 0 | 1101 | 100101010 | 1001110 | 110001 |
Color Harmonies of #D61BDD
Complementary color
Monochromatic Colors of #D61BDD
Black with #D61BDD
Text Example
Text Example
White with #D61BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61BDD; }
p { color: rgb(214,27,221); }
H1.HeaderClassName
{
color: #D61BDD;
}
.AnyTagClassName
{
color: #D61BDD;
}
</style>
background-color css
<style>
a { background-color: #D61BDD; }
a { background-color: rgb(214,27,221); }
div.DivClassName
{
background-color: #D61BDD;
}
.BgClassName
{
background-color: #D61BDD;
}
</style>
border-color css
<style>
span { border-color: #D61BDD; }
span { border-color: rgb(214,27,221); }
td.TdClassName
{
border-color: #D61BDD;
}
.TagClassName
{
border-color: #D61BDD;
}
</style>