Shades of Deep Magenta #D101CF
Tints of Deep Magenta #D101CF
RGB
CMYK
RGB Variations
Color information
#D101CF (or 0xD101CF) is known color: Deep Magenta. HEX triplet: D1, 01 and CF. RGB value is (209,1,207). Sum of RGB (Red+Green+Blue) = 209+1+207=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D101CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D101CF is #2EFE30. Grayscale: #565656. Windows color (decimal): -3079729 or 13566417. OLE color: 13566417.
HSL color Cylindrical-coordinate representation of color #D101CF: hue angle of 300.58º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D101CF is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 207 | - |
| CMYK | 0 | 1.00 | 0.01 | 0.18 |
| HSL | 300.58º | 0.99% | 0.41% | - |
| HSV(B) | 300.58º | 1% | 0.82% | - |
| XYZ | 37.57 | 18.08 | 60.54 | - |
| YUV | 86.68 | 195.91 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 207 | 0 | 1.00 | 0.01 | 0.18 | 300.58 | 0.99 | 0.41 |
| Hex | D1 | 1 | CF | 0 | 64 | 1 | 12 | 12D | 63 | 29 |
| Octal | 321 | 1 | 317 | 0 | 144 | 1 | 22 | 455 | 143 | 51 |
| Binary | 11010001 | 1 | 11001111 | 0 | 1100100 | 1 | 10010 | 100101101 | 1100011 | 101001 |
Color Harmonies of #D101CF
Complementary color
Monochromatic Colors of #D101CF
Black with #D101CF
Text Example
Text Example
White with #D101CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D101CF; }
p { color: rgb(209,1,207); }
H1.HeaderClassName
{
color: #D101CF;
}
.AnyTagClassName
{
color: #D101CF;
}
</style>
background-color css
<style>
a { background-color: #D101CF; }
a { background-color: rgb(209,1,207); }
div.DivClassName
{
background-color: #D101CF;
}
.BgClassName
{
background-color: #D101CF;
}
</style>
border-color css
<style>
span { border-color: #D101CF; }
span { border-color: rgb(209,1,207); }
td.TdClassName
{
border-color: #D101CF;
}
.TagClassName
{
border-color: #D101CF;
}
</style>