Shades of Deep Magenta #D30BDF
Tints of Deep Magenta #D30BDF
RGB
CMYK
RGB Variations
Color information
#D30BDF (or 0xD30BDF) is known color: Deep Magenta. HEX triplet: D3, 0B and DF. RGB value is (211,11,223). Sum of RGB (Red+Green+Blue) = 211+11+223=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #D30BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30BDF is #2CF420. Grayscale: #5E5E5E. Windows color (decimal): -2946081 or 14617555. OLE color: 14617555.
HSL color Cylindrical-coordinate representation of color #D30BDF: hue angle of 296.6º 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 #D30BDF is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 11 | 223 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.13 |
| HSL | 296.6º | 0.91% | 0.46% | - |
| HSV(B) | 296.6º | 0.95% | 0.87% | - |
| XYZ | 40.3 | 19.42 | 71.44 | - |
| YUV | 94.97 | 200.26 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 11 | 223 | 0.05 | 0.95 | 0 | 0.13 | 296.6 | 0.91 | 0.46 |
| Hex | D3 | B | DF | 5 | 5F | 0 | D | 129 | 5B | 2E |
| Octal | 323 | 13 | 337 | 5 | 137 | 0 | 15 | 451 | 133 | 56 |
| Binary | 11010011 | 1011 | 11011111 | 101 | 1011111 | 0 | 1101 | 100101001 | 1011011 | 101110 |
Color Harmonies of #D30BDF
Complementary color
Monochromatic Colors of #D30BDF
Black with #D30BDF
Text Example
Text Example
White with #D30BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30BDF; }
p { color: rgb(211,11,223); }
H1.HeaderClassName
{
color: #D30BDF;
}
.AnyTagClassName
{
color: #D30BDF;
}
</style>
background-color css
<style>
a { background-color: #D30BDF; }
a { background-color: rgb(211,11,223); }
div.DivClassName
{
background-color: #D30BDF;
}
.BgClassName
{
background-color: #D30BDF;
}
</style>
border-color css
<style>
span { border-color: #D30BDF; }
span { border-color: rgb(211,11,223); }
td.TdClassName
{
border-color: #D30BDF;
}
.TagClassName
{
border-color: #D30BDF;
}
</style>