Shades of Deep Magenta #D318DF
Tints of Deep Magenta #D318DF
RGB
CMYK
RGB Variations
Color information
#D318DF (or 0xD318DF) is known color: Deep Magenta. HEX triplet: D3, 18 and DF. RGB value is (211,24,223). Sum of RGB (Red+Green+Blue) = 211+24+223=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 24 (9.77% from 255 or 5.24% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #D318DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D318DF is #2CE720. Grayscale: #656565. Windows color (decimal): -2942753 or 14620883. OLE color: 14620883.
HSL color Cylindrical-coordinate representation of color #D318DF: hue angle of 296.38º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D318DF is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 24 | 223 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.13 |
| HSL | 296.38º | 0.81% | 0.48% | - |
| HSV(B) | 296.38º | 0.89% | 0.87% | - |
| XYZ | 40.51 | 19.83 | 71.5 | - |
| YUV | 102.6 | 195.95 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 24 | 223 | 0.05 | 0.89 | 0 | 0.13 | 296.38 | 0.81 | 0.48 |
| Hex | D3 | 18 | DF | 5 | 59 | 0 | D | 128 | 51 | 30 |
| Octal | 323 | 30 | 337 | 5 | 131 | 0 | 15 | 450 | 121 | 60 |
| Binary | 11010011 | 11000 | 11011111 | 101 | 1011001 | 0 | 1101 | 100101000 | 1010001 | 110000 |
Color Harmonies of #D318DF
Complementary color
Monochromatic Colors of #D318DF
Black with #D318DF
Text Example
Text Example
White with #D318DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D318DF; }
p { color: rgb(211,24,223); }
H1.HeaderClassName
{
color: #D318DF;
}
.AnyTagClassName
{
color: #D318DF;
}
</style>
background-color css
<style>
a { background-color: #D318DF; }
a { background-color: rgb(211,24,223); }
div.DivClassName
{
background-color: #D318DF;
}
.BgClassName
{
background-color: #D318DF;
}
</style>
border-color css
<style>
span { border-color: #D318DF; }
span { border-color: rgb(211,24,223); }
td.TdClassName
{
border-color: #D318DF;
}
.TagClassName
{
border-color: #D318DF;
}
</style>