Shades of Deep Magenta #D307BB
Tints of Deep Magenta #D307BB
RGB
CMYK
RGB Variations
Color information
#D307BB (or 0xD307BB) is known color: Deep Magenta. HEX triplet: D3, 07 and BB. RGB value is (211,7,187). Sum of RGB (Red+Green+Blue) = 211+7+187=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D307BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D307BB is #2CF844. Grayscale: #585858. Windows color (decimal): -2947141 or 12257235. OLE color: 12257235.
HSL color Cylindrical-coordinate representation of color #D307BB: hue angle of 307.06º 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 #D307BB is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 187 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.17 |
| HSL | 307.06º | 0.94% | 0.43% | - |
| HSV(B) | 307.06º | 0.97% | 0.83% | - |
| XYZ | 35.91 | 17.59 | 48.52 | - |
| YUV | 88.52 | 183.59 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 187 | 0 | 0.97 | 0.11 | 0.17 | 307.06 | 0.94 | 0.43 |
| Hex | D3 | 7 | BB | 0 | 61 | B | 11 | 133 | 5E | 2B |
| Octal | 323 | 7 | 273 | 0 | 141 | 13 | 21 | 463 | 136 | 53 |
| Binary | 11010011 | 111 | 10111011 | 0 | 1100001 | 1011 | 10001 | 100110011 | 1011110 | 101011 |
Color Harmonies of #D307BB
Complementary color
Monochromatic Colors of #D307BB
Black with #D307BB
Text Example
Text Example
White with #D307BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D307BB; }
p { color: rgb(211,7,187); }
H1.HeaderClassName
{
color: #D307BB;
}
.AnyTagClassName
{
color: #D307BB;
}
</style>
background-color css
<style>
a { background-color: #D307BB; }
a { background-color: rgb(211,7,187); }
div.DivClassName
{
background-color: #D307BB;
}
.BgClassName
{
background-color: #D307BB;
}
</style>
border-color css
<style>
span { border-color: #D307BB; }
span { border-color: rgb(211,7,187); }
td.TdClassName
{
border-color: #D307BB;
}
.TagClassName
{
border-color: #D307BB;
}
</style>