Shades of Fuchsia #D851B9
Tints of Fuchsia #D851B9
RGB
CMYK
RGB Variations
Color information
#D851B9 (or 0xD851B9) is known color: Fuchsia. HEX triplet: D8, 51 and B9. RGB value is (216,81,185). Sum of RGB (Red+Green+Blue) = 216+81+185=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D851B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D851B9 is #27AE46. Grayscale: #848484. Windows color (decimal): -2600519 or 12145112. OLE color: 12145112.
HSL color Cylindrical-coordinate representation of color #D851B9: hue angle of 313.78º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D851B9 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 185 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.15 |
| HSL | 313.78º | 0.63% | 0.58% | - |
| HSV(B) | 313.78º | 0.63% | 0.85% | - |
| XYZ | 40.02 | 23.99 | 48.42 | - |
| YUV | 133.22 | 157.23 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 185 | 0 | 0.62 | 0.14 | 0.15 | 313.78 | 0.63 | 0.58 |
| Hex | D8 | 51 | B9 | 0 | 3E | E | F | 13A | 3F | 3A |
| Octal | 330 | 121 | 271 | 0 | 76 | 16 | 17 | 472 | 77 | 72 |
| Binary | 11011000 | 1010001 | 10111001 | 0 | 111110 | 1110 | 1111 | 100111010 | 111111 | 111010 |
Color Harmonies of #D851B9
Complementary color
Monochromatic Colors of #D851B9
Black with #D851B9
Text Example
Text Example
White with #D851B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D851B9; }
p { color: rgb(216,81,185); }
H1.HeaderClassName
{
color: #D851B9;
}
.AnyTagClassName
{
color: #D851B9;
}
</style>
background-color css
<style>
a { background-color: #D851B9; }
a { background-color: rgb(216,81,185); }
div.DivClassName
{
background-color: #D851B9;
}
.BgClassName
{
background-color: #D851B9;
}
</style>
border-color css
<style>
span { border-color: #D851B9; }
span { border-color: rgb(216,81,185); }
td.TdClassName
{
border-color: #D851B9;
}
.TagClassName
{
border-color: #D851B9;
}
</style>