Shades of Fuchsia #D846BF
Tints of Fuchsia #D846BF
RGB
CMYK
RGB Variations
Color information
#D846BF (or 0xD846BF) is known color: Fuchsia. HEX triplet: D8, 46 and BF. RGB value is (216,70,191). Sum of RGB (Red+Green+Blue) = 216+70+191=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D846BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D846BF is #27B940. Grayscale: #7F7F7F. Windows color (decimal): -2603329 or 12535512. OLE color: 12535512.
HSL color Cylindrical-coordinate representation of color #D846BF: hue angle of 310.27º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D846BF is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 191 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.15 |
| HSL | 310.27º | 0.65% | 0.56% | - |
| HSV(B) | 310.27º | 0.68% | 0.85% | - |
| XYZ | 39.91 | 22.74 | 51.58 | - |
| YUV | 127.45 | 163.87 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 191 | 0 | 0.68 | 0.12 | 0.15 | 310.27 | 0.65 | 0.56 |
| Hex | D8 | 46 | BF | 0 | 44 | C | F | 136 | 41 | 38 |
| Octal | 330 | 106 | 277 | 0 | 104 | 14 | 17 | 466 | 101 | 70 |
| Binary | 11011000 | 1000110 | 10111111 | 0 | 1000100 | 1100 | 1111 | 100110110 | 1000001 | 111000 |
Color Harmonies of #D846BF
Complementary color
Monochromatic Colors of #D846BF
Black with #D846BF
Text Example
Text Example
White with #D846BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D846BF; }
p { color: rgb(216,70,191); }
H1.HeaderClassName
{
color: #D846BF;
}
.AnyTagClassName
{
color: #D846BF;
}
</style>
background-color css
<style>
a { background-color: #D846BF; }
a { background-color: rgb(216,70,191); }
div.DivClassName
{
background-color: #D846BF;
}
.BgClassName
{
background-color: #D846BF;
}
</style>
border-color css
<style>
span { border-color: #D846BF; }
span { border-color: rgb(216,70,191); }
td.TdClassName
{
border-color: #D846BF;
}
.TagClassName
{
border-color: #D846BF;
}
</style>