Shades of Deep Magenta #D005D6
Tints of Deep Magenta #D005D6
RGB
CMYK
RGB Variations
Color information
#D005D6 (or 0xD005D6) is known color: Deep Magenta. HEX triplet: D0, 05 and D6. RGB value is (208,5,214). Sum of RGB (Red+Green+Blue) = 208+5+214=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #D005D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005D6 is #2FFA29. Grayscale: #585858. Windows color (decimal): -3144234 or 14026192. OLE color: 14026192.
HSL color Cylindrical-coordinate representation of color #D005D6: hue angle of 298.28º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005D6 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 5 | 214 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.16 |
| HSL | 298.28º | 0.95% | 0.43% | - |
| HSV(B) | 298.28º | 0.98% | 0.84% | - |
| XYZ | 38.2 | 18.37 | 65.15 | - |
| YUV | 89.52 | 198.25 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 214 | 0.03 | 0.98 | 0 | 0.16 | 298.28 | 0.95 | 0.43 |
| Hex | D0 | 5 | D6 | 3 | 62 | 0 | 10 | 12A | 5F | 2B |
| Octal | 320 | 5 | 326 | 3 | 142 | 0 | 20 | 452 | 137 | 53 |
| Binary | 11010000 | 101 | 11010110 | 11 | 1100010 | 0 | 10000 | 100101010 | 1011111 | 101011 |
Color Harmonies of #D005D6
Complementary color
Monochromatic Colors of #D005D6
Black with #D005D6
Text Example
Text Example
White with #D005D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005D6; }
p { color: rgb(208,5,214); }
H1.HeaderClassName
{
color: #D005D6;
}
.AnyTagClassName
{
color: #D005D6;
}
</style>
background-color css
<style>
a { background-color: #D005D6; }
a { background-color: rgb(208,5,214); }
div.DivClassName
{
background-color: #D005D6;
}
.BgClassName
{
background-color: #D005D6;
}
</style>
border-color css
<style>
span { border-color: #D005D6; }
span { border-color: rgb(208,5,214); }
td.TdClassName
{
border-color: #D005D6;
}
.TagClassName
{
border-color: #D005D6;
}
</style>