Shades of Deep Magenta #D21ACF
Tints of Deep Magenta #D21ACF
RGB
CMYK
RGB Variations
Color information
#D21ACF (or 0xD21ACF) is known color: Deep Magenta. HEX triplet: D2, 1A and CF. RGB value is (210,26,207). Sum of RGB (Red+Green+Blue) = 210+26+207=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D21ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21ACF is #2DE530. Grayscale: #656565. Windows color (decimal): -3007793 or 13572818. OLE color: 13572818.
HSL color Cylindrical-coordinate representation of color #D21ACF: hue angle of 300.98º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21ACF is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 207 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.18 |
| HSL | 300.98º | 0.78% | 0.46% | - |
| HSV(B) | 300.98º | 0.88% | 0.82% | - |
| XYZ | 38.21 | 18.95 | 60.67 | - |
| YUV | 101.65 | 187.46 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 207 | 0 | 0.88 | 0.01 | 0.18 | 300.98 | 0.78 | 0.46 |
| Hex | D2 | 1A | CF | 0 | 58 | 1 | 12 | 12D | 4E | 2E |
| Octal | 322 | 32 | 317 | 0 | 130 | 1 | 22 | 455 | 116 | 56 |
| Binary | 11010010 | 11010 | 11001111 | 0 | 1011000 | 1 | 10010 | 100101101 | 1001110 | 101110 |
Color Harmonies of #D21ACF
Complementary color
Monochromatic Colors of #D21ACF
Black with #D21ACF
Text Example
Text Example
White with #D21ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21ACF; }
p { color: rgb(210,26,207); }
H1.HeaderClassName
{
color: #D21ACF;
}
.AnyTagClassName
{
color: #D21ACF;
}
</style>
background-color css
<style>
a { background-color: #D21ACF; }
a { background-color: rgb(210,26,207); }
div.DivClassName
{
background-color: #D21ACF;
}
.BgClassName
{
background-color: #D21ACF;
}
</style>
border-color css
<style>
span { border-color: #D21ACF; }
span { border-color: rgb(210,26,207); }
td.TdClassName
{
border-color: #D21ACF;
}
.TagClassName
{
border-color: #D21ACF;
}
</style>