Shades of Deep Magenta #D308AF
Tints of Deep Magenta #D308AF
RGB
CMYK
RGB Variations
Color information
#D308AF (or 0xD308AF) is known color: Deep Magenta. HEX triplet: D3, 08 and AF. RGB value is (211,8,175). Sum of RGB (Red+Green+Blue) = 211+8+175=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D308AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D308AF is #2CF750. Grayscale: #575757. Windows color (decimal): -2946897 or 11471059. OLE color: 11471059.
HSL color Cylindrical-coordinate representation of color #D308AF: hue angle of 310.64º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D308AF is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 175 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.17 |
| HSL | 310.64º | 0.93% | 0.43% | - |
| HSV(B) | 310.64º | 0.96% | 0.83% | - |
| XYZ | 34.69 | 17.12 | 42.03 | - |
| YUV | 87.74 | 177.25 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 175 | 0 | 0.96 | 0.17 | 0.17 | 310.64 | 0.93 | 0.43 |
| Hex | D3 | 8 | AF | 0 | 60 | 11 | 11 | 137 | 5D | 2B |
| Octal | 323 | 10 | 257 | 0 | 140 | 21 | 21 | 467 | 135 | 53 |
| Binary | 11010011 | 1000 | 10101111 | 0 | 1100000 | 10001 | 10001 | 100110111 | 1011101 | 101011 |
Color Harmonies of #D308AF
Complementary color
Monochromatic Colors of #D308AF
Black with #D308AF
Text Example
Text Example
White with #D308AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D308AF; }
p { color: rgb(211,8,175); }
H1.HeaderClassName
{
color: #D308AF;
}
.AnyTagClassName
{
color: #D308AF;
}
</style>
background-color css
<style>
a { background-color: #D308AF; }
a { background-color: rgb(211,8,175); }
div.DivClassName
{
background-color: #D308AF;
}
.BgClassName
{
background-color: #D308AF;
}
</style>
border-color css
<style>
span { border-color: #D308AF; }
span { border-color: rgb(211,8,175); }
td.TdClassName
{
border-color: #D308AF;
}
.TagClassName
{
border-color: #D308AF;
}
</style>