Shades of Fuchsia #D855BA
Tints of Fuchsia #D855BA
RGB
CMYK
RGB Variations
Color information
#D855BA (or 0xD855BA) is known color: Fuchsia. HEX triplet: D8, 55 and BA. RGB value is (216,85,186). Sum of RGB (Red+Green+Blue) = 216+85+186=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D855BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855BA is #27AA45. Grayscale: #878787. Windows color (decimal): -2599494 or 12211672. OLE color: 12211672.
HSL color Cylindrical-coordinate representation of color #D855BA: hue angle of 313.74º 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 #D855BA is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 186 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.15 |
| HSL | 313.74º | 0.63% | 0.59% | - |
| HSV(B) | 313.74º | 0.61% | 0.85% | - |
| XYZ | 40.43 | 24.64 | 49.08 | - |
| YUV | 135.68 | 156.4 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 186 | 0 | 0.61 | 0.14 | 0.15 | 313.74 | 0.63 | 0.59 |
| Hex | D8 | 55 | BA | 0 | 3D | E | F | 13A | 3F | 3B |
| Octal | 330 | 125 | 272 | 0 | 75 | 16 | 17 | 472 | 77 | 73 |
| Binary | 11011000 | 1010101 | 10111010 | 0 | 111101 | 1110 | 1111 | 100111010 | 111111 | 111011 |
Color Harmonies of #D855BA
Complementary color
Monochromatic Colors of #D855BA
Black with #D855BA
Text Example
Text Example
White with #D855BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D855BA; }
p { color: rgb(216,85,186); }
H1.HeaderClassName
{
color: #D855BA;
}
.AnyTagClassName
{
color: #D855BA;
}
</style>
background-color css
<style>
a { background-color: #D855BA; }
a { background-color: rgb(216,85,186); }
div.DivClassName
{
background-color: #D855BA;
}
.BgClassName
{
background-color: #D855BA;
}
</style>
border-color css
<style>
span { border-color: #D855BA; }
span { border-color: rgb(216,85,186); }
td.TdClassName
{
border-color: #D855BA;
}
.TagClassName
{
border-color: #D855BA;
}
</style>