Shades of Deep Magenta #D51ECB
Tints of Deep Magenta #D51ECB
RGB
CMYK
RGB Variations
Color information
#D51ECB (or 0xD51ECB) is known color: Deep Magenta. HEX triplet: D5, 1E and CB. RGB value is (213,30,203). Sum of RGB (Red+Green+Blue) = 213+30+203=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D51ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51ECB is #2AE134. Grayscale: #676767. Windows color (decimal): -2810165 or 13311701. OLE color: 13311701.
HSL color Cylindrical-coordinate representation of color #D51ECB: hue angle of 303.28º 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 #D51ECB is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 30 | 203 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.16 |
| HSL | 303.28º | 0.75% | 0.48% | - |
| HSV(B) | 303.28º | 0.86% | 0.84% | - |
| XYZ | 38.68 | 19.39 | 58.2 | - |
| YUV | 104.44 | 183.63 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 30 | 203 | 0 | 0.86 | 0.05 | 0.16 | 303.28 | 0.75 | 0.48 |
| Hex | D5 | 1E | CB | 0 | 56 | 5 | 10 | 12F | 4B | 30 |
| Octal | 325 | 36 | 313 | 0 | 126 | 5 | 20 | 457 | 113 | 60 |
| Binary | 11010101 | 11110 | 11001011 | 0 | 1010110 | 101 | 10000 | 100101111 | 1001011 | 110000 |
Color Harmonies of #D51ECB
Complementary color
Monochromatic Colors of #D51ECB
Black with #D51ECB
Text Example
Text Example
White with #D51ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51ECB; }
p { color: rgb(213,30,203); }
H1.HeaderClassName
{
color: #D51ECB;
}
.AnyTagClassName
{
color: #D51ECB;
}
</style>
background-color css
<style>
a { background-color: #D51ECB; }
a { background-color: rgb(213,30,203); }
div.DivClassName
{
background-color: #D51ECB;
}
.BgClassName
{
background-color: #D51ECB;
}
</style>
border-color css
<style>
span { border-color: #D51ECB; }
span { border-color: rgb(213,30,203); }
td.TdClassName
{
border-color: #D51ECB;
}
.TagClassName
{
border-color: #D51ECB;
}
</style>