Shades of Deep Magenta #D108AF
Tints of Deep Magenta #D108AF
RGB
CMYK
RGB Variations
Color information
#D108AF (or 0xD108AF) is known color: Deep Magenta. HEX triplet: D1, 08 and AF. RGB value is (209,8,175). Sum of RGB (Red+Green+Blue) = 209+8+175=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D108AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D108AF is #2EF750. Grayscale: #565656. Windows color (decimal): -3077969 or 11471057. OLE color: 11471057.
HSL color Cylindrical-coordinate representation of color #D108AF: hue angle of 310.15º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D108AF is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 175 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.18 |
| HSL | 310.15º | 0.93% | 0.43% | - |
| HSV(B) | 310.15º | 0.96% | 0.82% | - |
| XYZ | 34.12 | 16.82 | 42.01 | - |
| YUV | 87.14 | 177.59 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 175 | 0 | 0.96 | 0.16 | 0.18 | 310.15 | 0.93 | 0.43 |
| Hex | D1 | 8 | AF | 0 | 60 | 10 | 12 | 136 | 5D | 2B |
| Octal | 321 | 10 | 257 | 0 | 140 | 20 | 22 | 466 | 135 | 53 |
| Binary | 11010001 | 1000 | 10101111 | 0 | 1100000 | 10000 | 10010 | 100110110 | 1011101 | 101011 |
Color Harmonies of #D108AF
Complementary color
Monochromatic Colors of #D108AF
Black with #D108AF
Text Example
Text Example
White with #D108AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D108AF; }
p { color: rgb(209,8,175); }
H1.HeaderClassName
{
color: #D108AF;
}
.AnyTagClassName
{
color: #D108AF;
}
</style>
background-color css
<style>
a { background-color: #D108AF; }
a { background-color: rgb(209,8,175); }
div.DivClassName
{
background-color: #D108AF;
}
.BgClassName
{
background-color: #D108AF;
}
</style>
border-color css
<style>
span { border-color: #D108AF; }
span { border-color: rgb(209,8,175); }
td.TdClassName
{
border-color: #D108AF;
}
.TagClassName
{
border-color: #D108AF;
}
</style>