Shades of Fuchsia #D85AAE
Tints of Fuchsia #D85AAE
RGB
CMYK
RGB Variations
Color information
#D85AAE (or 0xD85AAE) is known color: Fuchsia. HEX triplet: D8, 5A and AE. RGB value is (216,90,174). Sum of RGB (Red+Green+Blue) = 216+90+174=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85AAE is #27A551. Grayscale: #898989. Windows color (decimal): -2598226 or 11426520. OLE color: 11426520.
HSL color Cylindrical-coordinate representation of color #D85AAE: hue angle of 320º 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 #D85AAE is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 174 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.15 |
| HSL | 320º | 0.62% | 0.6% | - |
| HSV(B) | 320º | 0.58% | 0.85% | - |
| XYZ | 39.62 | 24.97 | 42.78 | - |
| YUV | 137.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 174 | 0 | 0.58 | 0.19 | 0.15 | 320 | 0.62 | 0.6 |
| Hex | D8 | 5A | AE | 0 | 3A | 13 | F | 140 | 3E | 3C |
| Octal | 330 | 132 | 256 | 0 | 72 | 23 | 17 | 500 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10101110 | 0 | 111010 | 10011 | 1111 | 101000000 | 111110 | 111100 |
Color Harmonies of #D85AAE
Complementary color
Monochromatic Colors of #D85AAE
Black with #D85AAE
Text Example
Text Example
White with #D85AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AAE; }
p { color: rgb(216,90,174); }
H1.HeaderClassName
{
color: #D85AAE;
}
.AnyTagClassName
{
color: #D85AAE;
}
</style>
background-color css
<style>
a { background-color: #D85AAE; }
a { background-color: rgb(216,90,174); }
div.DivClassName
{
background-color: #D85AAE;
}
.BgClassName
{
background-color: #D85AAE;
}
</style>
border-color css
<style>
span { border-color: #D85AAE; }
span { border-color: rgb(216,90,174); }
td.TdClassName
{
border-color: #D85AAE;
}
.TagClassName
{
border-color: #D85AAE;
}
</style>