Shades of Deep Magenta #D301B2
Tints of Deep Magenta #D301B2
RGB
CMYK
RGB Variations
Color information
#D301B2 (or 0xD301B2) is known color: Deep Magenta. HEX triplet: D3, 01 and B2. RGB value is (211,1,178). Sum of RGB (Red+Green+Blue) = 211+1+178=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D301B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D301B2 is #2CFE4D. Grayscale: #535353. Windows color (decimal): -2948686 or 11665875. OLE color: 11665875.
HSL color Cylindrical-coordinate representation of color #D301B2: hue angle of 309.43º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D301B2 is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 178 | - |
| CMYK | 0 | 1.00 | 0.16 | 0.17 |
| HSL | 309.43º | 0.99% | 0.42% | - |
| HSV(B) | 309.43º | 1% | 0.83% | - |
| XYZ | 34.91 | 17.08 | 43.58 | - |
| YUV | 83.97 | 181.07 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 178 | 0 | 1.00 | 0.16 | 0.17 | 309.43 | 0.99 | 0.42 |
| Hex | D3 | 1 | B2 | 0 | 64 | 10 | 11 | 135 | 63 | 2A |
| Octal | 323 | 1 | 262 | 0 | 144 | 20 | 21 | 465 | 143 | 52 |
| Binary | 11010011 | 1 | 10110010 | 0 | 1100100 | 10000 | 10001 | 100110101 | 1100011 | 101010 |
Color Harmonies of #D301B2
Complementary color
Monochromatic Colors of #D301B2
Black with #D301B2
Text Example
Text Example
White with #D301B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D301B2; }
p { color: rgb(211,1,178); }
H1.HeaderClassName
{
color: #D301B2;
}
.AnyTagClassName
{
color: #D301B2;
}
</style>
background-color css
<style>
a { background-color: #D301B2; }
a { background-color: rgb(211,1,178); }
div.DivClassName
{
background-color: #D301B2;
}
.BgClassName
{
background-color: #D301B2;
}
</style>
border-color css
<style>
span { border-color: #D301B2; }
span { border-color: rgb(211,1,178); }
td.TdClassName
{
border-color: #D301B2;
}
.TagClassName
{
border-color: #D301B2;
}
</style>