Shades of Deep Magenta #D100CF
Tints of Deep Magenta #D100CF
RGB
CMYK
RGB Variations
Color information
#D100CF (or 0xD100CF) is known color: Deep Magenta. HEX triplet: D1, 00 and CF. RGB value is (209,0,207). Sum of RGB (Red+Green+Blue) = 209+0+207=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D100CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D100CF is #2EFF30. Grayscale: #555555. Windows color (decimal): -3079985 or 13566161. OLE color: 13566161.
HSL color Cylindrical-coordinate representation of color #D100CF: hue angle of 300.57º 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 #D100CF is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 207 | - |
| CMYK | 0 | 1 | 0.01 | 0.18 |
| HSL | 300.57º | 1% | 0.41% | - |
| HSV(B) | 300.57º | 1% | 0.82% | - |
| XYZ | 37.56 | 18.06 | 60.54 | - |
| YUV | 86.09 | 196.24 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 207 | 0 | 1 | 0.01 | 0.18 | 300.57 | 1 | 0.41 |
| Hex | D1 | 0 | CF | 0 | 64 | 1 | 12 | 12D | 64 | 29 |
| Octal | 321 | 0 | 317 | 0 | 144 | 1 | 22 | 455 | 144 | 51 |
| Binary | 11010001 | 0 | 11001111 | 0 | 1100100 | 1 | 10010 | 100101101 | 1100100 | 101001 |
Color Harmonies of #D100CF
Complementary color
Monochromatic Colors of #D100CF
Black with #D100CF
Text Example
Text Example
White with #D100CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D100CF; }
p { color: rgb(209,0,207); }
H1.HeaderClassName
{
color: #D100CF;
}
.AnyTagClassName
{
color: #D100CF;
}
</style>
background-color css
<style>
a { background-color: #D100CF; }
a { background-color: rgb(209,0,207); }
div.DivClassName
{
background-color: #D100CF;
}
.BgClassName
{
background-color: #D100CF;
}
</style>
border-color css
<style>
span { border-color: #D100CF; }
span { border-color: rgb(209,0,207); }
td.TdClassName
{
border-color: #D100CF;
}
.TagClassName
{
border-color: #D100CF;
}
</style>