Shades of Deep Magenta #D20FAD
Tints of Deep Magenta #D20FAD
RGB
CMYK
RGB Variations
Color information
#D20FAD (or 0xD20FAD) is known color: Deep Magenta. HEX triplet: D2, 0F and AD. RGB value is (210,15,173). Sum of RGB (Red+Green+Blue) = 210+15+173=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D20FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20FAD is #2DF052. Grayscale: #5A5A5A. Windows color (decimal): -3010643 or 11341778. OLE color: 11341778.
HSL color Cylindrical-coordinate representation of color #D20FAD: hue angle of 311.38º 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 #D20FAD is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 15 | 173 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.18 |
| HSL | 311.38º | 0.87% | 0.44% | - |
| HSV(B) | 311.38º | 0.93% | 0.82% | - |
| XYZ | 34.29 | 17.06 | 41.02 | - |
| YUV | 91.32 | 174.1 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 173 | 0 | 0.93 | 0.18 | 0.18 | 311.38 | 0.87 | 0.44 |
| Hex | D2 | F | AD | 0 | 5D | 12 | 12 | 137 | 57 | 2C |
| Octal | 322 | 17 | 255 | 0 | 135 | 22 | 22 | 467 | 127 | 54 |
| Binary | 11010010 | 1111 | 10101101 | 0 | 1011101 | 10010 | 10010 | 100110111 | 1010111 | 101100 |
Color Harmonies of #D20FAD
Complementary color
Monochromatic Colors of #D20FAD
Black with #D20FAD
Text Example
Text Example
White with #D20FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20FAD; }
p { color: rgb(210,15,173); }
H1.HeaderClassName
{
color: #D20FAD;
}
.AnyTagClassName
{
color: #D20FAD;
}
</style>
background-color css
<style>
a { background-color: #D20FAD; }
a { background-color: rgb(210,15,173); }
div.DivClassName
{
background-color: #D20FAD;
}
.BgClassName
{
background-color: #D20FAD;
}
</style>
border-color css
<style>
span { border-color: #D20FAD; }
span { border-color: rgb(210,15,173); }
td.TdClassName
{
border-color: #D20FAD;
}
.TagClassName
{
border-color: #D20FAD;
}
</style>