Shades of Fuchsia #D160AF
Tints of Fuchsia #D160AF
RGB
CMYK
RGB Variations
Color information
#D160AF (or 0xD160AF) is known color: Fuchsia. HEX triplet: D1, 60 and AF. RGB value is (209,96,175). Sum of RGB (Red+Green+Blue) = 209+96+175=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D160AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D160AF is #2E9F50. Grayscale: #8A8A8A. Windows color (decimal): -3055441 or 11493585. OLE color: 11493585.
HSL color Cylindrical-coordinate representation of color #D160AF: hue angle of 318.05º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D160AF is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 175 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.18 |
| HSL | 318.05º | 0.55% | 0.6% | - |
| HSV(B) | 318.05º | 0.54% | 0.82% | - |
| XYZ | 38.22 | 25.02 | 43.37 | - |
| YUV | 138.79 | 148.44 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 175 | 0 | 0.54 | 0.16 | 0.18 | 318.05 | 0.55 | 0.6 |
| Hex | D1 | 60 | AF | 0 | 36 | 10 | 12 | 13E | 37 | 3C |
| Octal | 321 | 140 | 257 | 0 | 66 | 20 | 22 | 476 | 67 | 74 |
| Binary | 11010001 | 1100000 | 10101111 | 0 | 110110 | 10000 | 10010 | 100111110 | 110111 | 111100 |
Color Harmonies of #D160AF
Complementary color
Monochromatic Colors of #D160AF
Black with #D160AF
Text Example
Text Example
White with #D160AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D160AF; }
p { color: rgb(209,96,175); }
H1.HeaderClassName
{
color: #D160AF;
}
.AnyTagClassName
{
color: #D160AF;
}
</style>
background-color css
<style>
a { background-color: #D160AF; }
a { background-color: rgb(209,96,175); }
div.DivClassName
{
background-color: #D160AF;
}
.BgClassName
{
background-color: #D160AF;
}
</style>
border-color css
<style>
span { border-color: #D160AF; }
span { border-color: rgb(209,96,175); }
td.TdClassName
{
border-color: #D160AF;
}
.TagClassName
{
border-color: #D160AF;
}
</style>