Shades of Deep Magenta #D00FC4
Tints of Deep Magenta #D00FC4
RGB
CMYK
RGB Variations
Color information
#D00FC4 (or 0xD00FC4) is known color: Deep Magenta. HEX triplet: D0, 0F and C4. RGB value is (208,15,196). Sum of RGB (Red+Green+Blue) = 208+15+196=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D00FC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00FC4 is #2FF03B. Grayscale: #5C5C5C. Windows color (decimal): -3141692 or 12849104. OLE color: 12849104.
HSL color Cylindrical-coordinate representation of color #D00FC4: hue angle of 303.73º 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 #D00FC4 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 196 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.18 |
| HSL | 303.73º | 0.87% | 0.44% | - |
| HSV(B) | 303.73º | 0.93% | 0.82% | - |
| XYZ | 36.15 | 17.74 | 53.74 | - |
| YUV | 93.34 | 185.94 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 196 | 0 | 0.93 | 0.06 | 0.18 | 303.73 | 0.87 | 0.44 |
| Hex | D0 | F | C4 | 0 | 5D | 6 | 12 | 130 | 57 | 2C |
| Octal | 320 | 17 | 304 | 0 | 135 | 6 | 22 | 460 | 127 | 54 |
| Binary | 11010000 | 1111 | 11000100 | 0 | 1011101 | 110 | 10010 | 100110000 | 1010111 | 101100 |
Color Harmonies of #D00FC4
Complementary color
Monochromatic Colors of #D00FC4
Black with #D00FC4
Text Example
Text Example
White with #D00FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00FC4; }
p { color: rgb(208,15,196); }
H1.HeaderClassName
{
color: #D00FC4;
}
.AnyTagClassName
{
color: #D00FC4;
}
</style>
background-color css
<style>
a { background-color: #D00FC4; }
a { background-color: rgb(208,15,196); }
div.DivClassName
{
background-color: #D00FC4;
}
.BgClassName
{
background-color: #D00FC4;
}
</style>
border-color css
<style>
span { border-color: #D00FC4; }
span { border-color: rgb(208,15,196); }
td.TdClassName
{
border-color: #D00FC4;
}
.TagClassName
{
border-color: #D00FC4;
}
</style>