Shades of Deep Magenta #D302CE
Tints of Deep Magenta #D302CE
RGB
CMYK
RGB Variations
Color information
#D302CE (or 0xD302CE) is known color: Deep Magenta. HEX triplet: D3, 02 and CE. RGB value is (211,2,206). Sum of RGB (Red+Green+Blue) = 211+2+206=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D302CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D302CE is #2CFD31. Grayscale: #575757. Windows color (decimal): -2948402 or 13501139. OLE color: 13501139.
HSL color Cylindrical-coordinate representation of color #D302CE: hue angle of 301.44º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D302CE is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 206 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.17 |
| HSL | 301.44º | 0.98% | 0.42% | - |
| HSV(B) | 301.44º | 0.99% | 0.83% | - |
| XYZ | 38.03 | 18.35 | 59.93 | - |
| YUV | 87.75 | 194.74 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 206 | 0 | 0.99 | 0.02 | 0.17 | 301.44 | 0.98 | 0.42 |
| Hex | D3 | 2 | CE | 0 | 63 | 2 | 11 | 12D | 62 | 2A |
| Octal | 323 | 2 | 316 | 0 | 143 | 2 | 21 | 455 | 142 | 52 |
| Binary | 11010011 | 10 | 11001110 | 0 | 1100011 | 10 | 10001 | 100101101 | 1100010 | 101010 |
Color Harmonies of #D302CE
Complementary color
Monochromatic Colors of #D302CE
Black with #D302CE
Text Example
Text Example
White with #D302CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D302CE; }
p { color: rgb(211,2,206); }
H1.HeaderClassName
{
color: #D302CE;
}
.AnyTagClassName
{
color: #D302CE;
}
</style>
background-color css
<style>
a { background-color: #D302CE; }
a { background-color: rgb(211,2,206); }
div.DivClassName
{
background-color: #D302CE;
}
.BgClassName
{
background-color: #D302CE;
}
</style>
border-color css
<style>
span { border-color: #D302CE; }
span { border-color: rgb(211,2,206); }
td.TdClassName
{
border-color: #D302CE;
}
.TagClassName
{
border-color: #D302CE;
}
</style>