Shades of Fuchsia #D051AF
Tints of Fuchsia #D051AF
RGB
CMYK
RGB Variations
Color information
#D051AF (or 0xD051AF) is known color: Fuchsia. HEX triplet: D0, 51 and AF. RGB value is (208,81,175). Sum of RGB (Red+Green+Blue) = 208+81+175=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D051AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D051AF is #2FAE50. Grayscale: #818181. Windows color (decimal): -3124817 or 11489744. OLE color: 11489744.
HSL color Cylindrical-coordinate representation of color #D051AF: hue angle of 315.59º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D051AF is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 81 | 175 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.18 |
| HSL | 315.59º | 0.57% | 0.57% | - |
| HSV(B) | 315.59º | 0.61% | 0.82% | - |
| XYZ | 36.69 | 22.39 | 42.95 | - |
| YUV | 129.69 | 153.58 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 175 | 0 | 0.61 | 0.16 | 0.18 | 315.59 | 0.57 | 0.57 |
| Hex | D0 | 51 | AF | 0 | 3D | 10 | 12 | 13C | 39 | 39 |
| Octal | 320 | 121 | 257 | 0 | 75 | 20 | 22 | 474 | 71 | 71 |
| Binary | 11010000 | 1010001 | 10101111 | 0 | 111101 | 10000 | 10010 | 100111100 | 111001 | 111001 |
Color Harmonies of #D051AF
Complementary color
Monochromatic Colors of #D051AF
Black with #D051AF
Text Example
Text Example
White with #D051AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D051AF; }
p { color: rgb(208,81,175); }
H1.HeaderClassName
{
color: #D051AF;
}
.AnyTagClassName
{
color: #D051AF;
}
</style>
background-color css
<style>
a { background-color: #D051AF; }
a { background-color: rgb(208,81,175); }
div.DivClassName
{
background-color: #D051AF;
}
.BgClassName
{
background-color: #D051AF;
}
</style>
border-color css
<style>
span { border-color: #D051AF; }
span { border-color: rgb(208,81,175); }
td.TdClassName
{
border-color: #D051AF;
}
.TagClassName
{
border-color: #D051AF;
}
</style>