Shades of Deep Magenta #D20FC5
Tints of Deep Magenta #D20FC5
RGB
CMYK
RGB Variations
Color information
#D20FC5 (or 0xD20FC5) is known color: Deep Magenta. HEX triplet: D2, 0F and C5. RGB value is (210,15,197). Sum of RGB (Red+Green+Blue) = 210+15+197=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D20FC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20FC5 is #2DF03A. Grayscale: #5D5D5D. Windows color (decimal): -3010619 or 12914642. OLE color: 12914642.
HSL color Cylindrical-coordinate representation of color #D20FC5: hue angle of 304º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20FC5 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 15 | 197 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.18 |
| HSL | 304º | 0.87% | 0.44% | - |
| HSV(B) | 304º | 0.93% | 0.82% | - |
| XYZ | 36.83 | 18.07 | 54.37 | - |
| YUV | 94.05 | 186.1 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 197 | 0 | 0.93 | 0.06 | 0.18 | 304 | 0.87 | 0.44 |
| Hex | D2 | F | C5 | 0 | 5D | 6 | 12 | 130 | 57 | 2C |
| Octal | 322 | 17 | 305 | 0 | 135 | 6 | 22 | 460 | 127 | 54 |
| Binary | 11010010 | 1111 | 11000101 | 0 | 1011101 | 110 | 10010 | 100110000 | 1010111 | 101100 |
Color Harmonies of #D20FC5
Complementary color
Monochromatic Colors of #D20FC5
Black with #D20FC5
Text Example
Text Example
White with #D20FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20FC5; }
p { color: rgb(210,15,197); }
H1.HeaderClassName
{
color: #D20FC5;
}
.AnyTagClassName
{
color: #D20FC5;
}
</style>
background-color css
<style>
a { background-color: #D20FC5; }
a { background-color: rgb(210,15,197); }
div.DivClassName
{
background-color: #D20FC5;
}
.BgClassName
{
background-color: #D20FC5;
}
</style>
border-color css
<style>
span { border-color: #D20FC5; }
span { border-color: rgb(210,15,197); }
td.TdClassName
{
border-color: #D20FC5;
}
.TagClassName
{
border-color: #D20FC5;
}
</style>