Shades of Deep Magenta #D302DD
Tints of Deep Magenta #D302DD
RGB
CMYK
RGB Variations
Color information
#D302DD (or 0xD302DD) is known color: Deep Magenta. HEX triplet: D3, 02 and DD. RGB value is (211,2,221). Sum of RGB (Red+Green+Blue) = 211+2+221=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #D302DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D302DD is #2CFD22. Grayscale: #585858. Windows color (decimal): -2948387 or 14484179. OLE color: 14484179.
HSL color Cylindrical-coordinate representation of color #D302DD: hue angle of 297.26º 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 #D302DD is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 2 | 221 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.13 |
| HSL | 297.26º | 0.98% | 0.44% | - |
| HSV(B) | 297.26º | 0.99% | 0.87% | - |
| XYZ | 39.94 | 19.11 | 69.99 | - |
| YUV | 89.46 | 202.24 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 221 | 0.05 | 0.99 | 0 | 0.13 | 297.26 | 0.98 | 0.44 |
| Hex | D3 | 2 | DD | 5 | 63 | 0 | D | 129 | 62 | 2C |
| Octal | 323 | 2 | 335 | 5 | 143 | 0 | 15 | 451 | 142 | 54 |
| Binary | 11010011 | 10 | 11011101 | 101 | 1100011 | 0 | 1101 | 100101001 | 1100010 | 101100 |
Color Harmonies of #D302DD
Complementary color
Monochromatic Colors of #D302DD
Black with #D302DD
Text Example
Text Example
White with #D302DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D302DD; }
p { color: rgb(211,2,221); }
H1.HeaderClassName
{
color: #D302DD;
}
.AnyTagClassName
{
color: #D302DD;
}
</style>
background-color css
<style>
a { background-color: #D302DD; }
a { background-color: rgb(211,2,221); }
div.DivClassName
{
background-color: #D302DD;
}
.BgClassName
{
background-color: #D302DD;
}
</style>
border-color css
<style>
span { border-color: #D302DD; }
span { border-color: rgb(211,2,221); }
td.TdClassName
{
border-color: #D302DD;
}
.TagClassName
{
border-color: #D302DD;
}
</style>