Shades of Deep Magenta #D305AE
Tints of Deep Magenta #D305AE
RGB
CMYK
RGB Variations
Color information
#D305AE (or 0xD305AE) is known color: Deep Magenta. HEX triplet: D3, 05 and AE. RGB value is (211,5,174). Sum of RGB (Red+Green+Blue) = 211+5+174=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D305AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D305AE is #2CFA51. Grayscale: #555555. Windows color (decimal): -2947666 or 11404755. OLE color: 11404755.
HSL color Cylindrical-coordinate representation of color #D305AE: hue angle of 310.78º 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 #D305AE is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 174 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.17 |
| HSL | 310.78º | 0.95% | 0.42% | - |
| HSV(B) | 310.78º | 0.98% | 0.83% | - |
| XYZ | 34.56 | 17.01 | 41.51 | - |
| YUV | 85.86 | 177.75 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 174 | 0 | 0.98 | 0.18 | 0.17 | 310.78 | 0.95 | 0.42 |
| Hex | D3 | 5 | AE | 0 | 62 | 12 | 11 | 137 | 5F | 2A |
| Octal | 323 | 5 | 256 | 0 | 142 | 22 | 21 | 467 | 137 | 52 |
| Binary | 11010011 | 101 | 10101110 | 0 | 1100010 | 10010 | 10001 | 100110111 | 1011111 | 101010 |
Color Harmonies of #D305AE
Complementary color
Monochromatic Colors of #D305AE
Black with #D305AE
Text Example
Text Example
White with #D305AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D305AE; }
p { color: rgb(211,5,174); }
H1.HeaderClassName
{
color: #D305AE;
}
.AnyTagClassName
{
color: #D305AE;
}
</style>
background-color css
<style>
a { background-color: #D305AE; }
a { background-color: rgb(211,5,174); }
div.DivClassName
{
background-color: #D305AE;
}
.BgClassName
{
background-color: #D305AE;
}
</style>
border-color css
<style>
span { border-color: #D305AE; }
span { border-color: rgb(211,5,174); }
td.TdClassName
{
border-color: #D305AE;
}
.TagClassName
{
border-color: #D305AE;
}
</style>