Shades of Fuchsia #D157BD
Tints of Fuchsia #D157BD
RGB
CMYK
RGB Variations
Color information
#D157BD (or 0xD157BD) is known color: Fuchsia. HEX triplet: D1, 57 and BD. RGB value is (209,87,189). Sum of RGB (Red+Green+Blue) = 209+87+189=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D157BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D157BD is #2EA842. Grayscale: #868686. Windows color (decimal): -3057731 or 12408785. OLE color: 12408785.
HSL color Cylindrical-coordinate representation of color #D157BD: hue angle of 309.84º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D157BD is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 189 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.18 |
| HSL | 309.84º | 0.57% | 0.58% | - |
| HSV(B) | 309.84º | 0.58% | 0.82% | - |
| XYZ | 38.89 | 24.05 | 50.74 | - |
| YUV | 135.11 | 158.42 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 189 | 0 | 0.58 | 0.10 | 0.18 | 309.84 | 0.57 | 0.58 |
| Hex | D1 | 57 | BD | 0 | 3A | A | 12 | 136 | 39 | 3A |
| Octal | 321 | 127 | 275 | 0 | 72 | 12 | 22 | 466 | 71 | 72 |
| Binary | 11010001 | 1010111 | 10111101 | 0 | 111010 | 1010 | 10010 | 100110110 | 111001 | 111010 |
Color Harmonies of #D157BD
Complementary color
Monochromatic Colors of #D157BD
Black with #D157BD
Text Example
Text Example
White with #D157BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D157BD; }
p { color: rgb(209,87,189); }
H1.HeaderClassName
{
color: #D157BD;
}
.AnyTagClassName
{
color: #D157BD;
}
</style>
background-color css
<style>
a { background-color: #D157BD; }
a { background-color: rgb(209,87,189); }
div.DivClassName
{
background-color: #D157BD;
}
.BgClassName
{
background-color: #D157BD;
}
</style>
border-color css
<style>
span { border-color: #D157BD; }
span { border-color: rgb(209,87,189); }
td.TdClassName
{
border-color: #D157BD;
}
.TagClassName
{
border-color: #D157BD;
}
</style>