Shades of Fuchsia #D851B0
Tints of Fuchsia #D851B0
RGB
CMYK
RGB Variations
Color information
#D851B0 (or 0xD851B0) is known color: Fuchsia. HEX triplet: D8, 51 and B0. RGB value is (216,81,176). Sum of RGB (Red+Green+Blue) = 216+81+176=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D851B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D851B0 is #27AE4F. Grayscale: #838383. Windows color (decimal): -2600528 or 11555288. OLE color: 11555288.
HSL color Cylindrical-coordinate representation of color #D851B0: hue angle of 317.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 #D851B0 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 176 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.15 |
| HSL | 317.78º | 0.63% | 0.58% | - |
| HSV(B) | 317.78º | 0.63% | 0.85% | - |
| XYZ | 39.1 | 23.62 | 43.57 | - |
| YUV | 132.2 | 152.73 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 176 | 0 | 0.62 | 0.19 | 0.15 | 317.78 | 0.63 | 0.58 |
| Hex | D8 | 51 | B0 | 0 | 3E | 13 | F | 13E | 3F | 3A |
| Octal | 330 | 121 | 260 | 0 | 76 | 23 | 17 | 476 | 77 | 72 |
| Binary | 11011000 | 1010001 | 10110000 | 0 | 111110 | 10011 | 1111 | 100111110 | 111111 | 111010 |
Color Harmonies of #D851B0
Complementary color
Monochromatic Colors of #D851B0
Black with #D851B0
Text Example
Text Example
White with #D851B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D851B0; }
p { color: rgb(216,81,176); }
H1.HeaderClassName
{
color: #D851B0;
}
.AnyTagClassName
{
color: #D851B0;
}
</style>
background-color css
<style>
a { background-color: #D851B0; }
a { background-color: rgb(216,81,176); }
div.DivClassName
{
background-color: #D851B0;
}
.BgClassName
{
background-color: #D851B0;
}
</style>
border-color css
<style>
span { border-color: #D851B0; }
span { border-color: rgb(216,81,176); }
td.TdClassName
{
border-color: #D851B0;
}
.TagClassName
{
border-color: #D851B0;
}
</style>