Shades of Deep Magenta #D30FB9
Tints of Deep Magenta #D30FB9
RGB
CMYK
RGB Variations
Color information
#D30FB9 (or 0xD30FB9) is known color: Deep Magenta. HEX triplet: D3, 0F and B9. RGB value is (211,15,185). Sum of RGB (Red+Green+Blue) = 211+15+185=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D30FB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30FB9 is #2CF046. Grayscale: #5C5C5C. Windows color (decimal): -2945095 or 12128211. OLE color: 12128211.
HSL color Cylindrical-coordinate representation of color #D30FB9: hue angle of 307.96º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30FB9 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 15 | 185 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.17 |
| HSL | 307.96º | 0.87% | 0.44% | - |
| HSV(B) | 307.96º | 0.93% | 0.83% | - |
| XYZ | 35.79 | 17.69 | 47.43 | - |
| YUV | 92.98 | 179.93 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 15 | 185 | 0 | 0.93 | 0.12 | 0.17 | 307.96 | 0.87 | 0.44 |
| Hex | D3 | F | B9 | 0 | 5D | C | 11 | 134 | 57 | 2C |
| Octal | 323 | 17 | 271 | 0 | 135 | 14 | 21 | 464 | 127 | 54 |
| Binary | 11010011 | 1111 | 10111001 | 0 | 1011101 | 1100 | 10001 | 100110100 | 1010111 | 101100 |
Color Harmonies of #D30FB9
Complementary color
Monochromatic Colors of #D30FB9
Black with #D30FB9
Text Example
Text Example
White with #D30FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30FB9; }
p { color: rgb(211,15,185); }
H1.HeaderClassName
{
color: #D30FB9;
}
.AnyTagClassName
{
color: #D30FB9;
}
</style>
background-color css
<style>
a { background-color: #D30FB9; }
a { background-color: rgb(211,15,185); }
div.DivClassName
{
background-color: #D30FB9;
}
.BgClassName
{
background-color: #D30FB9;
}
</style>
border-color css
<style>
span { border-color: #D30FB9; }
span { border-color: rgb(211,15,185); }
td.TdClassName
{
border-color: #D30FB9;
}
.TagClassName
{
border-color: #D30FB9;
}
</style>