Shades of Deep Magenta #D005C5
Tints of Deep Magenta #D005C5
RGB
CMYK
RGB Variations
Color information
#D005C5 (or 0xD005C5) is known color: Deep Magenta. HEX triplet: D0, 05 and C5. RGB value is (208,5,197). Sum of RGB (Red+Green+Blue) = 208+5+197=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D005C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005C5 is #2FFA3A. Grayscale: #575757. Windows color (decimal): -3144251 or 12912080. OLE color: 12912080.
HSL color Cylindrical-coordinate representation of color #D005C5: hue angle of 303.25º 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 #D005C5 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 197 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.18 |
| HSL | 303.25º | 0.95% | 0.42% | - |
| HSV(B) | 303.25º | 0.98% | 0.82% | - |
| XYZ | 36.14 | 17.55 | 54.31 | - |
| YUV | 87.59 | 189.75 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 197 | 0 | 0.98 | 0.05 | 0.18 | 303.25 | 0.95 | 0.42 |
| Hex | D0 | 5 | C5 | 0 | 62 | 5 | 12 | 12F | 5F | 2A |
| Octal | 320 | 5 | 305 | 0 | 142 | 5 | 22 | 457 | 137 | 52 |
| Binary | 11010000 | 101 | 11000101 | 0 | 1100010 | 101 | 10010 | 100101111 | 1011111 | 101010 |
Color Harmonies of #D005C5
Complementary color
Monochromatic Colors of #D005C5
Black with #D005C5
Text Example
Text Example
White with #D005C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005C5; }
p { color: rgb(208,5,197); }
H1.HeaderClassName
{
color: #D005C5;
}
.AnyTagClassName
{
color: #D005C5;
}
</style>
background-color css
<style>
a { background-color: #D005C5; }
a { background-color: rgb(208,5,197); }
div.DivClassName
{
background-color: #D005C5;
}
.BgClassName
{
background-color: #D005C5;
}
</style>
border-color css
<style>
span { border-color: #D005C5; }
span { border-color: rgb(208,5,197); }
td.TdClassName
{
border-color: #D005C5;
}
.TagClassName
{
border-color: #D005C5;
}
</style>