Shades of Deep Magenta #D100CC
Tints of Deep Magenta #D100CC
RGB
CMYK
RGB Variations
Color information
#D100CC (or 0xD100CC) is known color: Deep Magenta. HEX triplet: D1, 00 and CC. RGB value is (209,0,204). Sum of RGB (Red+Green+Blue) = 209+0+204=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D100CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D100CC is #2EFF33. Grayscale: #555555. Windows color (decimal): -3079988 or 13369553. OLE color: 13369553.
HSL color Cylindrical-coordinate representation of color #D100CC: hue angle of 301.44º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D100CC is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 204 | - |
| CMYK | 0 | 1 | 0.02 | 0.18 |
| HSL | 301.44º | 1% | 0.41% | - |
| HSV(B) | 301.44º | 1% | 0.82% | - |
| XYZ | 37.19 | 17.91 | 58.62 | - |
| YUV | 85.75 | 194.74 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 204 | 0 | 1 | 0.02 | 0.18 | 301.44 | 1 | 0.41 |
| Hex | D1 | 0 | CC | 0 | 64 | 2 | 12 | 12D | 64 | 29 |
| Octal | 321 | 0 | 314 | 0 | 144 | 2 | 22 | 455 | 144 | 51 |
| Binary | 11010001 | 0 | 11001100 | 0 | 1100100 | 10 | 10010 | 100101101 | 1100100 | 101001 |
Color Harmonies of #D100CC
Complementary color
Monochromatic Colors of #D100CC
Black with #D100CC
Text Example
Text Example
White with #D100CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D100CC; }
p { color: rgb(209,0,204); }
H1.HeaderClassName
{
color: #D100CC;
}
.AnyTagClassName
{
color: #D100CC;
}
</style>
background-color css
<style>
a { background-color: #D100CC; }
a { background-color: rgb(209,0,204); }
div.DivClassName
{
background-color: #D100CC;
}
.BgClassName
{
background-color: #D100CC;
}
</style>
border-color css
<style>
span { border-color: #D100CC; }
span { border-color: rgb(209,0,204); }
td.TdClassName
{
border-color: #D100CC;
}
.TagClassName
{
border-color: #D100CC;
}
</style>