Shades of Deep Magenta #D308AD
Tints of Deep Magenta #D308AD
RGB
CMYK
RGB Variations
Color information
#D308AD (or 0xD308AD) is known color: Deep Magenta. HEX triplet: D3, 08 and AD. RGB value is (211,8,173). Sum of RGB (Red+Green+Blue) = 211+8+173=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D308AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D308AD is #2CF752. Grayscale: #575757. Windows color (decimal): -2946899 or 11339987. OLE color: 11339987.
HSL color Cylindrical-coordinate representation of color #D308AD: hue angle of 311.23º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D308AD is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 173 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.17 |
| HSL | 311.23º | 0.93% | 0.43% | - |
| HSV(B) | 311.23º | 0.96% | 0.83% | - |
| XYZ | 34.49 | 17.04 | 41.01 | - |
| YUV | 87.51 | 176.25 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 173 | 0 | 0.96 | 0.18 | 0.17 | 311.23 | 0.93 | 0.43 |
| Hex | D3 | 8 | AD | 0 | 60 | 12 | 11 | 137 | 5D | 2B |
| Octal | 323 | 10 | 255 | 0 | 140 | 22 | 21 | 467 | 135 | 53 |
| Binary | 11010011 | 1000 | 10101101 | 0 | 1100000 | 10010 | 10001 | 100110111 | 1011101 | 101011 |
Color Harmonies of #D308AD
Complementary color
Monochromatic Colors of #D308AD
Black with #D308AD
Text Example
Text Example
White with #D308AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D308AD; }
p { color: rgb(211,8,173); }
H1.HeaderClassName
{
color: #D308AD;
}
.AnyTagClassName
{
color: #D308AD;
}
</style>
background-color css
<style>
a { background-color: #D308AD; }
a { background-color: rgb(211,8,173); }
div.DivClassName
{
background-color: #D308AD;
}
.BgClassName
{
background-color: #D308AD;
}
</style>
border-color css
<style>
span { border-color: #D308AD; }
span { border-color: rgb(211,8,173); }
td.TdClassName
{
border-color: #D308AD;
}
.TagClassName
{
border-color: #D308AD;
}
</style>