Shades of Fuchsia #D85AAF
Tints of Fuchsia #D85AAF
RGB
CMYK
RGB Variations
Color information
#D85AAF (or 0xD85AAF) is known color: Fuchsia. HEX triplet: D8, 5A and AF. RGB value is (216,90,175). Sum of RGB (Red+Green+Blue) = 216+90+175=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85AAF is #27A550. Grayscale: #898989. Windows color (decimal): -2598225 or 11492056. OLE color: 11492056.
HSL color Cylindrical-coordinate representation of color #D85AAF: hue angle of 319.52º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85AAF is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 175 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.15 |
| HSL | 319.52º | 0.62% | 0.6% | - |
| HSV(B) | 319.52º | 0.58% | 0.85% | - |
| XYZ | 39.71 | 25.01 | 43.29 | - |
| YUV | 137.36 | 149.24 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 175 | 0 | 0.58 | 0.19 | 0.15 | 319.52 | 0.62 | 0.6 |
| Hex | D8 | 5A | AF | 0 | 3A | 13 | F | 140 | 3E | 3C |
| Octal | 330 | 132 | 257 | 0 | 72 | 23 | 17 | 500 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10101111 | 0 | 111010 | 10011 | 1111 | 101000000 | 111110 | 111100 |
Color Harmonies of #D85AAF
Complementary color
Monochromatic Colors of #D85AAF
Black with #D85AAF
Text Example
Text Example
White with #D85AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AAF; }
p { color: rgb(216,90,175); }
H1.HeaderClassName
{
color: #D85AAF;
}
.AnyTagClassName
{
color: #D85AAF;
}
</style>
background-color css
<style>
a { background-color: #D85AAF; }
a { background-color: rgb(216,90,175); }
div.DivClassName
{
background-color: #D85AAF;
}
.BgClassName
{
background-color: #D85AAF;
}
</style>
border-color css
<style>
span { border-color: #D85AAF; }
span { border-color: rgb(216,90,175); }
td.TdClassName
{
border-color: #D85AAF;
}
.TagClassName
{
border-color: #D85AAF;
}
</style>