Shades of Deep Magenta #D105CC
Tints of Deep Magenta #D105CC
RGB
CMYK
RGB Variations
Color information
#D105CC (or 0xD105CC) is known color: Deep Magenta. HEX triplet: D1, 05 and CC. RGB value is (209,5,204). Sum of RGB (Red+Green+Blue) = 209+5+204=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D105CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D105CC is #2EFA33. Grayscale: #585858. Windows color (decimal): -3078708 or 13370833. OLE color: 13370833.
HSL color Cylindrical-coordinate representation of color #D105CC: hue angle of 301.47º 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 #D105CC is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 204 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.18 |
| HSL | 301.47º | 0.95% | 0.42% | - |
| HSV(B) | 301.47º | 0.98% | 0.82% | - |
| XYZ | 37.25 | 18.02 | 58.64 | - |
| YUV | 88.68 | 193.09 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 204 | 0 | 0.98 | 0.02 | 0.18 | 301.47 | 0.95 | 0.42 |
| Hex | D1 | 5 | CC | 0 | 62 | 2 | 12 | 12D | 5F | 2A |
| Octal | 321 | 5 | 314 | 0 | 142 | 2 | 22 | 455 | 137 | 52 |
| Binary | 11010001 | 101 | 11001100 | 0 | 1100010 | 10 | 10010 | 100101101 | 1011111 | 101010 |
Color Harmonies of #D105CC
Complementary color
Monochromatic Colors of #D105CC
Black with #D105CC
Text Example
Text Example
White with #D105CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D105CC; }
p { color: rgb(209,5,204); }
H1.HeaderClassName
{
color: #D105CC;
}
.AnyTagClassName
{
color: #D105CC;
}
</style>
background-color css
<style>
a { background-color: #D105CC; }
a { background-color: rgb(209,5,204); }
div.DivClassName
{
background-color: #D105CC;
}
.BgClassName
{
background-color: #D105CC;
}
</style>
border-color css
<style>
span { border-color: #D105CC; }
span { border-color: rgb(209,5,204); }
td.TdClassName
{
border-color: #D105CC;
}
.TagClassName
{
border-color: #D105CC;
}
</style>