Shades of Deep Magenta #D30FBB
Tints of Deep Magenta #D30FBB
RGB
CMYK
RGB Variations
Color information
#D30FBB (or 0xD30FBB) is known color: Deep Magenta. HEX triplet: D3, 0F and BB. RGB value is (211,15,187). Sum of RGB (Red+Green+Blue) = 211+15+187=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D30FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30FBB is #2CF044. Grayscale: #5C5C5C. Windows color (decimal): -2945093 or 12259283. OLE color: 12259283.
HSL color Cylindrical-coordinate representation of color #D30FBB: hue angle of 307.35º 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 #D30FBB is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 15 | 187 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.17 |
| HSL | 307.35º | 0.87% | 0.44% | - |
| HSV(B) | 307.35º | 0.93% | 0.83% | - |
| XYZ | 36 | 17.78 | 48.55 | - |
| YUV | 93.21 | 180.93 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 15 | 187 | 0 | 0.93 | 0.11 | 0.17 | 307.35 | 0.87 | 0.44 |
| Hex | D3 | F | BB | 0 | 5D | B | 11 | 133 | 57 | 2C |
| Octal | 323 | 17 | 273 | 0 | 135 | 13 | 21 | 463 | 127 | 54 |
| Binary | 11010011 | 1111 | 10111011 | 0 | 1011101 | 1011 | 10001 | 100110011 | 1010111 | 101100 |
Color Harmonies of #D30FBB
Complementary color
Monochromatic Colors of #D30FBB
Black with #D30FBB
Text Example
Text Example
White with #D30FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30FBB; }
p { color: rgb(211,15,187); }
H1.HeaderClassName
{
color: #D30FBB;
}
.AnyTagClassName
{
color: #D30FBB;
}
</style>
background-color css
<style>
a { background-color: #D30FBB; }
a { background-color: rgb(211,15,187); }
div.DivClassName
{
background-color: #D30FBB;
}
.BgClassName
{
background-color: #D30FBB;
}
</style>
border-color css
<style>
span { border-color: #D30FBB; }
span { border-color: rgb(211,15,187); }
td.TdClassName
{
border-color: #D30FBB;
}
.TagClassName
{
border-color: #D30FBB;
}
</style>