Shades of Deep Magenta #D20FDE
Tints of Deep Magenta #D20FDE
RGB
CMYK
RGB Variations
Color information
#D20FDE (or 0xD20FDE) is known color: Deep Magenta. HEX triplet: D2, 0F and DE. RGB value is (210,15,222). Sum of RGB (Red+Green+Blue) = 210+15+222=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #D20FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20FDE is #2DF021. Grayscale: #606060. Windows color (decimal): -3010594 or 14553042. OLE color: 14553042.
HSL color Cylindrical-coordinate representation of color #D20FDE: hue angle of 296.52º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20FDE is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 15 | 222 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.13 |
| HSL | 296.52º | 0.87% | 0.46% | - |
| HSV(B) | 296.52º | 0.93% | 0.87% | - |
| XYZ | 39.93 | 19.32 | 70.73 | - |
| YUV | 96.9 | 198.6 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 222 | 0.05 | 0.93 | 0 | 0.13 | 296.52 | 0.87 | 0.46 |
| Hex | D2 | F | DE | 5 | 5D | 0 | D | 129 | 57 | 2E |
| Octal | 322 | 17 | 336 | 5 | 135 | 0 | 15 | 451 | 127 | 56 |
| Binary | 11010010 | 1111 | 11011110 | 101 | 1011101 | 0 | 1101 | 100101001 | 1010111 | 101110 |
Color Harmonies of #D20FDE
Complementary color
Monochromatic Colors of #D20FDE
Black with #D20FDE
Text Example
Text Example
White with #D20FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20FDE; }
p { color: rgb(210,15,222); }
H1.HeaderClassName
{
color: #D20FDE;
}
.AnyTagClassName
{
color: #D20FDE;
}
</style>
background-color css
<style>
a { background-color: #D20FDE; }
a { background-color: rgb(210,15,222); }
div.DivClassName
{
background-color: #D20FDE;
}
.BgClassName
{
background-color: #D20FDE;
}
</style>
border-color css
<style>
span { border-color: #D20FDE; }
span { border-color: rgb(210,15,222); }
td.TdClassName
{
border-color: #D20FDE;
}
.TagClassName
{
border-color: #D20FDE;
}
</style>