Shades of Deep Magenta #D30FCF
Tints of Deep Magenta #D30FCF
RGB
CMYK
RGB Variations
Color information
#D30FCF (or 0xD30FCF) is known color: Deep Magenta. HEX triplet: D3, 0F and CF. RGB value is (211,15,207). Sum of RGB (Red+Green+Blue) = 211+15+207=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D30FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30FCF is #2CF030. Grayscale: #5E5E5E. Windows color (decimal): -2945073 or 13570003. OLE color: 13570003.
HSL color Cylindrical-coordinate representation of color #D30FCF: hue angle of 301.22º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30FCF is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 15 | 207 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.17 |
| HSL | 301.22º | 0.87% | 0.44% | - |
| HSV(B) | 301.22º | 0.93% | 0.83% | - |
| XYZ | 38.3 | 18.7 | 60.62 | - |
| YUV | 95.49 | 190.93 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 15 | 207 | 0 | 0.93 | 0.02 | 0.17 | 301.22 | 0.87 | 0.44 |
| Hex | D3 | F | CF | 0 | 5D | 2 | 11 | 12D | 57 | 2C |
| Octal | 323 | 17 | 317 | 0 | 135 | 2 | 21 | 455 | 127 | 54 |
| Binary | 11010011 | 1111 | 11001111 | 0 | 1011101 | 10 | 10001 | 100101101 | 1010111 | 101100 |
Color Harmonies of #D30FCF
Complementary color
Monochromatic Colors of #D30FCF
Black with #D30FCF
Text Example
Text Example
White with #D30FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30FCF; }
p { color: rgb(211,15,207); }
H1.HeaderClassName
{
color: #D30FCF;
}
.AnyTagClassName
{
color: #D30FCF;
}
</style>
background-color css
<style>
a { background-color: #D30FCF; }
a { background-color: rgb(211,15,207); }
div.DivClassName
{
background-color: #D30FCF;
}
.BgClassName
{
background-color: #D30FCF;
}
</style>
border-color css
<style>
span { border-color: #D30FCF; }
span { border-color: rgb(211,15,207); }
td.TdClassName
{
border-color: #D30FCF;
}
.TagClassName
{
border-color: #D30FCF;
}
</style>