Shades of Deep Magenta #D001CF
Tints of Deep Magenta #D001CF
RGB
CMYK
RGB Variations
Color information
#D001CF (or 0xD001CF) is known color: Deep Magenta. HEX triplet: D0, 01 and CF. RGB value is (208,1,207). Sum of RGB (Red+Green+Blue) = 208+1+207=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D001CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D001CF is #2FFE30. Grayscale: #555555. Windows color (decimal): -3145265 or 13566416. OLE color: 13566416.
HSL color Cylindrical-coordinate representation of color #D001CF: hue angle of 300.29º 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 #D001CF is Cyan = 0, Magento = 1.00, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 207 | - |
| CMYK | 0 | 1.00 | 0.00 | 0.18 |
| HSL | 300.29º | 0.99% | 0.41% | - |
| HSV(B) | 300.29º | 1% | 0.82% | - |
| XYZ | 37.29 | 17.94 | 60.53 | - |
| YUV | 86.38 | 196.08 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 207 | 0 | 1.00 | 0.00 | 0.18 | 300.29 | 0.99 | 0.41 |
| Hex | D0 | 1 | CF | 0 | 64 | 0 | 12 | 12C | 63 | 29 |
| Octal | 320 | 1 | 317 | 0 | 144 | 0 | 22 | 454 | 143 | 51 |
| Binary | 11010000 | 1 | 11001111 | 0 | 1100100 | 0 | 10010 | 100101100 | 1100011 | 101001 |
Color Harmonies of #D001CF
Complementary color
Monochromatic Colors of #D001CF
Black with #D001CF
Text Example
Text Example
White with #D001CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D001CF; }
p { color: rgb(208,1,207); }
H1.HeaderClassName
{
color: #D001CF;
}
.AnyTagClassName
{
color: #D001CF;
}
</style>
background-color css
<style>
a { background-color: #D001CF; }
a { background-color: rgb(208,1,207); }
div.DivClassName
{
background-color: #D001CF;
}
.BgClassName
{
background-color: #D001CF;
}
</style>
border-color css
<style>
span { border-color: #D001CF; }
span { border-color: rgb(208,1,207); }
td.TdClassName
{
border-color: #D001CF;
}
.TagClassName
{
border-color: #D001CF;
}
</style>