Shades of Deep Magenta #D005CC
Tints of Deep Magenta #D005CC
RGB
CMYK
RGB Variations
Color information
#D005CC (or 0xD005CC) is known color: Deep Magenta. HEX triplet: D0, 05 and CC. RGB value is (208,5,204). Sum of RGB (Red+Green+Blue) = 208+5+204=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D005CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005CC is #2FFA33. Grayscale: #575757. Windows color (decimal): -3144244 or 13370832. OLE color: 13370832.
HSL color Cylindrical-coordinate representation of color #D005CC: hue angle of 301.18º 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 #D005CC is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 204 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.18 |
| HSL | 301.18º | 0.95% | 0.42% | - |
| HSV(B) | 301.18º | 0.98% | 0.82% | - |
| XYZ | 36.97 | 17.88 | 58.63 | - |
| YUV | 88.38 | 193.25 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 204 | 0 | 0.98 | 0.02 | 0.18 | 301.18 | 0.95 | 0.42 |
| Hex | D0 | 5 | CC | 0 | 62 | 2 | 12 | 12D | 5F | 2A |
| Octal | 320 | 5 | 314 | 0 | 142 | 2 | 22 | 455 | 137 | 52 |
| Binary | 11010000 | 101 | 11001100 | 0 | 1100010 | 10 | 10010 | 100101101 | 1011111 | 101010 |
Color Harmonies of #D005CC
Complementary color
Monochromatic Colors of #D005CC
Black with #D005CC
Text Example
Text Example
White with #D005CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005CC; }
p { color: rgb(208,5,204); }
H1.HeaderClassName
{
color: #D005CC;
}
.AnyTagClassName
{
color: #D005CC;
}
</style>
background-color css
<style>
a { background-color: #D005CC; }
a { background-color: rgb(208,5,204); }
div.DivClassName
{
background-color: #D005CC;
}
.BgClassName
{
background-color: #D005CC;
}
</style>
border-color css
<style>
span { border-color: #D005CC; }
span { border-color: rgb(208,5,204); }
td.TdClassName
{
border-color: #D005CC;
}
.TagClassName
{
border-color: #D005CC;
}
</style>