Shades of Fuchsia #D859B5
Tints of Fuchsia #D859B5
RGB
CMYK
RGB Variations
Color information
#D859B5 (or 0xD859B5) is known color: Fuchsia. HEX triplet: D8, 59 and B5. RGB value is (216,89,181). Sum of RGB (Red+Green+Blue) = 216+89+181=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D859B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D859B5 is #27A64A. Grayscale: #898989. Windows color (decimal): -2598475 or 11885016. OLE color: 11885016.
HSL color Cylindrical-coordinate representation of color #D859B5: hue angle of 316.54º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D859B5 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 89 | 181 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.15 |
| HSL | 316.54º | 0.62% | 0.6% | - |
| HSV(B) | 316.54º | 0.59% | 0.85% | - |
| XYZ | 40.23 | 25.08 | 46.44 | - |
| YUV | 137.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 181 | 0 | 0.59 | 0.16 | 0.15 | 316.54 | 0.62 | 0.6 |
| Hex | D8 | 59 | B5 | 0 | 3B | 10 | F | 13D | 3E | 3C |
| Octal | 330 | 131 | 265 | 0 | 73 | 20 | 17 | 475 | 76 | 74 |
| Binary | 11011000 | 1011001 | 10110101 | 0 | 111011 | 10000 | 1111 | 100111101 | 111110 | 111100 |
Color Harmonies of #D859B5
Complementary color
Monochromatic Colors of #D859B5
Black with #D859B5
Text Example
Text Example
White with #D859B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D859B5; }
p { color: rgb(216,89,181); }
H1.HeaderClassName
{
color: #D859B5;
}
.AnyTagClassName
{
color: #D859B5;
}
</style>
background-color css
<style>
a { background-color: #D859B5; }
a { background-color: rgb(216,89,181); }
div.DivClassName
{
background-color: #D859B5;
}
.BgClassName
{
background-color: #D859B5;
}
</style>
border-color css
<style>
span { border-color: #D859B5; }
span { border-color: rgb(216,89,181); }
td.TdClassName
{
border-color: #D859B5;
}
.TagClassName
{
border-color: #D859B5;
}
</style>