Shades of Deep Magenta #D302B7
Tints of Deep Magenta #D302B7
RGB
CMYK
RGB Variations
Color information
#D302B7 (or 0xD302B7) is known color: Deep Magenta. HEX triplet: D3, 02 and B7. RGB value is (211,2,183). Sum of RGB (Red+Green+Blue) = 211+2+183=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D302B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D302B7 is #2CFD48. Grayscale: #545454. Windows color (decimal): -2948425 or 11993811. OLE color: 11993811.
HSL color Cylindrical-coordinate representation of color #D302B7: hue angle of 308.04º 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 #D302B7 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 183 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.17 |
| HSL | 308.04º | 0.98% | 0.42% | - |
| HSV(B) | 308.04º | 0.99% | 0.83% | - |
| XYZ | 35.43 | 17.31 | 46.27 | - |
| YUV | 85.13 | 183.24 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 183 | 0 | 0.99 | 0.13 | 0.17 | 308.04 | 0.98 | 0.42 |
| Hex | D3 | 2 | B7 | 0 | 63 | D | 11 | 134 | 62 | 2A |
| Octal | 323 | 2 | 267 | 0 | 143 | 15 | 21 | 464 | 142 | 52 |
| Binary | 11010011 | 10 | 10110111 | 0 | 1100011 | 1101 | 10001 | 100110100 | 1100010 | 101010 |
Color Harmonies of #D302B7
Complementary color
Monochromatic Colors of #D302B7
Black with #D302B7
Text Example
Text Example
White with #D302B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D302B7; }
p { color: rgb(211,2,183); }
H1.HeaderClassName
{
color: #D302B7;
}
.AnyTagClassName
{
color: #D302B7;
}
</style>
background-color css
<style>
a { background-color: #D302B7; }
a { background-color: rgb(211,2,183); }
div.DivClassName
{
background-color: #D302B7;
}
.BgClassName
{
background-color: #D302B7;
}
</style>
border-color css
<style>
span { border-color: #D302B7; }
span { border-color: rgb(211,2,183); }
td.TdClassName
{
border-color: #D302B7;
}
.TagClassName
{
border-color: #D302B7;
}
</style>