Shades of Deep Magenta #D305D8
Tints of Deep Magenta #D305D8
RGB
CMYK
RGB Variations
Color information
#D305D8 (or 0xD305D8) is known color: Deep Magenta. HEX triplet: D3, 05 and D8. RGB value is (211,5,216). Sum of RGB (Red+Green+Blue) = 211+5+216=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 5 (2.34% from 255 or 1.16% from 432); Blue value is 216 (84.77% from 255 or 50% from 432); Max value from RGB is 216 - color contains mainly: blue. Hex color #D305D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D305D8 is #2CFA27. Grayscale: #5A5A5A. Windows color (decimal): -2947624 or 14157267. OLE color: 14157267.
HSL color Cylindrical-coordinate representation of color #D305D8: hue angle of 298.58º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D305D8 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 5 | 216 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.15 |
| HSL | 298.58º | 0.95% | 0.43% | - |
| HSV(B) | 298.58º | 0.98% | 0.85% | - |
| XYZ | 39.31 | 18.92 | 66.54 | - |
| YUV | 90.65 | 198.75 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 216 | 0.02 | 0.98 | 0 | 0.15 | 298.58 | 0.95 | 0.43 |
| Hex | D3 | 5 | D8 | 2 | 62 | 0 | F | 12B | 5F | 2B |
| Octal | 323 | 5 | 330 | 2 | 142 | 0 | 17 | 453 | 137 | 53 |
| Binary | 11010011 | 101 | 11011000 | 10 | 1100010 | 0 | 1111 | 100101011 | 1011111 | 101011 |
Color Harmonies of #D305D8
Complementary color
Monochromatic Colors of #D305D8
Black with #D305D8
Text Example
Text Example
White with #D305D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D305D8; }
p { color: rgb(211,5,216); }
H1.HeaderClassName
{
color: #D305D8;
}
.AnyTagClassName
{
color: #D305D8;
}
</style>
background-color css
<style>
a { background-color: #D305D8; }
a { background-color: rgb(211,5,216); }
div.DivClassName
{
background-color: #D305D8;
}
.BgClassName
{
background-color: #D305D8;
}
</style>
border-color css
<style>
span { border-color: #D305D8; }
span { border-color: rgb(211,5,216); }
td.TdClassName
{
border-color: #D305D8;
}
.TagClassName
{
border-color: #D305D8;
}
</style>