Shades of Deep Magenta #D303DF
Tints of Deep Magenta #D303DF
RGB
CMYK
RGB Variations
Color information
#D303DF (or 0xD303DF) is known color: Deep Magenta. HEX triplet: D3, 03 and DF. RGB value is (211,3,223). Sum of RGB (Red+Green+Blue) = 211+3+223=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 3 (1.56% from 255 or 0.69% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #D303DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D303DF is #2CFC20. Grayscale: #595959. Windows color (decimal): -2948129 or 14615507. OLE color: 14615507.
HSL color Cylindrical-coordinate representation of color #D303DF: hue angle of 296.73º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D303DF is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 3 | 223 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.13 |
| HSL | 296.73º | 0.97% | 0.44% | - |
| HSV(B) | 296.73º | 0.99% | 0.87% | - |
| XYZ | 40.22 | 19.24 | 71.41 | - |
| YUV | 90.27 | 202.91 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 223 | 0.05 | 0.99 | 0 | 0.13 | 296.73 | 0.97 | 0.44 |
| Hex | D3 | 3 | DF | 5 | 63 | 0 | D | 129 | 61 | 2C |
| Octal | 323 | 3 | 337 | 5 | 143 | 0 | 15 | 451 | 141 | 54 |
| Binary | 11010011 | 11 | 11011111 | 101 | 1100011 | 0 | 1101 | 100101001 | 1100001 | 101100 |
Color Harmonies of #D303DF
Complementary color
Monochromatic Colors of #D303DF
Black with #D303DF
Text Example
Text Example
White with #D303DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D303DF; }
p { color: rgb(211,3,223); }
H1.HeaderClassName
{
color: #D303DF;
}
.AnyTagClassName
{
color: #D303DF;
}
</style>
background-color css
<style>
a { background-color: #D303DF; }
a { background-color: rgb(211,3,223); }
div.DivClassName
{
background-color: #D303DF;
}
.BgClassName
{
background-color: #D303DF;
}
</style>
border-color css
<style>
span { border-color: #D303DF; }
span { border-color: rgb(211,3,223); }
td.TdClassName
{
border-color: #D303DF;
}
.TagClassName
{
border-color: #D303DF;
}
</style>