Shades of Deep Magenta #D900CF
Tints of Deep Magenta #D900CF
RGB
CMYK
RGB Variations
Color information
#D900CF (or 0xD900CF) is known color: Deep Magenta. HEX triplet: D9, 00 and CF. RGB value is (217,0,207). Sum of RGB (Red+Green+Blue) = 217+0+207=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D900CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D900CF is #26FF30. Grayscale: #575757. Windows color (decimal): -2555697 or 13566169. OLE color: 13566169.
HSL color Cylindrical-coordinate representation of color #D900CF: hue angle of 302.76º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D900CF is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 207 | - |
| CMYK | 0 | 1 | 0.05 | 0.15 |
| HSL | 302.77º | 1% | 0.43% | - |
| HSV(B) | 302.77º | 1% | 0.85% | - |
| XYZ | 39.88 | 19.26 | 60.65 | - |
| YUV | 88.48 | 194.89 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 207 | 0 | 1 | 0.05 | 0.15 | 302.77 | 1 | 0.43 |
| Hex | D9 | 0 | CF | 0 | 64 | 5 | F | 12F | 64 | 2B |
| Octal | 331 | 0 | 317 | 0 | 144 | 5 | 17 | 457 | 144 | 53 |
| Binary | 11011001 | 0 | 11001111 | 0 | 1100100 | 101 | 1111 | 100101111 | 1100100 | 101011 |
Color Harmonies of #D900CF
Complementary color
Monochromatic Colors of #D900CF
Black with #D900CF
Text Example
Text Example
White with #D900CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D900CF; }
p { color: rgb(217,0,207); }
H1.HeaderClassName
{
color: #D900CF;
}
.AnyTagClassName
{
color: #D900CF;
}
</style>
background-color css
<style>
a { background-color: #D900CF; }
a { background-color: rgb(217,0,207); }
div.DivClassName
{
background-color: #D900CF;
}
.BgClassName
{
background-color: #D900CF;
}
</style>
border-color css
<style>
span { border-color: #D900CF; }
span { border-color: rgb(217,0,207); }
td.TdClassName
{
border-color: #D900CF;
}
.TagClassName
{
border-color: #D900CF;
}
</style>