Shades of Fuchsia #D859B4
Tints of Fuchsia #D859B4
RGB
CMYK
RGB Variations
Color information
#D859B4 (or 0xD859B4) is known color: Fuchsia. HEX triplet: D8, 59 and B4. RGB value is (216,89,180). Sum of RGB (Red+Green+Blue) = 216+89+180=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D859B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D859B4 is #27A64B. Grayscale: #898989. Windows color (decimal): -2598476 or 11819480. OLE color: 11819480.
HSL color Cylindrical-coordinate representation of color #D859B4: hue angle of 317.01º 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 #D859B4 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 89 | 180 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.15 |
| HSL | 317.01º | 0.62% | 0.6% | - |
| HSV(B) | 317.01º | 0.59% | 0.85% | - |
| XYZ | 40.13 | 25.04 | 45.9 | - |
| YUV | 137.35 | 152.08 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 180 | 0 | 0.59 | 0.17 | 0.15 | 317.01 | 0.62 | 0.6 |
| Hex | D8 | 59 | B4 | 0 | 3B | 11 | F | 13D | 3E | 3C |
| Octal | 330 | 131 | 264 | 0 | 73 | 21 | 17 | 475 | 76 | 74 |
| Binary | 11011000 | 1011001 | 10110100 | 0 | 111011 | 10001 | 1111 | 100111101 | 111110 | 111100 |
Color Harmonies of #D859B4
Complementary color
Monochromatic Colors of #D859B4
Black with #D859B4
Text Example
Text Example
White with #D859B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D859B4; }
p { color: rgb(216,89,180); }
H1.HeaderClassName
{
color: #D859B4;
}
.AnyTagClassName
{
color: #D859B4;
}
</style>
background-color css
<style>
a { background-color: #D859B4; }
a { background-color: rgb(216,89,180); }
div.DivClassName
{
background-color: #D859B4;
}
.BgClassName
{
background-color: #D859B4;
}
</style>
border-color css
<style>
span { border-color: #D859B4; }
span { border-color: rgb(216,89,180); }
td.TdClassName
{
border-color: #D859B4;
}
.TagClassName
{
border-color: #D859B4;
}
</style>