Shades of Deep Magenta #D305BC
Tints of Deep Magenta #D305BC
RGB
CMYK
RGB Variations
Color information
#D305BC (or 0xD305BC) is known color: Deep Magenta. HEX triplet: D3, 05 and BC. RGB value is (211,5,188). Sum of RGB (Red+Green+Blue) = 211+5+188=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D305BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D305BC is #2CFA43. Grayscale: #565656. Windows color (decimal): -2947652 or 12322259. OLE color: 12322259.
HSL color Cylindrical-coordinate representation of color #D305BC: hue angle of 306.7º 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 #D305BC is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 188 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.17 |
| HSL | 306.7º | 0.95% | 0.42% | - |
| HSV(B) | 306.7º | 0.98% | 0.83% | - |
| XYZ | 36 | 17.59 | 49.07 | - |
| YUV | 87.46 | 184.75 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 188 | 0 | 0.98 | 0.11 | 0.17 | 306.7 | 0.95 | 0.42 |
| Hex | D3 | 5 | BC | 0 | 62 | B | 11 | 133 | 5F | 2A |
| Octal | 323 | 5 | 274 | 0 | 142 | 13 | 21 | 463 | 137 | 52 |
| Binary | 11010011 | 101 | 10111100 | 0 | 1100010 | 1011 | 10001 | 100110011 | 1011111 | 101010 |
Color Harmonies of #D305BC
Complementary color
Monochromatic Colors of #D305BC
Black with #D305BC
Text Example
Text Example
White with #D305BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D305BC; }
p { color: rgb(211,5,188); }
H1.HeaderClassName
{
color: #D305BC;
}
.AnyTagClassName
{
color: #D305BC;
}
</style>
background-color css
<style>
a { background-color: #D305BC; }
a { background-color: rgb(211,5,188); }
div.DivClassName
{
background-color: #D305BC;
}
.BgClassName
{
background-color: #D305BC;
}
</style>
border-color css
<style>
span { border-color: #D305BC; }
span { border-color: rgb(211,5,188); }
td.TdClassName
{
border-color: #D305BC;
}
.TagClassName
{
border-color: #D305BC;
}
</style>