Shades of Fuchsia #D855BD
Tints of Fuchsia #D855BD
RGB
CMYK
RGB Variations
Color information
#D855BD (or 0xD855BD) is known color: Fuchsia. HEX triplet: D8, 55 and BD. RGB value is (216,85,189). Sum of RGB (Red+Green+Blue) = 216+85+189=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D855BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855BD is #27AA42. Grayscale: #878787. Windows color (decimal): -2599491 or 12408280. OLE color: 12408280.
HSL color Cylindrical-coordinate representation of color #D855BD: hue angle of 312.37º 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 #D855BD is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 189 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.15 |
| HSL | 312.37º | 0.63% | 0.59% | - |
| HSV(B) | 312.37º | 0.61% | 0.85% | - |
| XYZ | 40.75 | 24.77 | 50.78 | - |
| YUV | 136.03 | 157.9 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 189 | 0 | 0.61 | 0.12 | 0.15 | 312.37 | 0.63 | 0.59 |
| Hex | D8 | 55 | BD | 0 | 3D | C | F | 138 | 3F | 3B |
| Octal | 330 | 125 | 275 | 0 | 75 | 14 | 17 | 470 | 77 | 73 |
| Binary | 11011000 | 1010101 | 10111101 | 0 | 111101 | 1100 | 1111 | 100111000 | 111111 | 111011 |
Color Harmonies of #D855BD
Complementary color
Monochromatic Colors of #D855BD
Black with #D855BD
Text Example
Text Example
White with #D855BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D855BD; }
p { color: rgb(216,85,189); }
H1.HeaderClassName
{
color: #D855BD;
}
.AnyTagClassName
{
color: #D855BD;
}
</style>
background-color css
<style>
a { background-color: #D855BD; }
a { background-color: rgb(216,85,189); }
div.DivClassName
{
background-color: #D855BD;
}
.BgClassName
{
background-color: #D855BD;
}
</style>
border-color css
<style>
span { border-color: #D855BD; }
span { border-color: rgb(216,85,189); }
td.TdClassName
{
border-color: #D855BD;
}
.TagClassName
{
border-color: #D855BD;
}
</style>