Shades of Deep Magenta #D307AD
Tints of Deep Magenta #D307AD
RGB
CMYK
RGB Variations
Color information
#D307AD (or 0xD307AD) is known color: Deep Magenta. HEX triplet: D3, 07 and AD. RGB value is (211,7,173). Sum of RGB (Red+Green+Blue) = 211+7+173=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D307AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D307AD is #2CF852. Grayscale: #565656. Windows color (decimal): -2947155 or 11339731. OLE color: 11339731.
HSL color Cylindrical-coordinate representation of color #D307AD: hue angle of 311.18º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D307AD is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 173 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.17 |
| HSL | 311.18º | 0.94% | 0.43% | - |
| HSV(B) | 311.18º | 0.97% | 0.83% | - |
| XYZ | 34.48 | 17.02 | 41 | - |
| YUV | 86.92 | 176.59 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 173 | 0 | 0.97 | 0.18 | 0.17 | 311.18 | 0.94 | 0.43 |
| Hex | D3 | 7 | AD | 0 | 61 | 12 | 11 | 137 | 5E | 2B |
| Octal | 323 | 7 | 255 | 0 | 141 | 22 | 21 | 467 | 136 | 53 |
| Binary | 11010011 | 111 | 10101101 | 0 | 1100001 | 10010 | 10001 | 100110111 | 1011110 | 101011 |
Color Harmonies of #D307AD
Complementary color
Monochromatic Colors of #D307AD
Black with #D307AD
Text Example
Text Example
White with #D307AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D307AD; }
p { color: rgb(211,7,173); }
H1.HeaderClassName
{
color: #D307AD;
}
.AnyTagClassName
{
color: #D307AD;
}
</style>
background-color css
<style>
a { background-color: #D307AD; }
a { background-color: rgb(211,7,173); }
div.DivClassName
{
background-color: #D307AD;
}
.BgClassName
{
background-color: #D307AD;
}
</style>
border-color css
<style>
span { border-color: #D307AD; }
span { border-color: rgb(211,7,173); }
td.TdClassName
{
border-color: #D307AD;
}
.TagClassName
{
border-color: #D307AD;
}
</style>