Shades of Deep Magenta #D61ECB
Tints of Deep Magenta #D61ECB
RGB
CMYK
RGB Variations
Color information
#D61ECB (or 0xD61ECB) is known color: Deep Magenta. HEX triplet: D6, 1E and CB. RGB value is (214,30,203). Sum of RGB (Red+Green+Blue) = 214+30+203=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D61ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61ECB is #29E134. Grayscale: #686868. Windows color (decimal): -2744629 or 13311702. OLE color: 13311702.
HSL color Cylindrical-coordinate representation of color #D61ECB: hue angle of 303.59º 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 #D61ECB is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 30 | 203 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.16 |
| HSL | 303.59º | 0.75% | 0.48% | - |
| HSV(B) | 303.59º | 0.86% | 0.84% | - |
| XYZ | 38.98 | 19.54 | 58.22 | - |
| YUV | 104.74 | 183.46 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 30 | 203 | 0 | 0.86 | 0.05 | 0.16 | 303.59 | 0.75 | 0.48 |
| Hex | D6 | 1E | CB | 0 | 56 | 5 | 10 | 130 | 4B | 30 |
| Octal | 326 | 36 | 313 | 0 | 126 | 5 | 20 | 460 | 113 | 60 |
| Binary | 11010110 | 11110 | 11001011 | 0 | 1010110 | 101 | 10000 | 100110000 | 1001011 | 110000 |
Color Harmonies of #D61ECB
Complementary color
Monochromatic Colors of #D61ECB
Black with #D61ECB
Text Example
Text Example
White with #D61ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61ECB; }
p { color: rgb(214,30,203); }
H1.HeaderClassName
{
color: #D61ECB;
}
.AnyTagClassName
{
color: #D61ECB;
}
</style>
background-color css
<style>
a { background-color: #D61ECB; }
a { background-color: rgb(214,30,203); }
div.DivClassName
{
background-color: #D61ECB;
}
.BgClassName
{
background-color: #D61ECB;
}
</style>
border-color css
<style>
span { border-color: #D61ECB; }
span { border-color: rgb(214,30,203); }
td.TdClassName
{
border-color: #D61ECB;
}
.TagClassName
{
border-color: #D61ECB;
}
</style>