Shades of Fuchsia #D951AF
Tints of Fuchsia #D951AF
RGB
CMYK
RGB Variations
Color information
#D951AF (or 0xD951AF) is known color: Fuchsia. HEX triplet: D9, 51 and AF. RGB value is (217,81,175). Sum of RGB (Red+Green+Blue) = 217+81+175=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D951AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D951AF is #26AE50. Grayscale: #848484. Windows color (decimal): -2534993 or 11489753. OLE color: 11489753.
HSL color Cylindrical-coordinate representation of color #D951AF: hue angle of 318.53º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D951AF is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 175 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.15 |
| HSL | 318.53º | 0.64% | 0.58% | - |
| HSV(B) | 318.53º | 0.63% | 0.85% | - |
| XYZ | 39.3 | 23.73 | 43.07 | - |
| YUV | 132.38 | 152.06 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 175 | 0 | 0.63 | 0.19 | 0.15 | 318.53 | 0.64 | 0.58 |
| Hex | D9 | 51 | AF | 0 | 3F | 13 | F | 13F | 40 | 3A |
| Octal | 331 | 121 | 257 | 0 | 77 | 23 | 17 | 477 | 100 | 72 |
| Binary | 11011001 | 1010001 | 10101111 | 0 | 111111 | 10011 | 1111 | 100111111 | 1000000 | 111010 |
Color Harmonies of #D951AF
Complementary color
Monochromatic Colors of #D951AF
Black with #D951AF
Text Example
Text Example
White with #D951AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951AF; }
p { color: rgb(217,81,175); }
H1.HeaderClassName
{
color: #D951AF;
}
.AnyTagClassName
{
color: #D951AF;
}
</style>
background-color css
<style>
a { background-color: #D951AF; }
a { background-color: rgb(217,81,175); }
div.DivClassName
{
background-color: #D951AF;
}
.BgClassName
{
background-color: #D951AF;
}
</style>
border-color css
<style>
span { border-color: #D951AF; }
span { border-color: rgb(217,81,175); }
td.TdClassName
{
border-color: #D951AF;
}
.TagClassName
{
border-color: #D951AF;
}
</style>