Shades of Deep Magenta #D302B2
Tints of Deep Magenta #D302B2
RGB
CMYK
RGB Variations
Color information
#D302B2 (or 0xD302B2) is known color: Deep Magenta. HEX triplet: D3, 02 and B2. RGB value is (211,2,178). Sum of RGB (Red+Green+Blue) = 211+2+178=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D302B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D302B2 is #2CFD4D. Grayscale: #545454. Windows color (decimal): -2948430 or 11666131. OLE color: 11666131.
HSL color Cylindrical-coordinate representation of color #D302B2: hue angle of 309.47º 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 #D302B2 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 178 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.17 |
| HSL | 309.47º | 0.98% | 0.42% | - |
| HSV(B) | 309.47º | 0.99% | 0.83% | - |
| XYZ | 34.92 | 17.11 | 43.58 | - |
| YUV | 84.56 | 180.74 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 178 | 0 | 0.99 | 0.16 | 0.17 | 309.47 | 0.98 | 0.42 |
| Hex | D3 | 2 | B2 | 0 | 63 | 10 | 11 | 135 | 62 | 2A |
| Octal | 323 | 2 | 262 | 0 | 143 | 20 | 21 | 465 | 142 | 52 |
| Binary | 11010011 | 10 | 10110010 | 0 | 1100011 | 10000 | 10001 | 100110101 | 1100010 | 101010 |
Color Harmonies of #D302B2
Complementary color
Monochromatic Colors of #D302B2
Black with #D302B2
Text Example
Text Example
White with #D302B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D302B2; }
p { color: rgb(211,2,178); }
H1.HeaderClassName
{
color: #D302B2;
}
.AnyTagClassName
{
color: #D302B2;
}
</style>
background-color css
<style>
a { background-color: #D302B2; }
a { background-color: rgb(211,2,178); }
div.DivClassName
{
background-color: #D302B2;
}
.BgClassName
{
background-color: #D302B2;
}
</style>
border-color css
<style>
span { border-color: #D302B2; }
span { border-color: rgb(211,2,178); }
td.TdClassName
{
border-color: #D302B2;
}
.TagClassName
{
border-color: #D302B2;
}
</style>