Shades of Deep Magenta #D61FCB
Tints of Deep Magenta #D61FCB
RGB
CMYK
RGB Variations
Color information
#D61FCB (or 0xD61FCB) is known color: Deep Magenta. HEX triplet: D6, 1F and CB. RGB value is (214,31,203). Sum of RGB (Red+Green+Blue) = 214+31+203=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 31 (12.5% from 255 or 6.92% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D61FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61FCB is #29E034. Grayscale: #686868. Windows color (decimal): -2744373 or 13311958. OLE color: 13311958.
HSL color Cylindrical-coordinate representation of color #D61FCB: hue angle of 303.61º 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 #D61FCB is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 31 | 203 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.16 |
| HSL | 303.61º | 0.75% | 0.48% | - |
| HSV(B) | 303.61º | 0.86% | 0.84% | - |
| XYZ | 39 | 19.59 | 58.23 | - |
| YUV | 105.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 203 | 0 | 0.86 | 0.05 | 0.16 | 303.61 | 0.75 | 0.48 |
| Hex | D6 | 1F | CB | 0 | 56 | 5 | 10 | 130 | 4B | 30 |
| Octal | 326 | 37 | 313 | 0 | 126 | 5 | 20 | 460 | 113 | 60 |
| Binary | 11010110 | 11111 | 11001011 | 0 | 1010110 | 101 | 10000 | 100110000 | 1001011 | 110000 |
Color Harmonies of #D61FCB
Complementary color
Monochromatic Colors of #D61FCB
Black with #D61FCB
Text Example
Text Example
White with #D61FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61FCB; }
p { color: rgb(214,31,203); }
H1.HeaderClassName
{
color: #D61FCB;
}
.AnyTagClassName
{
color: #D61FCB;
}
</style>
background-color css
<style>
a { background-color: #D61FCB; }
a { background-color: rgb(214,31,203); }
div.DivClassName
{
background-color: #D61FCB;
}
.BgClassName
{
background-color: #D61FCB;
}
</style>
border-color css
<style>
span { border-color: #D61FCB; }
span { border-color: rgb(214,31,203); }
td.TdClassName
{
border-color: #D61FCB;
}
.TagClassName
{
border-color: #D61FCB;
}
</style>