Shades of Fuchsia #D864B9
Tints of Fuchsia #D864B9
RGB
CMYK
RGB Variations
Color information
#D864B9 (or 0xD864B9) is known color: Fuchsia. HEX triplet: D8, 64 and B9. RGB value is (216,100,185). Sum of RGB (Red+Green+Blue) = 216+100+185=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D864B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D864B9 is #279B46. Grayscale: #909090. Windows color (decimal): -2595655 or 12149976. OLE color: 12149976.
HSL color Cylindrical-coordinate representation of color #D864B9: hue angle of 316.03º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D864B9 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 185 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.15 |
| HSL | 316.03º | 0.6% | 0.62% | - |
| HSV(B) | 316.03º | 0.54% | 0.85% | - |
| XYZ | 41.63 | 27.22 | 48.96 | - |
| YUV | 144.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 185 | 0 | 0.54 | 0.14 | 0.15 | 316.03 | 0.6 | 0.62 |
| Hex | D8 | 64 | B9 | 0 | 36 | E | F | 13C | 3C | 3E |
| Octal | 330 | 144 | 271 | 0 | 66 | 16 | 17 | 474 | 74 | 76 |
| Binary | 11011000 | 1100100 | 10111001 | 0 | 110110 | 1110 | 1111 | 100111100 | 111100 | 111110 |
Color Harmonies of #D864B9
Complementary color
Monochromatic Colors of #D864B9
Black with #D864B9
Text Example
Text Example
White with #D864B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D864B9; }
p { color: rgb(216,100,185); }
H1.HeaderClassName
{
color: #D864B9;
}
.AnyTagClassName
{
color: #D864B9;
}
</style>
background-color css
<style>
a { background-color: #D864B9; }
a { background-color: rgb(216,100,185); }
div.DivClassName
{
background-color: #D864B9;
}
.BgClassName
{
background-color: #D864B9;
}
</style>
border-color css
<style>
span { border-color: #D864B9; }
span { border-color: rgb(216,100,185); }
td.TdClassName
{
border-color: #D864B9;
}
.TagClassName
{
border-color: #D864B9;
}
</style>