Shades of Fuchsia #D851B5
Tints of Fuchsia #D851B5
RGB
CMYK
RGB Variations
Color information
#D851B5 (or 0xD851B5) is known color: Fuchsia. HEX triplet: D8, 51 and B5. RGB value is (216,81,181). Sum of RGB (Red+Green+Blue) = 216+81+181=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D851B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D851B5 is #27AE4A. Grayscale: #848484. Windows color (decimal): -2600523 or 11882968. OLE color: 11882968.
HSL color Cylindrical-coordinate representation of color #D851B5: hue angle of 315.56º 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 #D851B5 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 181 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.15 |
| HSL | 315.56º | 0.63% | 0.58% | - |
| HSV(B) | 315.56º | 0.63% | 0.85% | - |
| XYZ | 39.6 | 23.82 | 46.23 | - |
| YUV | 132.77 | 155.23 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 181 | 0 | 0.62 | 0.16 | 0.15 | 315.56 | 0.63 | 0.58 |
| Hex | D8 | 51 | B5 | 0 | 3E | 10 | F | 13C | 3F | 3A |
| Octal | 330 | 121 | 265 | 0 | 76 | 20 | 17 | 474 | 77 | 72 |
| Binary | 11011000 | 1010001 | 10110101 | 0 | 111110 | 10000 | 1111 | 100111100 | 111111 | 111010 |
Color Harmonies of #D851B5
Complementary color
Monochromatic Colors of #D851B5
Black with #D851B5
Text Example
Text Example
White with #D851B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D851B5; }
p { color: rgb(216,81,181); }
H1.HeaderClassName
{
color: #D851B5;
}
.AnyTagClassName
{
color: #D851B5;
}
</style>
background-color css
<style>
a { background-color: #D851B5; }
a { background-color: rgb(216,81,181); }
div.DivClassName
{
background-color: #D851B5;
}
.BgClassName
{
background-color: #D851B5;
}
</style>
border-color css
<style>
span { border-color: #D851B5; }
span { border-color: rgb(216,81,181); }
td.TdClassName
{
border-color: #D851B5;
}
.TagClassName
{
border-color: #D851B5;
}
</style>