Shades of Fuchsia #D858BD
Tints of Fuchsia #D858BD
RGB
CMYK
RGB Variations
Color information
#D858BD (or 0xD858BD) is known color: Fuchsia. HEX triplet: D8, 58 and BD. RGB value is (216,88,189). Sum of RGB (Red+Green+Blue) = 216+88+189=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D858BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D858BD is #27A742. Grayscale: #898989. Windows color (decimal): -2598723 or 12409048. OLE color: 12409048.
HSL color Cylindrical-coordinate representation of color #D858BD: hue angle of 312.66º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D858BD is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 189 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.15 |
| HSL | 312.66º | 0.62% | 0.6% | - |
| HSV(B) | 312.66º | 0.59% | 0.85% | - |
| XYZ | 40.99 | 25.25 | 50.86 | - |
| YUV | 137.79 | 156.91 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 189 | 0 | 0.59 | 0.12 | 0.15 | 312.66 | 0.62 | 0.6 |
| Hex | D8 | 58 | BD | 0 | 3B | C | F | 139 | 3E | 3C |
| Octal | 330 | 130 | 275 | 0 | 73 | 14 | 17 | 471 | 76 | 74 |
| Binary | 11011000 | 1011000 | 10111101 | 0 | 111011 | 1100 | 1111 | 100111001 | 111110 | 111100 |
Color Harmonies of #D858BD
Complementary color
Monochromatic Colors of #D858BD
Black with #D858BD
Text Example
Text Example
White with #D858BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D858BD; }
p { color: rgb(216,88,189); }
H1.HeaderClassName
{
color: #D858BD;
}
.AnyTagClassName
{
color: #D858BD;
}
</style>
background-color css
<style>
a { background-color: #D858BD; }
a { background-color: rgb(216,88,189); }
div.DivClassName
{
background-color: #D858BD;
}
.BgClassName
{
background-color: #D858BD;
}
</style>
border-color css
<style>
span { border-color: #D858BD; }
span { border-color: rgb(216,88,189); }
td.TdClassName
{
border-color: #D858BD;
}
.TagClassName
{
border-color: #D858BD;
}
</style>