Shades of Fuchsia #D841BF
Tints of Fuchsia #D841BF
RGB
CMYK
RGB Variations
Color information
#D841BF (or 0xD841BF) is known color: Fuchsia. HEX triplet: D8, 41 and BF. RGB value is (216,65,191). Sum of RGB (Red+Green+Blue) = 216+65+191=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D841BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D841BF is #27BE40. Grayscale: #7C7C7C. Windows color (decimal): -2604609 or 12534232. OLE color: 12534232.
HSL color Cylindrical-coordinate representation of color #D841BF: hue angle of 309.93º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D841BF is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 191 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.15 |
| HSL | 309.93º | 0.66% | 0.55% | - |
| HSV(B) | 309.93º | 0.7% | 0.85% | - |
| XYZ | 39.61 | 22.14 | 51.48 | - |
| YUV | 124.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 191 | 0 | 0.70 | 0.12 | 0.15 | 309.93 | 0.66 | 0.55 |
| Hex | D8 | 41 | BF | 0 | 46 | C | F | 136 | 42 | 37 |
| Octal | 330 | 101 | 277 | 0 | 106 | 14 | 17 | 466 | 102 | 67 |
| Binary | 11011000 | 1000001 | 10111111 | 0 | 1000110 | 1100 | 1111 | 100110110 | 1000010 | 110111 |
Color Harmonies of #D841BF
Complementary color
Monochromatic Colors of #D841BF
Black with #D841BF
Text Example
Text Example
White with #D841BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D841BF; }
p { color: rgb(216,65,191); }
H1.HeaderClassName
{
color: #D841BF;
}
.AnyTagClassName
{
color: #D841BF;
}
</style>
background-color css
<style>
a { background-color: #D841BF; }
a { background-color: rgb(216,65,191); }
div.DivClassName
{
background-color: #D841BF;
}
.BgClassName
{
background-color: #D841BF;
}
</style>
border-color css
<style>
span { border-color: #D841BF; }
span { border-color: rgb(216,65,191); }
td.TdClassName
{
border-color: #D841BF;
}
.TagClassName
{
border-color: #D841BF;
}
</style>