Shades of Deep Magenta #D00FCD
Tints of Deep Magenta #D00FCD
RGB
CMYK
RGB Variations
Color information
#D00FCD (or 0xD00FCD) is known color: Deep Magenta. HEX triplet: D0, 0F and CD. RGB value is (208,15,205). Sum of RGB (Red+Green+Blue) = 208+15+205=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D00FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00FCD is #2FF032. Grayscale: #5D5D5D. Windows color (decimal): -3141683 or 13438928. OLE color: 13438928.
HSL color Cylindrical-coordinate representation of color #D00FCD: hue angle of 300.93º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00FCD is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 205 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.18 |
| HSL | 300.93º | 0.87% | 0.44% | - |
| HSV(B) | 300.93º | 0.93% | 0.82% | - |
| XYZ | 37.2 | 18.16 | 59.3 | - |
| YUV | 94.37 | 190.44 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 205 | 0 | 0.93 | 0.01 | 0.18 | 300.93 | 0.87 | 0.44 |
| Hex | D0 | F | CD | 0 | 5D | 1 | 12 | 12D | 57 | 2C |
| Octal | 320 | 17 | 315 | 0 | 135 | 1 | 22 | 455 | 127 | 54 |
| Binary | 11010000 | 1111 | 11001101 | 0 | 1011101 | 1 | 10010 | 100101101 | 1010111 | 101100 |
Color Harmonies of #D00FCD
Complementary color
Monochromatic Colors of #D00FCD
Black with #D00FCD
Text Example
Text Example
White with #D00FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00FCD; }
p { color: rgb(208,15,205); }
H1.HeaderClassName
{
color: #D00FCD;
}
.AnyTagClassName
{
color: #D00FCD;
}
</style>
background-color css
<style>
a { background-color: #D00FCD; }
a { background-color: rgb(208,15,205); }
div.DivClassName
{
background-color: #D00FCD;
}
.BgClassName
{
background-color: #D00FCD;
}
</style>
border-color css
<style>
span { border-color: #D00FCD; }
span { border-color: rgb(208,15,205); }
td.TdClassName
{
border-color: #D00FCD;
}
.TagClassName
{
border-color: #D00FCD;
}
</style>