Shades of Deep Magenta #D008D1
Tints of Deep Magenta #D008D1
RGB
CMYK
RGB Variations
Color information
#D008D1 (or 0xD008D1) is known color: Deep Magenta. HEX triplet: D0, 08 and D1. RGB value is (208,8,209). Sum of RGB (Red+Green+Blue) = 208+8+209=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 8 (3.52% from 255 or 1.88% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #D008D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008D1 is #2FF72E. Grayscale: #5A5A5A. Windows color (decimal): -3143471 or 13699280. OLE color: 13699280.
HSL color Cylindrical-coordinate representation of color #D008D1: hue angle of 299.7º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D008D1 is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 209 | - |
| CMYK | 0.00 | 0.96 | 0 | 0.18 |
| HSL | 299.7º | 0.93% | 0.43% | - |
| HSV(B) | 299.7º | 0.96% | 0.82% | - |
| XYZ | 37.61 | 18.19 | 61.85 | - |
| YUV | 90.71 | 194.76 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 209 | 0.00 | 0.96 | 0 | 0.18 | 299.7 | 0.93 | 0.43 |
| Hex | D0 | 8 | D1 | 0 | 60 | 0 | 12 | 12C | 5D | 2B |
| Octal | 320 | 10 | 321 | 0 | 140 | 0 | 22 | 454 | 135 | 53 |
| Binary | 11010000 | 1000 | 11010001 | 0 | 1100000 | 0 | 10010 | 100101100 | 1011101 | 101011 |
Color Harmonies of #D008D1
Complementary color
Monochromatic Colors of #D008D1
Black with #D008D1
Text Example
Text Example
White with #D008D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D008D1; }
p { color: rgb(208,8,209); }
H1.HeaderClassName
{
color: #D008D1;
}
.AnyTagClassName
{
color: #D008D1;
}
</style>
background-color css
<style>
a { background-color: #D008D1; }
a { background-color: rgb(208,8,209); }
div.DivClassName
{
background-color: #D008D1;
}
.BgClassName
{
background-color: #D008D1;
}
</style>
border-color css
<style>
span { border-color: #D008D1; }
span { border-color: rgb(208,8,209); }
td.TdClassName
{
border-color: #D008D1;
}
.TagClassName
{
border-color: #D008D1;
}
</style>