Shades of Deep Magenta #D307BA
Tints of Deep Magenta #D307BA
RGB
CMYK
RGB Variations
Color information
#D307BA (or 0xD307BA) is known color: Deep Magenta. HEX triplet: D3, 07 and BA. RGB value is (211,7,186). Sum of RGB (Red+Green+Blue) = 211+7+186=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D307BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D307BA is #2CF845. Grayscale: #575757. Windows color (decimal): -2947142 or 12191699. OLE color: 12191699.
HSL color Cylindrical-coordinate representation of color #D307BA: hue angle of 307.35º 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 #D307BA is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 186 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.17 |
| HSL | 307.35º | 0.94% | 0.43% | - |
| HSV(B) | 307.35º | 0.97% | 0.83% | - |
| XYZ | 35.8 | 17.55 | 47.95 | - |
| YUV | 88.4 | 183.09 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 186 | 0 | 0.97 | 0.12 | 0.17 | 307.35 | 0.94 | 0.43 |
| Hex | D3 | 7 | BA | 0 | 61 | C | 11 | 133 | 5E | 2B |
| Octal | 323 | 7 | 272 | 0 | 141 | 14 | 21 | 463 | 136 | 53 |
| Binary | 11010011 | 111 | 10111010 | 0 | 1100001 | 1100 | 10001 | 100110011 | 1011110 | 101011 |
Color Harmonies of #D307BA
Complementary color
Monochromatic Colors of #D307BA
Black with #D307BA
Text Example
Text Example
White with #D307BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D307BA; }
p { color: rgb(211,7,186); }
H1.HeaderClassName
{
color: #D307BA;
}
.AnyTagClassName
{
color: #D307BA;
}
</style>
background-color css
<style>
a { background-color: #D307BA; }
a { background-color: rgb(211,7,186); }
div.DivClassName
{
background-color: #D307BA;
}
.BgClassName
{
background-color: #D307BA;
}
</style>
border-color css
<style>
span { border-color: #D307BA; }
span { border-color: rgb(211,7,186); }
td.TdClassName
{
border-color: #D307BA;
}
.TagClassName
{
border-color: #D307BA;
}
</style>