Shades of Deep Magenta #D301D8
Tints of Deep Magenta #D301D8
RGB
CMYK
RGB Variations
Color information
#D301D8 (or 0xD301D8) is known color: Deep Magenta. HEX triplet: D3, 01 and D8. RGB value is (211,1,216). Sum of RGB (Red+Green+Blue) = 211+1+216=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #D301D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D301D8 is #2CFE27. Grayscale: #575757. Windows color (decimal): -2948648 or 14156243. OLE color: 14156243.
HSL color Cylindrical-coordinate representation of color #D301D8: hue angle of 298.6º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D301D8 is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 1 | 216 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.15 |
| HSL | 298.6º | 0.99% | 0.43% | - |
| HSV(B) | 298.6º | 1% | 0.85% | - |
| XYZ | 39.27 | 18.83 | 66.53 | - |
| YUV | 88.3 | 200.07 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 216 | 0.02 | 1.00 | 0 | 0.15 | 298.6 | 0.99 | 0.43 |
| Hex | D3 | 1 | D8 | 2 | 64 | 0 | F | 12B | 63 | 2B |
| Octal | 323 | 1 | 330 | 2 | 144 | 0 | 17 | 453 | 143 | 53 |
| Binary | 11010011 | 1 | 11011000 | 10 | 1100100 | 0 | 1111 | 100101011 | 1100011 | 101011 |
Color Harmonies of #D301D8
Complementary color
Monochromatic Colors of #D301D8
Black with #D301D8
Text Example
Text Example
White with #D301D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D301D8; }
p { color: rgb(211,1,216); }
H1.HeaderClassName
{
color: #D301D8;
}
.AnyTagClassName
{
color: #D301D8;
}
</style>
background-color css
<style>
a { background-color: #D301D8; }
a { background-color: rgb(211,1,216); }
div.DivClassName
{
background-color: #D301D8;
}
.BgClassName
{
background-color: #D301D8;
}
</style>
border-color css
<style>
span { border-color: #D301D8; }
span { border-color: rgb(211,1,216); }
td.TdClassName
{
border-color: #D301D8;
}
.TagClassName
{
border-color: #D301D8;
}
</style>