Shades of Deep Magenta #D30BBD
Tints of Deep Magenta #D30BBD
RGB
CMYK
RGB Variations
Color information
#D30BBD (or 0xD30BBD) is known color: Deep Magenta. HEX triplet: D3, 0B and BD. RGB value is (211,11,189). Sum of RGB (Red+Green+Blue) = 211+11+189=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D30BBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30BBD is #2CF442. Grayscale: #5A5A5A. Windows color (decimal): -2946115 or 12389331. OLE color: 12389331.
HSL color Cylindrical-coordinate representation of color #D30BBD: hue angle of 306.6º 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 #D30BBD is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 11 | 189 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.17 |
| HSL | 306.6º | 0.9% | 0.44% | - |
| HSV(B) | 306.6º | 0.95% | 0.83% | - |
| XYZ | 36.17 | 17.76 | 49.67 | - |
| YUV | 91.09 | 183.26 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 11 | 189 | 0 | 0.95 | 0.10 | 0.17 | 306.6 | 0.9 | 0.44 |
| Hex | D3 | B | BD | 0 | 5F | A | 11 | 133 | 5A | 2C |
| Octal | 323 | 13 | 275 | 0 | 137 | 12 | 21 | 463 | 132 | 54 |
| Binary | 11010011 | 1011 | 10111101 | 0 | 1011111 | 1010 | 10001 | 100110011 | 1011010 | 101100 |
Color Harmonies of #D30BBD
Complementary color
Monochromatic Colors of #D30BBD
Black with #D30BBD
Text Example
Text Example
White with #D30BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30BBD; }
p { color: rgb(211,11,189); }
H1.HeaderClassName
{
color: #D30BBD;
}
.AnyTagClassName
{
color: #D30BBD;
}
</style>
background-color css
<style>
a { background-color: #D30BBD; }
a { background-color: rgb(211,11,189); }
div.DivClassName
{
background-color: #D30BBD;
}
.BgClassName
{
background-color: #D30BBD;
}
</style>
border-color css
<style>
span { border-color: #D30BBD; }
span { border-color: rgb(211,11,189); }
td.TdClassName
{
border-color: #D30BBD;
}
.TagClassName
{
border-color: #D30BBD;
}
</style>