Shades of Deep Magenta #D30BDE
Tints of Deep Magenta #D30BDE
RGB
CMYK
RGB Variations
Color information
#D30BDE (or 0xD30BDE) is known color: Deep Magenta. HEX triplet: D3, 0B and DE. RGB value is (211,11,222). Sum of RGB (Red+Green+Blue) = 211+11+222=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 11 (4.69% from 255 or 2.48% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #D30BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30BDE is #2CF421. Grayscale: #5E5E5E. Windows color (decimal): -2946082 or 14552019. OLE color: 14552019.
HSL color Cylindrical-coordinate representation of color #D30BDE: hue angle of 296.87º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30BDE is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 11 | 222 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.13 |
| HSL | 296.87º | 0.91% | 0.46% | - |
| HSV(B) | 296.87º | 0.95% | 0.87% | - |
| XYZ | 40.17 | 19.36 | 70.73 | - |
| YUV | 94.85 | 199.76 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 11 | 222 | 0.05 | 0.95 | 0 | 0.13 | 296.87 | 0.91 | 0.46 |
| Hex | D3 | B | DE | 5 | 5F | 0 | D | 129 | 5B | 2E |
| Octal | 323 | 13 | 336 | 5 | 137 | 0 | 15 | 451 | 133 | 56 |
| Binary | 11010011 | 1011 | 11011110 | 101 | 1011111 | 0 | 1101 | 100101001 | 1011011 | 101110 |
Color Harmonies of #D30BDE
Complementary color
Monochromatic Colors of #D30BDE
Black with #D30BDE
Text Example
Text Example
White with #D30BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30BDE; }
p { color: rgb(211,11,222); }
H1.HeaderClassName
{
color: #D30BDE;
}
.AnyTagClassName
{
color: #D30BDE;
}
</style>
background-color css
<style>
a { background-color: #D30BDE; }
a { background-color: rgb(211,11,222); }
div.DivClassName
{
background-color: #D30BDE;
}
.BgClassName
{
background-color: #D30BDE;
}
</style>
border-color css
<style>
span { border-color: #D30BDE; }
span { border-color: rgb(211,11,222); }
td.TdClassName
{
border-color: #D30BDE;
}
.TagClassName
{
border-color: #D30BDE;
}
</style>