Shades of Fuchsia #D558B9
Tints of Fuchsia #D558B9
RGB
CMYK
RGB Variations
Color information
#D558B9 (or 0xD558B9) is known color: Fuchsia. HEX triplet: D5, 58 and B9. RGB value is (213,88,185). Sum of RGB (Red+Green+Blue) = 213+88+185=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D558B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D558B9 is #2AA746. Grayscale: #888888. Windows color (decimal): -2795335 or 12146901. OLE color: 12146901.
HSL color Cylindrical-coordinate representation of color #D558B9: hue angle of 313.44º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D558B9 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 185 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.16 |
| HSL | 313.44º | 0.6% | 0.59% | - |
| HSV(B) | 313.44º | 0.59% | 0.84% | - |
| XYZ | 39.69 | 24.63 | 48.56 | - |
| YUV | 136.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 185 | 0 | 0.59 | 0.13 | 0.16 | 313.44 | 0.6 | 0.59 |
| Hex | D5 | 58 | B9 | 0 | 3B | D | 10 | 139 | 3C | 3B |
| Octal | 325 | 130 | 271 | 0 | 73 | 15 | 20 | 471 | 74 | 73 |
| Binary | 11010101 | 1011000 | 10111001 | 0 | 111011 | 1101 | 10000 | 100111001 | 111100 | 111011 |
Color Harmonies of #D558B9
Complementary color
Monochromatic Colors of #D558B9
Black with #D558B9
Text Example
Text Example
White with #D558B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D558B9; }
p { color: rgb(213,88,185); }
H1.HeaderClassName
{
color: #D558B9;
}
.AnyTagClassName
{
color: #D558B9;
}
</style>
background-color css
<style>
a { background-color: #D558B9; }
a { background-color: rgb(213,88,185); }
div.DivClassName
{
background-color: #D558B9;
}
.BgClassName
{
background-color: #D558B9;
}
</style>
border-color css
<style>
span { border-color: #D558B9; }
span { border-color: rgb(213,88,185); }
td.TdClassName
{
border-color: #D558B9;
}
.TagClassName
{
border-color: #D558B9;
}
</style>