Shades of Fuchsia #D558BD
Tints of Fuchsia #D558BD
RGB
CMYK
RGB Variations
Color information
#D558BD (or 0xD558BD) is known color: Fuchsia. HEX triplet: D5, 58 and BD. RGB value is (213,88,189). Sum of RGB (Red+Green+Blue) = 213+88+189=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D558BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D558BD is #2AA742. Grayscale: #888888. Windows color (decimal): -2795331 or 12409045. OLE color: 12409045.
HSL color Cylindrical-coordinate representation of color #D558BD: hue angle of 311.52º 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 #D558BD is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 189 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.16 |
| HSL | 311.52º | 0.6% | 0.59% | - |
| HSV(B) | 311.52º | 0.59% | 0.84% | - |
| XYZ | 40.12 | 24.8 | 50.82 | - |
| YUV | 136.89 | 157.41 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 189 | 0 | 0.59 | 0.11 | 0.16 | 311.52 | 0.6 | 0.59 |
| Hex | D5 | 58 | BD | 0 | 3B | B | 10 | 138 | 3C | 3B |
| Octal | 325 | 130 | 275 | 0 | 73 | 13 | 20 | 470 | 74 | 73 |
| Binary | 11010101 | 1011000 | 10111101 | 0 | 111011 | 1011 | 10000 | 100111000 | 111100 | 111011 |
Color Harmonies of #D558BD
Complementary color
Monochromatic Colors of #D558BD
Black with #D558BD
Text Example
Text Example
White with #D558BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D558BD; }
p { color: rgb(213,88,189); }
H1.HeaderClassName
{
color: #D558BD;
}
.AnyTagClassName
{
color: #D558BD;
}
</style>
background-color css
<style>
a { background-color: #D558BD; }
a { background-color: rgb(213,88,189); }
div.DivClassName
{
background-color: #D558BD;
}
.BgClassName
{
background-color: #D558BD;
}
</style>
border-color css
<style>
span { border-color: #D558BD; }
span { border-color: rgb(213,88,189); }
td.TdClassName
{
border-color: #D558BD;
}
.TagClassName
{
border-color: #D558BD;
}
</style>