Shades of Deep Magenta #D005D0
Tints of Deep Magenta #D005D0
RGB
CMYK
RGB Variations
Color information
#D005D0 (or 0xD005D0) is known color: Deep Magenta. HEX triplet: D0, 05 and D0. RGB value is (208,5,208). Sum of RGB (Red+Green+Blue) = 208+5+208=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D005D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005D0 is #2FFA2F. Grayscale: #585858. Windows color (decimal): -3144240 or 13632976. OLE color: 13632976.
HSL color Cylindrical-coordinate representation of color #D005D0: hue angle of 300º 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 #D005D0 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 208 | - |
| CMYK | 0 | 0.98 | 0 | 0.18 |
| HSL | 300º | 0.95% | 0.42% | - |
| HSV(B) | 300º | 0.98% | 0.82% | - |
| XYZ | 37.45 | 18.07 | 61.19 | - |
| YUV | 88.84 | 195.25 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 208 | 0 | 0.98 | 0 | 0.18 | 300 | 0.95 | 0.42 |
| Hex | D0 | 5 | D0 | 0 | 62 | 0 | 12 | 12C | 5F | 2A |
| Octal | 320 | 5 | 320 | 0 | 142 | 0 | 22 | 454 | 137 | 52 |
| Binary | 11010000 | 101 | 11010000 | 0 | 1100010 | 0 | 10010 | 100101100 | 1011111 | 101010 |
Color Harmonies of #D005D0
Complementary color
Monochromatic Colors of #D005D0
Black with #D005D0
Text Example
Text Example
White with #D005D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005D0; }
p { color: rgb(208,5,208); }
H1.HeaderClassName
{
color: #D005D0;
}
.AnyTagClassName
{
color: #D005D0;
}
</style>
background-color css
<style>
a { background-color: #D005D0; }
a { background-color: rgb(208,5,208); }
div.DivClassName
{
background-color: #D005D0;
}
.BgClassName
{
background-color: #D005D0;
}
</style>
border-color css
<style>
span { border-color: #D005D0; }
span { border-color: rgb(208,5,208); }
td.TdClassName
{
border-color: #D005D0;
}
.TagClassName
{
border-color: #D005D0;
}
</style>