Shades of Deep Magenta #D30BBB
Tints of Deep Magenta #D30BBB
RGB
CMYK
RGB Variations
Color information
#D30BBB (or 0xD30BBB) is known color: Deep Magenta. HEX triplet: D3, 0B and BB. RGB value is (211,11,187). Sum of RGB (Red+Green+Blue) = 211+11+187=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D30BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30BBB is #2CF444. Grayscale: #5A5A5A. Windows color (decimal): -2946117 or 12258259. OLE color: 12258259.
HSL color Cylindrical-coordinate representation of color #D30BBB: hue angle of 307.2º 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 #D30BBB is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 11 | 187 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.17 |
| HSL | 307.2º | 0.9% | 0.44% | - |
| HSV(B) | 307.2º | 0.95% | 0.83% | - |
| XYZ | 35.95 | 17.68 | 48.53 | - |
| YUV | 90.86 | 182.26 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 11 | 187 | 0 | 0.95 | 0.11 | 0.17 | 307.2 | 0.9 | 0.44 |
| Hex | D3 | B | BB | 0 | 5F | B | 11 | 133 | 5A | 2C |
| Octal | 323 | 13 | 273 | 0 | 137 | 13 | 21 | 463 | 132 | 54 |
| Binary | 11010011 | 1011 | 10111011 | 0 | 1011111 | 1011 | 10001 | 100110011 | 1011010 | 101100 |
Color Harmonies of #D30BBB
Complementary color
Monochromatic Colors of #D30BBB
Black with #D30BBB
Text Example
Text Example
White with #D30BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30BBB; }
p { color: rgb(211,11,187); }
H1.HeaderClassName
{
color: #D30BBB;
}
.AnyTagClassName
{
color: #D30BBB;
}
</style>
background-color css
<style>
a { background-color: #D30BBB; }
a { background-color: rgb(211,11,187); }
div.DivClassName
{
background-color: #D30BBB;
}
.BgClassName
{
background-color: #D30BBB;
}
</style>
border-color css
<style>
span { border-color: #D30BBB; }
span { border-color: rgb(211,11,187); }
td.TdClassName
{
border-color: #D30BBB;
}
.TagClassName
{
border-color: #D30BBB;
}
</style>