Shades of Fuchsia #D855B9
Tints of Fuchsia #D855B9
RGB
CMYK
RGB Variations
Color information
#D855B9 (or 0xD855B9) is known color: Fuchsia. HEX triplet: D8, 55 and B9. RGB value is (216,85,185). Sum of RGB (Red+Green+Blue) = 216+85+185=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D855B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855B9 is #27AA46. Grayscale: #878787. Windows color (decimal): -2599495 or 12146136. OLE color: 12146136.
HSL color Cylindrical-coordinate representation of color #D855B9: hue angle of 314.2º 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 #D855B9 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 185 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.15 |
| HSL | 314.2º | 0.63% | 0.59% | - |
| HSV(B) | 314.2º | 0.61% | 0.85% | - |
| XYZ | 40.32 | 24.6 | 48.52 | - |
| YUV | 135.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 185 | 0 | 0.61 | 0.14 | 0.15 | 314.2 | 0.63 | 0.59 |
| Hex | D8 | 55 | B9 | 0 | 3D | E | F | 13A | 3F | 3B |
| Octal | 330 | 125 | 271 | 0 | 75 | 16 | 17 | 472 | 77 | 73 |
| Binary | 11011000 | 1010101 | 10111001 | 0 | 111101 | 1110 | 1111 | 100111010 | 111111 | 111011 |
Color Harmonies of #D855B9
Complementary color
Monochromatic Colors of #D855B9
Black with #D855B9
Text Example
Text Example
White with #D855B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D855B9; }
p { color: rgb(216,85,185); }
H1.HeaderClassName
{
color: #D855B9;
}
.AnyTagClassName
{
color: #D855B9;
}
</style>
background-color css
<style>
a { background-color: #D855B9; }
a { background-color: rgb(216,85,185); }
div.DivClassName
{
background-color: #D855B9;
}
.BgClassName
{
background-color: #D855B9;
}
</style>
border-color css
<style>
span { border-color: #D855B9; }
span { border-color: rgb(216,85,185); }
td.TdClassName
{
border-color: #D855B9;
}
.TagClassName
{
border-color: #D855B9;
}
</style>