Shades of Deep Magenta #D30BBA
Tints of Deep Magenta #D30BBA
RGB
CMYK
RGB Variations
Color information
#D30BBA (or 0xD30BBA) is known color: Deep Magenta. HEX triplet: D3, 0B and BA. RGB value is (211,11,186). Sum of RGB (Red+Green+Blue) = 211+11+186=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D30BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30BBA is #2CF445. Grayscale: #5A5A5A. Windows color (decimal): -2946118 or 12192723. OLE color: 12192723.
HSL color Cylindrical-coordinate representation of color #D30BBA: hue angle of 307.5º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30BBA is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 11 | 186 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.17 |
| HSL | 307.5º | 0.9% | 0.44% | - |
| HSV(B) | 307.5º | 0.95% | 0.83% | - |
| XYZ | 35.85 | 17.63 | 47.97 | - |
| YUV | 90.75 | 181.76 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 11 | 186 | 0 | 0.95 | 0.12 | 0.17 | 307.5 | 0.9 | 0.44 |
| Hex | D3 | B | BA | 0 | 5F | C | 11 | 134 | 5A | 2C |
| Octal | 323 | 13 | 272 | 0 | 137 | 14 | 21 | 464 | 132 | 54 |
| Binary | 11010011 | 1011 | 10111010 | 0 | 1011111 | 1100 | 10001 | 100110100 | 1011010 | 101100 |
Color Harmonies of #D30BBA
Complementary color
Monochromatic Colors of #D30BBA
Black with #D30BBA
Text Example
Text Example
White with #D30BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30BBA; }
p { color: rgb(211,11,186); }
H1.HeaderClassName
{
color: #D30BBA;
}
.AnyTagClassName
{
color: #D30BBA;
}
</style>
background-color css
<style>
a { background-color: #D30BBA; }
a { background-color: rgb(211,11,186); }
div.DivClassName
{
background-color: #D30BBA;
}
.BgClassName
{
background-color: #D30BBA;
}
</style>
border-color css
<style>
span { border-color: #D30BBA; }
span { border-color: rgb(211,11,186); }
td.TdClassName
{
border-color: #D30BBA;
}
.TagClassName
{
border-color: #D30BBA;
}
</style>