Shades of Fuchsia #D85AB6
Tints of Fuchsia #D85AB6
RGB
CMYK
RGB Variations
Color information
#D85AB6 (or 0xD85AB6) is known color: Fuchsia. HEX triplet: D8, 5A and B6. RGB value is (216,90,182). Sum of RGB (Red+Green+Blue) = 216+90+182=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85AB6 is #27A549. Grayscale: #898989. Windows color (decimal): -2598218 or 11950808. OLE color: 11950808.
HSL color Cylindrical-coordinate representation of color #D85AB6: hue angle of 316.19º 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 #D85AB6 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 182 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.15 |
| HSL | 316.19º | 0.62% | 0.6% | - |
| HSV(B) | 316.19º | 0.58% | 0.85% | - |
| XYZ | 40.42 | 25.29 | 47.01 | - |
| YUV | 138.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 182 | 0 | 0.58 | 0.16 | 0.15 | 316.19 | 0.62 | 0.6 |
| Hex | D8 | 5A | B6 | 0 | 3A | 10 | F | 13C | 3E | 3C |
| Octal | 330 | 132 | 266 | 0 | 72 | 20 | 17 | 474 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10110110 | 0 | 111010 | 10000 | 1111 | 100111100 | 111110 | 111100 |
Color Harmonies of #D85AB6
Complementary color
Monochromatic Colors of #D85AB6
Black with #D85AB6
Text Example
Text Example
White with #D85AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AB6; }
p { color: rgb(216,90,182); }
H1.HeaderClassName
{
color: #D85AB6;
}
.AnyTagClassName
{
color: #D85AB6;
}
</style>
background-color css
<style>
a { background-color: #D85AB6; }
a { background-color: rgb(216,90,182); }
div.DivClassName
{
background-color: #D85AB6;
}
.BgClassName
{
background-color: #D85AB6;
}
</style>
border-color css
<style>
span { border-color: #D85AB6; }
span { border-color: rgb(216,90,182); }
td.TdClassName
{
border-color: #D85AB6;
}
.TagClassName
{
border-color: #D85AB6;
}
</style>