Shades of Fuchsia #D151AF
Tints of Fuchsia #D151AF
RGB
CMYK
RGB Variations
Color information
#D151AF (or 0xD151AF) is known color: Fuchsia. HEX triplet: D1, 51 and AF. RGB value is (209,81,175). Sum of RGB (Red+Green+Blue) = 209+81+175=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D151AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D151AF is #2EAE50. Grayscale: #818181. Windows color (decimal): -3059281 or 11489745. OLE color: 11489745.
HSL color Cylindrical-coordinate representation of color #D151AF: hue angle of 315.94º degrees, saturation: 0.58, 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 #D151AF is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 175 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.18 |
| HSL | 315.94º | 0.58% | 0.57% | - |
| HSV(B) | 315.94º | 0.61% | 0.82% | - |
| XYZ | 36.97 | 22.54 | 42.96 | - |
| YUV | 129.99 | 153.41 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 175 | 0 | 0.61 | 0.16 | 0.18 | 315.94 | 0.58 | 0.57 |
| Hex | D1 | 51 | AF | 0 | 3D | 10 | 12 | 13C | 3A | 39 |
| Octal | 321 | 121 | 257 | 0 | 75 | 20 | 22 | 474 | 72 | 71 |
| Binary | 11010001 | 1010001 | 10101111 | 0 | 111101 | 10000 | 10010 | 100111100 | 111010 | 111001 |
Color Harmonies of #D151AF
Complementary color
Monochromatic Colors of #D151AF
Black with #D151AF
Text Example
Text Example
White with #D151AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D151AF; }
p { color: rgb(209,81,175); }
H1.HeaderClassName
{
color: #D151AF;
}
.AnyTagClassName
{
color: #D151AF;
}
</style>
background-color css
<style>
a { background-color: #D151AF; }
a { background-color: rgb(209,81,175); }
div.DivClassName
{
background-color: #D151AF;
}
.BgClassName
{
background-color: #D151AF;
}
</style>
border-color css
<style>
span { border-color: #D151AF; }
span { border-color: rgb(209,81,175); }
td.TdClassName
{
border-color: #D151AF;
}
.TagClassName
{
border-color: #D151AF;
}
</style>