Shades of Deep Magenta #D61FCE
Tints of Deep Magenta #D61FCE
RGB
CMYK
RGB Variations
Color information
#D61FCE (or 0xD61FCE) is known color: Deep Magenta. HEX triplet: D6, 1F and CE. RGB value is (214,31,206). Sum of RGB (Red+Green+Blue) = 214+31+206=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 31 (12.5% from 255 or 6.87% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D61FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61FCE is #29E031. Grayscale: #696969. Windows color (decimal): -2744370 or 13508566. OLE color: 13508566.
HSL color Cylindrical-coordinate representation of color #D61FCE: hue angle of 302.62º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61FCE is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 31 | 206 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.16 |
| HSL | 302.62º | 0.75% | 0.48% | - |
| HSV(B) | 302.62º | 0.86% | 0.84% | - |
| XYZ | 39.36 | 19.73 | 60.13 | - |
| YUV | 105.67 | 184.63 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 206 | 0 | 0.86 | 0.04 | 0.16 | 302.62 | 0.75 | 0.48 |
| Hex | D6 | 1F | CE | 0 | 56 | 4 | 10 | 12F | 4B | 30 |
| Octal | 326 | 37 | 316 | 0 | 126 | 4 | 20 | 457 | 113 | 60 |
| Binary | 11010110 | 11111 | 11001110 | 0 | 1010110 | 100 | 10000 | 100101111 | 1001011 | 110000 |
Color Harmonies of #D61FCE
Complementary color
Monochromatic Colors of #D61FCE
Black with #D61FCE
Text Example
Text Example
White with #D61FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61FCE; }
p { color: rgb(214,31,206); }
H1.HeaderClassName
{
color: #D61FCE;
}
.AnyTagClassName
{
color: #D61FCE;
}
</style>
background-color css
<style>
a { background-color: #D61FCE; }
a { background-color: rgb(214,31,206); }
div.DivClassName
{
background-color: #D61FCE;
}
.BgClassName
{
background-color: #D61FCE;
}
</style>
border-color css
<style>
span { border-color: #D61FCE; }
span { border-color: rgb(214,31,206); }
td.TdClassName
{
border-color: #D61FCE;
}
.TagClassName
{
border-color: #D61FCE;
}
</style>