Shades of Deep Magenta #D205CF
Tints of Deep Magenta #D205CF
RGB
CMYK
RGB Variations
Color information
#D205CF (or 0xD205CF) is known color: Deep Magenta. HEX triplet: D2, 05 and CF. RGB value is (210,5,207). Sum of RGB (Red+Green+Blue) = 210+5+207=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D205CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D205CF is #2DFA30. Grayscale: #585858. Windows color (decimal): -3013169 or 13567442. OLE color: 13567442.
HSL color Cylindrical-coordinate representation of color #D205CF: hue angle of 300.88º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D205CF is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 207 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.18 |
| HSL | 300.88º | 0.95% | 0.42% | - |
| HSV(B) | 300.88º | 0.98% | 0.82% | - |
| XYZ | 37.9 | 18.32 | 60.57 | - |
| YUV | 89.32 | 194.42 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 207 | 0 | 0.98 | 0.01 | 0.18 | 300.88 | 0.95 | 0.42 |
| Hex | D2 | 5 | CF | 0 | 62 | 1 | 12 | 12D | 5F | 2A |
| Octal | 322 | 5 | 317 | 0 | 142 | 1 | 22 | 455 | 137 | 52 |
| Binary | 11010010 | 101 | 11001111 | 0 | 1100010 | 1 | 10010 | 100101101 | 1011111 | 101010 |
Color Harmonies of #D205CF
Complementary color
Monochromatic Colors of #D205CF
Black with #D205CF
Text Example
Text Example
White with #D205CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D205CF; }
p { color: rgb(210,5,207); }
H1.HeaderClassName
{
color: #D205CF;
}
.AnyTagClassName
{
color: #D205CF;
}
</style>
background-color css
<style>
a { background-color: #D205CF; }
a { background-color: rgb(210,5,207); }
div.DivClassName
{
background-color: #D205CF;
}
.BgClassName
{
background-color: #D205CF;
}
</style>
border-color css
<style>
span { border-color: #D205CF; }
span { border-color: rgb(210,5,207); }
td.TdClassName
{
border-color: #D205CF;
}
.TagClassName
{
border-color: #D205CF;
}
</style>