Shades of Deep Magenta #D005C1
Tints of Deep Magenta #D005C1
RGB
CMYK
RGB Variations
Color information
#D005C1 (or 0xD005C1) is known color: Deep Magenta. HEX triplet: D0, 05 and C1. RGB value is (208,5,193). Sum of RGB (Red+Green+Blue) = 208+5+193=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D005C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005C1 is #2FFA3E. Grayscale: #565656. Windows color (decimal): -3144255 or 12649936. OLE color: 12649936.
HSL color Cylindrical-coordinate representation of color #D005C1: hue angle of 304.43º 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 #D005C1 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 193 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.18 |
| HSL | 304.43º | 0.95% | 0.42% | - |
| HSV(B) | 304.43º | 0.98% | 0.82% | - |
| XYZ | 35.69 | 17.37 | 51.92 | - |
| YUV | 87.13 | 187.75 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 193 | 0 | 0.98 | 0.07 | 0.18 | 304.43 | 0.95 | 0.42 |
| Hex | D0 | 5 | C1 | 0 | 62 | 7 | 12 | 130 | 5F | 2A |
| Octal | 320 | 5 | 301 | 0 | 142 | 7 | 22 | 460 | 137 | 52 |
| Binary | 11010000 | 101 | 11000001 | 0 | 1100010 | 111 | 10010 | 100110000 | 1011111 | 101010 |
Color Harmonies of #D005C1
Complementary color
Monochromatic Colors of #D005C1
Black with #D005C1
Text Example
Text Example
White with #D005C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005C1; }
p { color: rgb(208,5,193); }
H1.HeaderClassName
{
color: #D005C1;
}
.AnyTagClassName
{
color: #D005C1;
}
</style>
background-color css
<style>
a { background-color: #D005C1; }
a { background-color: rgb(208,5,193); }
div.DivClassName
{
background-color: #D005C1;
}
.BgClassName
{
background-color: #D005C1;
}
</style>
border-color css
<style>
span { border-color: #D005C1; }
span { border-color: rgb(208,5,193); }
td.TdClassName
{
border-color: #D005C1;
}
.TagClassName
{
border-color: #D005C1;
}
</style>