Shades of Deep Magenta #D30BAD
Tints of Deep Magenta #D30BAD
RGB
CMYK
RGB Variations
Color information
#D30BAD (or 0xD30BAD) is known color: Deep Magenta. HEX triplet: D3, 0B and AD. RGB value is (211,11,173). Sum of RGB (Red+Green+Blue) = 211+11+173=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D30BAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30BAD is #2CF452. Grayscale: #585858. Windows color (decimal): -2946131 or 11340755. OLE color: 11340755.
HSL color Cylindrical-coordinate representation of color #D30BAD: hue angle of 311.4º 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 #D30BAD is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 11 | 173 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.17 |
| HSL | 311.4º | 0.9% | 0.44% | - |
| HSV(B) | 311.4º | 0.95% | 0.83% | - |
| XYZ | 34.53 | 17.11 | 41.02 | - |
| YUV | 89.27 | 175.26 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 11 | 173 | 0 | 0.95 | 0.18 | 0.17 | 311.4 | 0.9 | 0.44 |
| Hex | D3 | B | AD | 0 | 5F | 12 | 11 | 137 | 5A | 2C |
| Octal | 323 | 13 | 255 | 0 | 137 | 22 | 21 | 467 | 132 | 54 |
| Binary | 11010011 | 1011 | 10101101 | 0 | 1011111 | 10010 | 10001 | 100110111 | 1011010 | 101100 |
Color Harmonies of #D30BAD
Complementary color
Monochromatic Colors of #D30BAD
Black with #D30BAD
Text Example
Text Example
White with #D30BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30BAD; }
p { color: rgb(211,11,173); }
H1.HeaderClassName
{
color: #D30BAD;
}
.AnyTagClassName
{
color: #D30BAD;
}
</style>
background-color css
<style>
a { background-color: #D30BAD; }
a { background-color: rgb(211,11,173); }
div.DivClassName
{
background-color: #D30BAD;
}
.BgClassName
{
background-color: #D30BAD;
}
</style>
border-color css
<style>
span { border-color: #D30BAD; }
span { border-color: rgb(211,11,173); }
td.TdClassName
{
border-color: #D30BAD;
}
.TagClassName
{
border-color: #D30BAD;
}
</style>