Shades of Deep Magenta #D307B9
Tints of Deep Magenta #D307B9
RGB
CMYK
RGB Variations
Color information
#D307B9 (or 0xD307B9) is known color: Deep Magenta. HEX triplet: D3, 07 and B9. RGB value is (211,7,185). Sum of RGB (Red+Green+Blue) = 211+7+185=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D307B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D307B9 is #2CF846. Grayscale: #575757. Windows color (decimal): -2947143 or 12126163. OLE color: 12126163.
HSL color Cylindrical-coordinate representation of color #D307B9: hue angle of 307.65º 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 #D307B9 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 185 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.17 |
| HSL | 307.65º | 0.94% | 0.43% | - |
| HSV(B) | 307.65º | 0.97% | 0.83% | - |
| XYZ | 35.7 | 17.5 | 47.4 | - |
| YUV | 88.29 | 182.59 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 185 | 0 | 0.97 | 0.12 | 0.17 | 307.65 | 0.94 | 0.43 |
| Hex | D3 | 7 | B9 | 0 | 61 | C | 11 | 134 | 5E | 2B |
| Octal | 323 | 7 | 271 | 0 | 141 | 14 | 21 | 464 | 136 | 53 |
| Binary | 11010011 | 111 | 10111001 | 0 | 1100001 | 1100 | 10001 | 100110100 | 1011110 | 101011 |
Color Harmonies of #D307B9
Complementary color
Monochromatic Colors of #D307B9
Black with #D307B9
Text Example
Text Example
White with #D307B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D307B9; }
p { color: rgb(211,7,185); }
H1.HeaderClassName
{
color: #D307B9;
}
.AnyTagClassName
{
color: #D307B9;
}
</style>
background-color css
<style>
a { background-color: #D307B9; }
a { background-color: rgb(211,7,185); }
div.DivClassName
{
background-color: #D307B9;
}
.BgClassName
{
background-color: #D307B9;
}
</style>
border-color css
<style>
span { border-color: #D307B9; }
span { border-color: rgb(211,7,185); }
td.TdClassName
{
border-color: #D307B9;
}
.TagClassName
{
border-color: #D307B9;
}
</style>