Shades of Fuchsia #D85AB1
Tints of Fuchsia #D85AB1
RGB
CMYK
RGB Variations
Color information
#D85AB1 (or 0xD85AB1) is known color: Fuchsia. HEX triplet: D8, 5A and B1. RGB value is (216,90,177). Sum of RGB (Red+Green+Blue) = 216+90+177=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85AB1 is #27A54E. Grayscale: #898989. Windows color (decimal): -2598223 or 11623128. OLE color: 11623128.
HSL color Cylindrical-coordinate representation of color #D85AB1: hue angle of 318.57º 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 #D85AB1 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 177 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.15 |
| HSL | 318.57º | 0.62% | 0.6% | - |
| HSV(B) | 318.57º | 0.58% | 0.85% | - |
| XYZ | 39.91 | 25.09 | 44.33 | - |
| YUV | 137.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 177 | 0 | 0.58 | 0.18 | 0.15 | 318.57 | 0.62 | 0.6 |
| Hex | D8 | 5A | B1 | 0 | 3A | 12 | F | 13F | 3E | 3C |
| Octal | 330 | 132 | 261 | 0 | 72 | 22 | 17 | 477 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10110001 | 0 | 111010 | 10010 | 1111 | 100111111 | 111110 | 111100 |
Color Harmonies of #D85AB1
Complementary color
Monochromatic Colors of #D85AB1
Black with #D85AB1
Text Example
Text Example
White with #D85AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AB1; }
p { color: rgb(216,90,177); }
H1.HeaderClassName
{
color: #D85AB1;
}
.AnyTagClassName
{
color: #D85AB1;
}
</style>
background-color css
<style>
a { background-color: #D85AB1; }
a { background-color: rgb(216,90,177); }
div.DivClassName
{
background-color: #D85AB1;
}
.BgClassName
{
background-color: #D85AB1;
}
</style>
border-color css
<style>
span { border-color: #D85AB1; }
span { border-color: rgb(216,90,177); }
td.TdClassName
{
border-color: #D85AB1;
}
.TagClassName
{
border-color: #D85AB1;
}
</style>