Shades of Deep Magenta #D302DF
Tints of Deep Magenta #D302DF
RGB
CMYK
RGB Variations
Color information
#D302DF (or 0xD302DF) is known color: Deep Magenta. HEX triplet: D3, 02 and DF. RGB value is (211,2,223). Sum of RGB (Red+Green+Blue) = 211+2+223=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 2 (1.17% from 255 or 0.46% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #D302DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D302DF is #2CFD20. Grayscale: #595959. Windows color (decimal): -2948385 or 14615251. OLE color: 14615251.
HSL color Cylindrical-coordinate representation of color #D302DF: hue angle of 296.74º degrees, saturation: 0.98, 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 #D302DF is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 2 | 223 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.13 |
| HSL | 296.74º | 0.98% | 0.44% | - |
| HSV(B) | 296.74º | 0.99% | 0.87% | - |
| XYZ | 40.2 | 19.22 | 71.4 | - |
| YUV | 89.69 | 203.24 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 223 | 0.05 | 0.99 | 0 | 0.13 | 296.74 | 0.98 | 0.44 |
| Hex | D3 | 2 | DF | 5 | 63 | 0 | D | 129 | 62 | 2C |
| Octal | 323 | 2 | 337 | 5 | 143 | 0 | 15 | 451 | 142 | 54 |
| Binary | 11010011 | 10 | 11011111 | 101 | 1100011 | 0 | 1101 | 100101001 | 1100010 | 101100 |
Color Harmonies of #D302DF
Complementary color
Monochromatic Colors of #D302DF
Black with #D302DF
Text Example
Text Example
White with #D302DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D302DF; }
p { color: rgb(211,2,223); }
H1.HeaderClassName
{
color: #D302DF;
}
.AnyTagClassName
{
color: #D302DF;
}
</style>
background-color css
<style>
a { background-color: #D302DF; }
a { background-color: rgb(211,2,223); }
div.DivClassName
{
background-color: #D302DF;
}
.BgClassName
{
background-color: #D302DF;
}
</style>
border-color css
<style>
span { border-color: #D302DF; }
span { border-color: rgb(211,2,223); }
td.TdClassName
{
border-color: #D302DF;
}
.TagClassName
{
border-color: #D302DF;
}
</style>