Shades of Deep Magenta #D30BAC
Tints of Deep Magenta #D30BAC
RGB
CMYK
RGB Variations
Color information
#D30BAC (or 0xD30BAC) is known color: Deep Magenta. HEX triplet: D3, 0B and AC. RGB value is (211,11,172). Sum of RGB (Red+Green+Blue) = 211+11+172=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D30BAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30BAC is #2CF453. Grayscale: #585858. Windows color (decimal): -2946132 or 11275219. OLE color: 11275219.
HSL color Cylindrical-coordinate representation of color #D30BAC: hue angle of 311.7º 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 #D30BAC is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 11 | 172 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.17 |
| HSL | 311.7º | 0.9% | 0.44% | - |
| HSV(B) | 311.7º | 0.95% | 0.83% | - |
| XYZ | 34.43 | 17.07 | 40.51 | - |
| YUV | 89.15 | 174.76 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 11 | 172 | 0 | 0.95 | 0.18 | 0.17 | 311.7 | 0.9 | 0.44 |
| Hex | D3 | B | AC | 0 | 5F | 12 | 11 | 138 | 5A | 2C |
| Octal | 323 | 13 | 254 | 0 | 137 | 22 | 21 | 470 | 132 | 54 |
| Binary | 11010011 | 1011 | 10101100 | 0 | 1011111 | 10010 | 10001 | 100111000 | 1011010 | 101100 |
Color Harmonies of #D30BAC
Complementary color
Monochromatic Colors of #D30BAC
Black with #D30BAC
Text Example
Text Example
White with #D30BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30BAC; }
p { color: rgb(211,11,172); }
H1.HeaderClassName
{
color: #D30BAC;
}
.AnyTagClassName
{
color: #D30BAC;
}
</style>
background-color css
<style>
a { background-color: #D30BAC; }
a { background-color: rgb(211,11,172); }
div.DivClassName
{
background-color: #D30BAC;
}
.BgClassName
{
background-color: #D30BAC;
}
</style>
border-color css
<style>
span { border-color: #D30BAC; }
span { border-color: rgb(211,11,172); }
td.TdClassName
{
border-color: #D30BAC;
}
.TagClassName
{
border-color: #D30BAC;
}
</style>