Shades of Fuchsia #D854BC
Tints of Fuchsia #D854BC
RGB
CMYK
RGB Variations
Color information
#D854BC (or 0xD854BC) is known color: Fuchsia. HEX triplet: D8, 54 and BC. RGB value is (216,84,188). Sum of RGB (Red+Green+Blue) = 216+84+188=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D854BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D854BC is #27AB43. Grayscale: #878787. Windows color (decimal): -2599748 or 12342488. OLE color: 12342488.
HSL color Cylindrical-coordinate representation of color #D854BC: hue angle of 312.73º 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 #D854BC is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 188 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.15 |
| HSL | 312.73º | 0.63% | 0.59% | - |
| HSV(B) | 312.73º | 0.61% | 0.85% | - |
| XYZ | 40.57 | 24.57 | 50.18 | - |
| YUV | 135.32 | 157.73 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 188 | 0 | 0.61 | 0.13 | 0.15 | 312.73 | 0.63 | 0.59 |
| Hex | D8 | 54 | BC | 0 | 3D | D | F | 139 | 3F | 3B |
| Octal | 330 | 124 | 274 | 0 | 75 | 15 | 17 | 471 | 77 | 73 |
| Binary | 11011000 | 1010100 | 10111100 | 0 | 111101 | 1101 | 1111 | 100111001 | 111111 | 111011 |
Color Harmonies of #D854BC
Complementary color
Monochromatic Colors of #D854BC
Black with #D854BC
Text Example
Text Example
White with #D854BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D854BC; }
p { color: rgb(216,84,188); }
H1.HeaderClassName
{
color: #D854BC;
}
.AnyTagClassName
{
color: #D854BC;
}
</style>
background-color css
<style>
a { background-color: #D854BC; }
a { background-color: rgb(216,84,188); }
div.DivClassName
{
background-color: #D854BC;
}
.BgClassName
{
background-color: #D854BC;
}
</style>
border-color css
<style>
span { border-color: #D854BC; }
span { border-color: rgb(216,84,188); }
td.TdClassName
{
border-color: #D854BC;
}
.TagClassName
{
border-color: #D854BC;
}
</style>