Shades of Deep Magenta #D005CA
Tints of Deep Magenta #D005CA
RGB
CMYK
RGB Variations
Color information
#D005CA (or 0xD005CA) is known color: Deep Magenta. HEX triplet: D0, 05 and CA. RGB value is (208,5,202). Sum of RGB (Red+Green+Blue) = 208+5+202=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D005CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005CA is #2FFA35. Grayscale: #575757. Windows color (decimal): -3144246 or 13239760. OLE color: 13239760.
HSL color Cylindrical-coordinate representation of color #D005CA: hue angle of 301.77º 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 #D005CA is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 202 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.18 |
| HSL | 301.77º | 0.95% | 0.42% | - |
| HSV(B) | 301.77º | 0.98% | 0.82% | - |
| XYZ | 36.73 | 17.78 | 57.37 | - |
| YUV | 88.16 | 192.25 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 202 | 0 | 0.98 | 0.03 | 0.18 | 301.77 | 0.95 | 0.42 |
| Hex | D0 | 5 | CA | 0 | 62 | 3 | 12 | 12E | 5F | 2A |
| Octal | 320 | 5 | 312 | 0 | 142 | 3 | 22 | 456 | 137 | 52 |
| Binary | 11010000 | 101 | 11001010 | 0 | 1100010 | 11 | 10010 | 100101110 | 1011111 | 101010 |
Color Harmonies of #D005CA
Complementary color
Monochromatic Colors of #D005CA
Black with #D005CA
Text Example
Text Example
White with #D005CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005CA; }
p { color: rgb(208,5,202); }
H1.HeaderClassName
{
color: #D005CA;
}
.AnyTagClassName
{
color: #D005CA;
}
</style>
background-color css
<style>
a { background-color: #D005CA; }
a { background-color: rgb(208,5,202); }
div.DivClassName
{
background-color: #D005CA;
}
.BgClassName
{
background-color: #D005CA;
}
</style>
border-color css
<style>
span { border-color: #D005CA; }
span { border-color: rgb(208,5,202); }
td.TdClassName
{
border-color: #D005CA;
}
.TagClassName
{
border-color: #D005CA;
}
</style>