Shades of Fuchsia #D855BB
Tints of Fuchsia #D855BB
RGB
CMYK
RGB Variations
Color information
#D855BB (or 0xD855BB) is known color: Fuchsia. HEX triplet: D8, 55 and BB. RGB value is (216,85,187). Sum of RGB (Red+Green+Blue) = 216+85+187=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D855BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855BB is #27AA44. Grayscale: #878787. Windows color (decimal): -2599493 or 12277208. OLE color: 12277208.
HSL color Cylindrical-coordinate representation of color #D855BB: hue angle of 313.28º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D855BB is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 187 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.15 |
| HSL | 313.28º | 0.63% | 0.59% | - |
| HSV(B) | 313.28º | 0.61% | 0.85% | - |
| XYZ | 40.54 | 24.68 | 49.64 | - |
| YUV | 135.8 | 156.9 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 187 | 0 | 0.61 | 0.13 | 0.15 | 313.28 | 0.63 | 0.59 |
| Hex | D8 | 55 | BB | 0 | 3D | D | F | 139 | 3F | 3B |
| Octal | 330 | 125 | 273 | 0 | 75 | 15 | 17 | 471 | 77 | 73 |
| Binary | 11011000 | 1010101 | 10111011 | 0 | 111101 | 1101 | 1111 | 100111001 | 111111 | 111011 |
Color Harmonies of #D855BB
Complementary color
Monochromatic Colors of #D855BB
Black with #D855BB
Text Example
Text Example
White with #D855BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D855BB; }
p { color: rgb(216,85,187); }
H1.HeaderClassName
{
color: #D855BB;
}
.AnyTagClassName
{
color: #D855BB;
}
</style>
background-color css
<style>
a { background-color: #D855BB; }
a { background-color: rgb(216,85,187); }
div.DivClassName
{
background-color: #D855BB;
}
.BgClassName
{
background-color: #D855BB;
}
</style>
border-color css
<style>
span { border-color: #D855BB; }
span { border-color: rgb(216,85,187); }
td.TdClassName
{
border-color: #D855BB;
}
.TagClassName
{
border-color: #D855BB;
}
</style>