Shades of Deep Magenta #D305AF
Tints of Deep Magenta #D305AF
RGB
CMYK
RGB Variations
Color information
#D305AF (or 0xD305AF) is known color: Deep Magenta. HEX triplet: D3, 05 and AF. RGB value is (211,5,175). Sum of RGB (Red+Green+Blue) = 211+5+175=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D305AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D305AF is #2CFA50. Grayscale: #555555. Windows color (decimal): -2947665 or 11470291. OLE color: 11470291.
HSL color Cylindrical-coordinate representation of color #D305AF: hue angle of 310.49º 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 #D305AF is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 175 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.17 |
| HSL | 310.49º | 0.95% | 0.42% | - |
| HSV(B) | 310.49º | 0.98% | 0.83% | - |
| XYZ | 34.66 | 17.05 | 42.02 | - |
| YUV | 85.97 | 178.25 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 175 | 0 | 0.98 | 0.17 | 0.17 | 310.49 | 0.95 | 0.42 |
| Hex | D3 | 5 | AF | 0 | 62 | 11 | 11 | 136 | 5F | 2A |
| Octal | 323 | 5 | 257 | 0 | 142 | 21 | 21 | 466 | 137 | 52 |
| Binary | 11010011 | 101 | 10101111 | 0 | 1100010 | 10001 | 10001 | 100110110 | 1011111 | 101010 |
Color Harmonies of #D305AF
Complementary color
Monochromatic Colors of #D305AF
Black with #D305AF
Text Example
Text Example
White with #D305AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D305AF; }
p { color: rgb(211,5,175); }
H1.HeaderClassName
{
color: #D305AF;
}
.AnyTagClassName
{
color: #D305AF;
}
</style>
background-color css
<style>
a { background-color: #D305AF; }
a { background-color: rgb(211,5,175); }
div.DivClassName
{
background-color: #D305AF;
}
.BgClassName
{
background-color: #D305AF;
}
</style>
border-color css
<style>
span { border-color: #D305AF; }
span { border-color: rgb(211,5,175); }
td.TdClassName
{
border-color: #D305AF;
}
.TagClassName
{
border-color: #D305AF;
}
</style>