Shades of Deep Magenta #D21BAF
Tints of Deep Magenta #D21BAF
RGB
CMYK
RGB Variations
Color information
#D21BAF (or 0xD21BAF) is known color: Deep Magenta. HEX triplet: D2, 1B and AF. RGB value is (210,27,175). Sum of RGB (Red+Green+Blue) = 210+27+175=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D21BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21BAF is #2DE450. Grayscale: #626262. Windows color (decimal): -3007569 or 11475922. OLE color: 11475922.
HSL color Cylindrical-coordinate representation of color #D21BAF: hue angle of 311.48º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21BAF is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 175 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.18 |
| HSL | 311.48º | 0.77% | 0.46% | - |
| HSV(B) | 311.48º | 0.87% | 0.82% | - |
| XYZ | 34.71 | 17.58 | 42.12 | - |
| YUV | 98.59 | 171.13 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 175 | 0 | 0.87 | 0.17 | 0.18 | 311.48 | 0.77 | 0.46 |
| Hex | D2 | 1B | AF | 0 | 57 | 11 | 12 | 137 | 4D | 2E |
| Octal | 322 | 33 | 257 | 0 | 127 | 21 | 22 | 467 | 115 | 56 |
| Binary | 11010010 | 11011 | 10101111 | 0 | 1010111 | 10001 | 10010 | 100110111 | 1001101 | 101110 |
Color Harmonies of #D21BAF
Complementary color
Monochromatic Colors of #D21BAF
Black with #D21BAF
Text Example
Text Example
White with #D21BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BAF; }
p { color: rgb(210,27,175); }
H1.HeaderClassName
{
color: #D21BAF;
}
.AnyTagClassName
{
color: #D21BAF;
}
</style>
background-color css
<style>
a { background-color: #D21BAF; }
a { background-color: rgb(210,27,175); }
div.DivClassName
{
background-color: #D21BAF;
}
.BgClassName
{
background-color: #D21BAF;
}
</style>
border-color css
<style>
span { border-color: #D21BAF; }
span { border-color: rgb(210,27,175); }
td.TdClassName
{
border-color: #D21BAF;
}
.TagClassName
{
border-color: #D21BAF;
}
</style>