Shades of Deep Magenta #D302BD
Tints of Deep Magenta #D302BD
RGB
CMYK
RGB Variations
Color information
#D302BD (or 0xD302BD) is known color: Deep Magenta. HEX triplet: D3, 02 and BD. RGB value is (211,2,189). Sum of RGB (Red+Green+Blue) = 211+2+189=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D302BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D302BD is #2CFD42. Grayscale: #555555. Windows color (decimal): -2948419 or 12387027. OLE color: 12387027.
HSL color Cylindrical-coordinate representation of color #D302BD: hue angle of 306.32º 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 #D302BD is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 189 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.17 |
| HSL | 306.32º | 0.98% | 0.42% | - |
| HSV(B) | 306.32º | 0.99% | 0.83% | - |
| XYZ | 36.07 | 17.57 | 49.63 | - |
| YUV | 85.81 | 186.24 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 189 | 0 | 0.99 | 0.10 | 0.17 | 306.32 | 0.98 | 0.42 |
| Hex | D3 | 2 | BD | 0 | 63 | A | 11 | 132 | 62 | 2A |
| Octal | 323 | 2 | 275 | 0 | 143 | 12 | 21 | 462 | 142 | 52 |
| Binary | 11010011 | 10 | 10111101 | 0 | 1100011 | 1010 | 10001 | 100110010 | 1100010 | 101010 |
Color Harmonies of #D302BD
Complementary color
Monochromatic Colors of #D302BD
Black with #D302BD
Text Example
Text Example
White with #D302BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D302BD; }
p { color: rgb(211,2,189); }
H1.HeaderClassName
{
color: #D302BD;
}
.AnyTagClassName
{
color: #D302BD;
}
</style>
background-color css
<style>
a { background-color: #D302BD; }
a { background-color: rgb(211,2,189); }
div.DivClassName
{
background-color: #D302BD;
}
.BgClassName
{
background-color: #D302BD;
}
</style>
border-color css
<style>
span { border-color: #D302BD; }
span { border-color: rgb(211,2,189); }
td.TdClassName
{
border-color: #D302BD;
}
.TagClassName
{
border-color: #D302BD;
}
</style>