Shades of Deep Magenta #D01FC4
Tints of Deep Magenta #D01FC4
RGB
CMYK
RGB Variations
Color information
#D01FC4 (or 0xD01FC4) is known color: Deep Magenta. HEX triplet: D0, 1F and C4. RGB value is (208,31,196). Sum of RGB (Red+Green+Blue) = 208+31+196=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 196 (76.95% from 255 or 45.06% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D01FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01FC4 is #2FE03B. Grayscale: #666666. Windows color (decimal): -3137596 or 12853200. OLE color: 12853200.
HSL color Cylindrical-coordinate representation of color #D01FC4: hue angle of 304.07º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D01FC4 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 31 | 196 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.18 |
| HSL | 304.07º | 0.74% | 0.47% | - |
| HSV(B) | 304.07º | 0.85% | 0.82% | - |
| XYZ | 36.47 | 18.38 | 53.85 | - |
| YUV | 102.73 | 180.64 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 196 | 0 | 0.85 | 0.06 | 0.18 | 304.07 | 0.74 | 0.47 |
| Hex | D0 | 1F | C4 | 0 | 55 | 6 | 12 | 130 | 4A | 2F |
| Octal | 320 | 37 | 304 | 0 | 125 | 6 | 22 | 460 | 112 | 57 |
| Binary | 11010000 | 11111 | 11000100 | 0 | 1010101 | 110 | 10010 | 100110000 | 1001010 | 101111 |
Color Harmonies of #D01FC4
Complementary color
Monochromatic Colors of #D01FC4
Black with #D01FC4
Text Example
Text Example
White with #D01FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01FC4; }
p { color: rgb(208,31,196); }
H1.HeaderClassName
{
color: #D01FC4;
}
.AnyTagClassName
{
color: #D01FC4;
}
</style>
background-color css
<style>
a { background-color: #D01FC4; }
a { background-color: rgb(208,31,196); }
div.DivClassName
{
background-color: #D01FC4;
}
.BgClassName
{
background-color: #D01FC4;
}
</style>
border-color css
<style>
span { border-color: #D01FC4; }
span { border-color: rgb(208,31,196); }
td.TdClassName
{
border-color: #D01FC4;
}
.TagClassName
{
border-color: #D01FC4;
}
</style>