Shades of Deep Magenta #AF0DBD
Tints of Deep Magenta #AF0DBD
RGB
CMYK
RGB Variations
Color information
#AF0DBD (or 0xAF0DBD) is known color: Deep Magenta. HEX triplet: AF, 0D and BD. RGB value is (175,13,189). Sum of RGB (Red+Green+Blue) = 175+13+189=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF0DBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0DBD is #50F242. Grayscale: #505050. Windows color (decimal): -5304899 or 12389807. OLE color: 12389807.
HSL color Cylindrical-coordinate representation of color #AF0DBD: hue angle of 295.23º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0DBD is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 13 | 189 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.26 |
| HSL | 295.23º | 0.87% | 0.4% | - |
| HSV(B) | 295.23º | 0.93% | 0.74% | - |
| XYZ | 27.01 | 13.08 | 49.24 | - |
| YUV | 81.5 | 188.67 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 189 | 0.07 | 0.93 | 0 | 0.26 | 295.23 | 0.87 | 0.4 |
| Hex | AF | D | BD | 7 | 5D | 0 | 1A | 127 | 57 | 28 |
| Octal | 257 | 15 | 275 | 7 | 135 | 0 | 32 | 447 | 127 | 50 |
| Binary | 10101111 | 1101 | 10111101 | 111 | 1011101 | 0 | 11010 | 100100111 | 1010111 | 101000 |
Color Harmonies of #AF0DBD
Complementary color
Monochromatic Colors of #AF0DBD
Black with #AF0DBD
Text Example
Text Example
White with #AF0DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0DBD; }
p { color: rgb(175,13,189); }
H1.HeaderClassName
{
color: #AF0DBD;
}
.AnyTagClassName
{
color: #AF0DBD;
}
</style>
background-color css
<style>
a { background-color: #AF0DBD; }
a { background-color: rgb(175,13,189); }
div.DivClassName
{
background-color: #AF0DBD;
}
.BgClassName
{
background-color: #AF0DBD;
}
</style>
border-color css
<style>
span { border-color: #AF0DBD; }
span { border-color: rgb(175,13,189); }
td.TdClassName
{
border-color: #AF0DBD;
}
.TagClassName
{
border-color: #AF0DBD;
}
</style>