Shades of Deep Magenta #D121B3
Tints of Deep Magenta #D121B3
RGB
CMYK
RGB Variations
Color information
#D121B3 (or 0xD121B3) is known color: Deep Magenta. HEX triplet: D1, 21 and B3. RGB value is (209,33,179). Sum of RGB (Red+Green+Blue) = 209+33+179=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D121B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D121B3 is #2EDE4C. Grayscale: #656565. Windows color (decimal): -3071565 or 11739601. OLE color: 11739601.
HSL color Cylindrical-coordinate representation of color #D121B3: hue angle of 310.23º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D121B3 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 179 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.18 |
| HSL | 310.23º | 0.73% | 0.47% | - |
| HSV(B) | 310.23º | 0.84% | 0.82% | - |
| XYZ | 34.98 | 17.9 | 44.26 | - |
| YUV | 102.27 | 171.31 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 179 | 0 | 0.84 | 0.14 | 0.18 | 310.23 | 0.73 | 0.47 |
| Hex | D1 | 21 | B3 | 0 | 54 | E | 12 | 136 | 49 | 2F |
| Octal | 321 | 41 | 263 | 0 | 124 | 16 | 22 | 466 | 111 | 57 |
| Binary | 11010001 | 100001 | 10110011 | 0 | 1010100 | 1110 | 10010 | 100110110 | 1001001 | 101111 |
Color Harmonies of #D121B3
Complementary color
Monochromatic Colors of #D121B3
Black with #D121B3
Text Example
Text Example
White with #D121B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D121B3; }
p { color: rgb(209,33,179); }
H1.HeaderClassName
{
color: #D121B3;
}
.AnyTagClassName
{
color: #D121B3;
}
</style>
background-color css
<style>
a { background-color: #D121B3; }
a { background-color: rgb(209,33,179); }
div.DivClassName
{
background-color: #D121B3;
}
.BgClassName
{
background-color: #D121B3;
}
</style>
border-color css
<style>
span { border-color: #D121B3; }
span { border-color: rgb(209,33,179); }
td.TdClassName
{
border-color: #D121B3;
}
.TagClassName
{
border-color: #D121B3;
}
</style>