Shades of Deep Magenta #D100C8
Tints of Deep Magenta #D100C8
RGB
CMYK
RGB Variations
Color information
#D100C8 (or 0xD100C8) is known color: Deep Magenta. HEX triplet: D1, 00 and C8. RGB value is (209,0,200). Sum of RGB (Red+Green+Blue) = 209+0+200=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D100C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D100C8 is #2EFF37. Grayscale: #545454. Windows color (decimal): -3079992 or 13107409. OLE color: 13107409.
HSL color Cylindrical-coordinate representation of color #D100C8: hue angle of 302.58º 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 #D100C8 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 200 | - |
| CMYK | 0 | 1 | 0.04 | 0.18 |
| HSL | 302.58º | 1% | 0.41% | - |
| HSV(B) | 302.58º | 1% | 0.82% | - |
| XYZ | 36.72 | 17.73 | 56.13 | - |
| YUV | 85.29 | 192.74 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 200 | 0 | 1 | 0.04 | 0.18 | 302.58 | 1 | 0.41 |
| Hex | D1 | 0 | C8 | 0 | 64 | 4 | 12 | 12F | 64 | 29 |
| Octal | 321 | 0 | 310 | 0 | 144 | 4 | 22 | 457 | 144 | 51 |
| Binary | 11010001 | 0 | 11001000 | 0 | 1100100 | 100 | 10010 | 100101111 | 1100100 | 101001 |
Color Harmonies of #D100C8
Complementary color
Monochromatic Colors of #D100C8
Black with #D100C8
Text Example
Text Example
White with #D100C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D100C8; }
p { color: rgb(209,0,200); }
H1.HeaderClassName
{
color: #D100C8;
}
.AnyTagClassName
{
color: #D100C8;
}
</style>
background-color css
<style>
a { background-color: #D100C8; }
a { background-color: rgb(209,0,200); }
div.DivClassName
{
background-color: #D100C8;
}
.BgClassName
{
background-color: #D100C8;
}
</style>
border-color css
<style>
span { border-color: #D100C8; }
span { border-color: rgb(209,0,200); }
td.TdClassName
{
border-color: #D100C8;
}
.TagClassName
{
border-color: #D100C8;
}
</style>