Shades of Deep Magenta #D901CE
Tints of Deep Magenta #D901CE
RGB
CMYK
RGB Variations
Color information
#D901CE (or 0xD901CE) is known color: Deep Magenta. HEX triplet: D9, 01 and CE. RGB value is (217,1,206). Sum of RGB (Red+Green+Blue) = 217+1+206=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D901CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D901CE is #26FE31. Grayscale: #585858. Windows color (decimal): -2555442 or 13500889. OLE color: 13500889.
HSL color Cylindrical-coordinate representation of color #D901CE: hue angle of 303.06º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D901CE is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 206 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.15 |
| HSL | 303.06º | 0.99% | 0.43% | - |
| HSV(B) | 303.06º | 1% | 0.85% | - |
| XYZ | 39.77 | 19.23 | 60.01 | - |
| YUV | 88.95 | 194.06 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 206 | 0 | 1.00 | 0.05 | 0.15 | 303.06 | 0.99 | 0.43 |
| Hex | D9 | 1 | CE | 0 | 64 | 5 | F | 12F | 63 | 2B |
| Octal | 331 | 1 | 316 | 0 | 144 | 5 | 17 | 457 | 143 | 53 |
| Binary | 11011001 | 1 | 11001110 | 0 | 1100100 | 101 | 1111 | 100101111 | 1100011 | 101011 |
Color Harmonies of #D901CE
Complementary color
Monochromatic Colors of #D901CE
Black with #D901CE
Text Example
Text Example
White with #D901CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D901CE; }
p { color: rgb(217,1,206); }
H1.HeaderClassName
{
color: #D901CE;
}
.AnyTagClassName
{
color: #D901CE;
}
</style>
background-color css
<style>
a { background-color: #D901CE; }
a { background-color: rgb(217,1,206); }
div.DivClassName
{
background-color: #D901CE;
}
.BgClassName
{
background-color: #D901CE;
}
</style>
border-color css
<style>
span { border-color: #D901CE; }
span { border-color: rgb(217,1,206); }
td.TdClassName
{
border-color: #D901CE;
}
.TagClassName
{
border-color: #D901CE;
}
</style>