Shades of Fuchsia #D851B3
Tints of Fuchsia #D851B3
RGB
CMYK
RGB Variations
Color information
#D851B3 (or 0xD851B3) is known color: Fuchsia. HEX triplet: D8, 51 and B3. RGB value is (216,81,179). Sum of RGB (Red+Green+Blue) = 216+81+179=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D851B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D851B3 is #27AE4C. Grayscale: #848484. Windows color (decimal): -2600525 or 11751896. OLE color: 11751896.
HSL color Cylindrical-coordinate representation of color #D851B3: hue angle of 316.44º 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 #D851B3 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 179 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.15 |
| HSL | 316.44º | 0.63% | 0.58% | - |
| HSV(B) | 316.44º | 0.63% | 0.85% | - |
| XYZ | 39.4 | 23.74 | 45.15 | - |
| YUV | 132.54 | 154.23 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 179 | 0 | 0.62 | 0.17 | 0.15 | 316.44 | 0.63 | 0.58 |
| Hex | D8 | 51 | B3 | 0 | 3E | 11 | F | 13C | 3F | 3A |
| Octal | 330 | 121 | 263 | 0 | 76 | 21 | 17 | 474 | 77 | 72 |
| Binary | 11011000 | 1010001 | 10110011 | 0 | 111110 | 10001 | 1111 | 100111100 | 111111 | 111010 |
Color Harmonies of #D851B3
Complementary color
Monochromatic Colors of #D851B3
Black with #D851B3
Text Example
Text Example
White with #D851B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D851B3; }
p { color: rgb(216,81,179); }
H1.HeaderClassName
{
color: #D851B3;
}
.AnyTagClassName
{
color: #D851B3;
}
</style>
background-color css
<style>
a { background-color: #D851B3; }
a { background-color: rgb(216,81,179); }
div.DivClassName
{
background-color: #D851B3;
}
.BgClassName
{
background-color: #D851B3;
}
</style>
border-color css
<style>
span { border-color: #D851B3; }
span { border-color: rgb(216,81,179); }
td.TdClassName
{
border-color: #D851B3;
}
.TagClassName
{
border-color: #D851B3;
}
</style>