Shades of Deep Magenta #D30BD0
Tints of Deep Magenta #D30BD0
RGB
CMYK
RGB Variations
Color information
#D30BD0 (or 0xD30BD0) is known color: Deep Magenta. HEX triplet: D3, 0B and D0. RGB value is (211,11,208). Sum of RGB (Red+Green+Blue) = 211+11+208=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D30BD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30BD0 is #2CF42F. Grayscale: #5C5C5C. Windows color (decimal): -2946096 or 13634515. OLE color: 13634515.
HSL color Cylindrical-coordinate representation of color #D30BD0: hue angle of 300.9º 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 #D30BD0 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 11 | 208 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.17 |
| HSL | 300.9º | 0.9% | 0.44% | - |
| HSV(B) | 300.9º | 0.95% | 0.83% | - |
| XYZ | 38.37 | 18.64 | 61.25 | - |
| YUV | 93.26 | 192.76 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 11 | 208 | 0 | 0.95 | 0.01 | 0.17 | 300.9 | 0.9 | 0.44 |
| Hex | D3 | B | D0 | 0 | 5F | 1 | 11 | 12D | 5A | 2C |
| Octal | 323 | 13 | 320 | 0 | 137 | 1 | 21 | 455 | 132 | 54 |
| Binary | 11010011 | 1011 | 11010000 | 0 | 1011111 | 1 | 10001 | 100101101 | 1011010 | 101100 |
Color Harmonies of #D30BD0
Complementary color
Monochromatic Colors of #D30BD0
Black with #D30BD0
Text Example
Text Example
White with #D30BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30BD0; }
p { color: rgb(211,11,208); }
H1.HeaderClassName
{
color: #D30BD0;
}
.AnyTagClassName
{
color: #D30BD0;
}
</style>
background-color css
<style>
a { background-color: #D30BD0; }
a { background-color: rgb(211,11,208); }
div.DivClassName
{
background-color: #D30BD0;
}
.BgClassName
{
background-color: #D30BD0;
}
</style>
border-color css
<style>
span { border-color: #D30BD0; }
span { border-color: rgb(211,11,208); }
td.TdClassName
{
border-color: #D30BD0;
}
.TagClassName
{
border-color: #D30BD0;
}
</style>