Shades of Fuchsia #D855BC
Tints of Fuchsia #D855BC
RGB
CMYK
RGB Variations
Color information
#D855BC (or 0xD855BC) is known color: Fuchsia. HEX triplet: D8, 55 and BC. RGB value is (216,85,188). Sum of RGB (Red+Green+Blue) = 216+85+188=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D855BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855BC is #27AA43. Grayscale: #878787. Windows color (decimal): -2599492 or 12342744. OLE color: 12342744.
HSL color Cylindrical-coordinate representation of color #D855BC: hue angle of 312.82º 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 #D855BC is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 188 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.15 |
| HSL | 312.82º | 0.63% | 0.59% | - |
| HSV(B) | 312.82º | 0.61% | 0.85% | - |
| XYZ | 40.64 | 24.73 | 50.21 | - |
| YUV | 135.91 | 157.4 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 188 | 0 | 0.61 | 0.13 | 0.15 | 312.82 | 0.63 | 0.59 |
| Hex | D8 | 55 | BC | 0 | 3D | D | F | 139 | 3F | 3B |
| Octal | 330 | 125 | 274 | 0 | 75 | 15 | 17 | 471 | 77 | 73 |
| Binary | 11011000 | 1010101 | 10111100 | 0 | 111101 | 1101 | 1111 | 100111001 | 111111 | 111011 |
Color Harmonies of #D855BC
Complementary color
Monochromatic Colors of #D855BC
Black with #D855BC
Text Example
Text Example
White with #D855BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D855BC; }
p { color: rgb(216,85,188); }
H1.HeaderClassName
{
color: #D855BC;
}
.AnyTagClassName
{
color: #D855BC;
}
</style>
background-color css
<style>
a { background-color: #D855BC; }
a { background-color: rgb(216,85,188); }
div.DivClassName
{
background-color: #D855BC;
}
.BgClassName
{
background-color: #D855BC;
}
</style>
border-color css
<style>
span { border-color: #D855BC; }
span { border-color: rgb(216,85,188); }
td.TdClassName
{
border-color: #D855BC;
}
.TagClassName
{
border-color: #D855BC;
}
</style>