Shades of Deep Magenta #D005DD
Tints of Deep Magenta #D005DD
RGB
CMYK
RGB Variations
Color information
#D005DD (or 0xD005DD) is known color: Deep Magenta. HEX triplet: D0, 05 and DD. RGB value is (208,5,221). Sum of RGB (Red+Green+Blue) = 208+5+221=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 5 (2.34% from 255 or 1.15% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #D005DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005DD is #2FFA22. Grayscale: #595959. Windows color (decimal): -3144227 or 14484944. OLE color: 14484944.
HSL color Cylindrical-coordinate representation of color #D005DD: hue angle of 296.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005DD is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 5 | 221 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.13 |
| HSL | 296.39º | 0.96% | 0.44% | - |
| HSV(B) | 296.39º | 0.98% | 0.87% | - |
| XYZ | 39.12 | 18.74 | 69.96 | - |
| YUV | 90.32 | 201.75 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 221 | 0.06 | 0.98 | 0 | 0.13 | 296.39 | 0.96 | 0.44 |
| Hex | D0 | 5 | DD | 6 | 62 | 0 | D | 128 | 60 | 2C |
| Octal | 320 | 5 | 335 | 6 | 142 | 0 | 15 | 450 | 140 | 54 |
| Binary | 11010000 | 101 | 11011101 | 110 | 1100010 | 0 | 1101 | 100101000 | 1100000 | 101100 |
Color Harmonies of #D005DD
Complementary color
Monochromatic Colors of #D005DD
Black with #D005DD
Text Example
Text Example
White with #D005DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005DD; }
p { color: rgb(208,5,221); }
H1.HeaderClassName
{
color: #D005DD;
}
.AnyTagClassName
{
color: #D005DD;
}
</style>
background-color css
<style>
a { background-color: #D005DD; }
a { background-color: rgb(208,5,221); }
div.DivClassName
{
background-color: #D005DD;
}
.BgClassName
{
background-color: #D005DD;
}
</style>
border-color css
<style>
span { border-color: #D005DD; }
span { border-color: rgb(208,5,221); }
td.TdClassName
{
border-color: #D005DD;
}
.TagClassName
{
border-color: #D005DD;
}
</style>