Shades of Fuchsia #D955AF
Tints of Fuchsia #D955AF
RGB
CMYK
RGB Variations
Color information
#D955AF (or 0xD955AF) is known color: Fuchsia. HEX triplet: D9, 55 and AF. RGB value is (217,85,175). Sum of RGB (Red+Green+Blue) = 217+85+175=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D955AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D955AF is #26AA50. Grayscale: #868686. Windows color (decimal): -2533969 or 11490777. OLE color: 11490777.
HSL color Cylindrical-coordinate representation of color #D955AF: hue angle of 319.09º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D955AF is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 175 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.15 |
| HSL | 319.09º | 0.63% | 0.59% | - |
| HSV(B) | 319.09º | 0.61% | 0.85% | - |
| XYZ | 39.6 | 24.34 | 43.17 | - |
| YUV | 134.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 175 | 0 | 0.61 | 0.19 | 0.15 | 319.09 | 0.63 | 0.59 |
| Hex | D9 | 55 | AF | 0 | 3D | 13 | F | 13F | 3F | 3B |
| Octal | 331 | 125 | 257 | 0 | 75 | 23 | 17 | 477 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10101111 | 0 | 111101 | 10011 | 1111 | 100111111 | 111111 | 111011 |
Color Harmonies of #D955AF
Complementary color
Monochromatic Colors of #D955AF
Black with #D955AF
Text Example
Text Example
White with #D955AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955AF; }
p { color: rgb(217,85,175); }
H1.HeaderClassName
{
color: #D955AF;
}
.AnyTagClassName
{
color: #D955AF;
}
</style>
background-color css
<style>
a { background-color: #D955AF; }
a { background-color: rgb(217,85,175); }
div.DivClassName
{
background-color: #D955AF;
}
.BgClassName
{
background-color: #D955AF;
}
</style>
border-color css
<style>
span { border-color: #D955AF; }
span { border-color: rgb(217,85,175); }
td.TdClassName
{
border-color: #D955AF;
}
.TagClassName
{
border-color: #D955AF;
}
</style>