Shades of Deep Magenta #D21FC5
Tints of Deep Magenta #D21FC5
RGB
CMYK
RGB Variations
Color information
#D21FC5 (or 0xD21FC5) is known color: Deep Magenta. HEX triplet: D2, 1F and C5. RGB value is (210,31,197). Sum of RGB (Red+Green+Blue) = 210+31+197=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D21FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21FC5 is #2DE03A. Grayscale: #666666. Windows color (decimal): -3006523 or 12918738. OLE color: 12918738.
HSL color Cylindrical-coordinate representation of color #D21FC5: hue angle of 304.36º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21FC5 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 197 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.18 |
| HSL | 304.36º | 0.74% | 0.47% | - |
| HSV(B) | 304.36º | 0.85% | 0.82% | - |
| XYZ | 37.15 | 18.71 | 54.48 | - |
| YUV | 103.45 | 180.8 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 197 | 0 | 0.85 | 0.06 | 0.18 | 304.36 | 0.74 | 0.47 |
| Hex | D2 | 1F | C5 | 0 | 55 | 6 | 12 | 130 | 4A | 2F |
| Octal | 322 | 37 | 305 | 0 | 125 | 6 | 22 | 460 | 112 | 57 |
| Binary | 11010010 | 11111 | 11000101 | 0 | 1010101 | 110 | 10010 | 100110000 | 1001010 | 101111 |
Color Harmonies of #D21FC5
Complementary color
Monochromatic Colors of #D21FC5
Black with #D21FC5
Text Example
Text Example
White with #D21FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21FC5; }
p { color: rgb(210,31,197); }
H1.HeaderClassName
{
color: #D21FC5;
}
.AnyTagClassName
{
color: #D21FC5;
}
</style>
background-color css
<style>
a { background-color: #D21FC5; }
a { background-color: rgb(210,31,197); }
div.DivClassName
{
background-color: #D21FC5;
}
.BgClassName
{
background-color: #D21FC5;
}
</style>
border-color css
<style>
span { border-color: #D21FC5; }
span { border-color: rgb(210,31,197); }
td.TdClassName
{
border-color: #D21FC5;
}
.TagClassName
{
border-color: #D21FC5;
}
</style>