Shades of Deep Magenta #D302BC
Tints of Deep Magenta #D302BC
RGB
CMYK
RGB Variations
Color information
#D302BC (or 0xD302BC) is known color: Deep Magenta. HEX triplet: D3, 02 and BC. RGB value is (211,2,188). Sum of RGB (Red+Green+Blue) = 211+2+188=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D302BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D302BC is #2CFD43. Grayscale: #555555. Windows color (decimal): -2948420 or 12321491. OLE color: 12321491.
HSL color Cylindrical-coordinate representation of color #D302BC: hue angle of 306.6º 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 #D302BC is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 188 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.17 |
| HSL | 306.6º | 0.98% | 0.42% | - |
| HSV(B) | 306.6º | 0.99% | 0.83% | - |
| XYZ | 35.96 | 17.52 | 49.06 | - |
| YUV | 85.7 | 185.74 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 188 | 0 | 0.99 | 0.11 | 0.17 | 306.6 | 0.98 | 0.42 |
| Hex | D3 | 2 | BC | 0 | 63 | B | 11 | 133 | 62 | 2A |
| Octal | 323 | 2 | 274 | 0 | 143 | 13 | 21 | 463 | 142 | 52 |
| Binary | 11010011 | 10 | 10111100 | 0 | 1100011 | 1011 | 10001 | 100110011 | 1100010 | 101010 |
Color Harmonies of #D302BC
Complementary color
Monochromatic Colors of #D302BC
Black with #D302BC
Text Example
Text Example
White with #D302BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D302BC; }
p { color: rgb(211,2,188); }
H1.HeaderClassName
{
color: #D302BC;
}
.AnyTagClassName
{
color: #D302BC;
}
</style>
background-color css
<style>
a { background-color: #D302BC; }
a { background-color: rgb(211,2,188); }
div.DivClassName
{
background-color: #D302BC;
}
.BgClassName
{
background-color: #D302BC;
}
</style>
border-color css
<style>
span { border-color: #D302BC; }
span { border-color: rgb(211,2,188); }
td.TdClassName
{
border-color: #D302BC;
}
.TagClassName
{
border-color: #D302BC;
}
</style>