Shades of Deep Magenta #D30DBE
Tints of Deep Magenta #D30DBE
RGB
CMYK
RGB Variations
Color information
#D30DBE (or 0xD30DBE) is known color: Deep Magenta. HEX triplet: D3, 0D and BE. RGB value is (211,13,190). Sum of RGB (Red+Green+Blue) = 211+13+190=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D30DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30DBE is #2CF241. Grayscale: #5B5B5B. Windows color (decimal): -2945602 or 12455379. OLE color: 12455379.
HSL color Cylindrical-coordinate representation of color #D30DBE: hue angle of 306.36º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30DBE is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 13 | 190 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.17 |
| HSL | 306.36º | 0.88% | 0.44% | - |
| HSV(B) | 306.36º | 0.94% | 0.83% | - |
| XYZ | 36.3 | 17.85 | 50.25 | - |
| YUV | 92.38 | 183.1 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 13 | 190 | 0 | 0.94 | 0.10 | 0.17 | 306.36 | 0.88 | 0.44 |
| Hex | D3 | D | BE | 0 | 5E | A | 11 | 132 | 58 | 2C |
| Octal | 323 | 15 | 276 | 0 | 136 | 12 | 21 | 462 | 130 | 54 |
| Binary | 11010011 | 1101 | 10111110 | 0 | 1011110 | 1010 | 10001 | 100110010 | 1011000 | 101100 |
Color Harmonies of #D30DBE
Complementary color
Monochromatic Colors of #D30DBE
Black with #D30DBE
Text Example
Text Example
White with #D30DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30DBE; }
p { color: rgb(211,13,190); }
H1.HeaderClassName
{
color: #D30DBE;
}
.AnyTagClassName
{
color: #D30DBE;
}
</style>
background-color css
<style>
a { background-color: #D30DBE; }
a { background-color: rgb(211,13,190); }
div.DivClassName
{
background-color: #D30DBE;
}
.BgClassName
{
background-color: #D30DBE;
}
</style>
border-color css
<style>
span { border-color: #D30DBE; }
span { border-color: rgb(211,13,190); }
td.TdClassName
{
border-color: #D30DBE;
}
.TagClassName
{
border-color: #D30DBE;
}
</style>