Shades of Deep Magenta #D305BD
Tints of Deep Magenta #D305BD
RGB
CMYK
RGB Variations
Color information
#D305BD (or 0xD305BD) is known color: Deep Magenta. HEX triplet: D3, 05 and BD. RGB value is (211,5,189). Sum of RGB (Red+Green+Blue) = 211+5+189=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D305BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D305BD is #2CFA42. Grayscale: #575757. Windows color (decimal): -2947651 or 12387795. OLE color: 12387795.
HSL color Cylindrical-coordinate representation of color #D305BD: hue angle of 306.41º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D305BD is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 189 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.17 |
| HSL | 306.41º | 0.95% | 0.42% | - |
| HSV(B) | 306.41º | 0.98% | 0.83% | - |
| XYZ | 36.1 | 17.63 | 49.64 | - |
| YUV | 87.57 | 185.25 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 189 | 0 | 0.98 | 0.10 | 0.17 | 306.41 | 0.95 | 0.42 |
| Hex | D3 | 5 | BD | 0 | 62 | A | 11 | 132 | 5F | 2A |
| Octal | 323 | 5 | 275 | 0 | 142 | 12 | 21 | 462 | 137 | 52 |
| Binary | 11010011 | 101 | 10111101 | 0 | 1100010 | 1010 | 10001 | 100110010 | 1011111 | 101010 |
Color Harmonies of #D305BD
Complementary color
Monochromatic Colors of #D305BD
Black with #D305BD
Text Example
Text Example
White with #D305BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D305BD; }
p { color: rgb(211,5,189); }
H1.HeaderClassName
{
color: #D305BD;
}
.AnyTagClassName
{
color: #D305BD;
}
</style>
background-color css
<style>
a { background-color: #D305BD; }
a { background-color: rgb(211,5,189); }
div.DivClassName
{
background-color: #D305BD;
}
.BgClassName
{
background-color: #D305BD;
}
</style>
border-color css
<style>
span { border-color: #D305BD; }
span { border-color: rgb(211,5,189); }
td.TdClassName
{
border-color: #D305BD;
}
.TagClassName
{
border-color: #D305BD;
}
</style>