Shades of Fuchsia #D85AB9
Tints of Fuchsia #D85AB9
RGB
CMYK
RGB Variations
Color information
#D85AB9 (or 0xD85AB9) is known color: Fuchsia. HEX triplet: D8, 5A and B9. RGB value is (216,90,185). Sum of RGB (Red+Green+Blue) = 216+90+185=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85AB9 is #27A546. Grayscale: #8A8A8A. Windows color (decimal): -2598215 or 12147416. OLE color: 12147416.
HSL color Cylindrical-coordinate representation of color #D85AB9: hue angle of 314.76º 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 #D85AB9 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 185 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.15 |
| HSL | 314.76º | 0.62% | 0.6% | - |
| HSV(B) | 314.76º | 0.58% | 0.85% | - |
| XYZ | 40.73 | 25.41 | 48.66 | - |
| YUV | 138.5 | 154.24 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 185 | 0 | 0.58 | 0.14 | 0.15 | 314.76 | 0.62 | 0.6 |
| Hex | D8 | 5A | B9 | 0 | 3A | E | F | 13B | 3E | 3C |
| Octal | 330 | 132 | 271 | 0 | 72 | 16 | 17 | 473 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10111001 | 0 | 111010 | 1110 | 1111 | 100111011 | 111110 | 111100 |
Color Harmonies of #D85AB9
Complementary color
Monochromatic Colors of #D85AB9
Black with #D85AB9
Text Example
Text Example
White with #D85AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AB9; }
p { color: rgb(216,90,185); }
H1.HeaderClassName
{
color: #D85AB9;
}
.AnyTagClassName
{
color: #D85AB9;
}
</style>
background-color css
<style>
a { background-color: #D85AB9; }
a { background-color: rgb(216,90,185); }
div.DivClassName
{
background-color: #D85AB9;
}
.BgClassName
{
background-color: #D85AB9;
}
</style>
border-color css
<style>
span { border-color: #D85AB9; }
span { border-color: rgb(216,90,185); }
td.TdClassName
{
border-color: #D85AB9;
}
.TagClassName
{
border-color: #D85AB9;
}
</style>