Shades of Fuchsia #D157B0
Tints of Fuchsia #D157B0
RGB
CMYK
RGB Variations
Color information
#D157B0 (or 0xD157B0) is known color: Fuchsia. HEX triplet: D1, 57 and B0. RGB value is (209,87,176). Sum of RGB (Red+Green+Blue) = 209+87+176=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D157B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D157B0 is #2EA84F. Grayscale: #858585. Windows color (decimal): -3057744 or 11556817. OLE color: 11556817.
HSL color Cylindrical-coordinate representation of color #D157B0: hue angle of 316.23º 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 #D157B0 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 176 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.18 |
| HSL | 316.23º | 0.57% | 0.58% | - |
| HSV(B) | 316.23º | 0.58% | 0.82% | - |
| XYZ | 37.54 | 23.51 | 43.63 | - |
| YUV | 133.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 176 | 0 | 0.58 | 0.16 | 0.18 | 316.23 | 0.57 | 0.58 |
| Hex | D1 | 57 | B0 | 0 | 3A | 10 | 12 | 13C | 39 | 3A |
| Octal | 321 | 127 | 260 | 0 | 72 | 20 | 22 | 474 | 71 | 72 |
| Binary | 11010001 | 1010111 | 10110000 | 0 | 111010 | 10000 | 10010 | 100111100 | 111001 | 111010 |
Color Harmonies of #D157B0
Complementary color
Monochromatic Colors of #D157B0
Black with #D157B0
Text Example
Text Example
White with #D157B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D157B0; }
p { color: rgb(209,87,176); }
H1.HeaderClassName
{
color: #D157B0;
}
.AnyTagClassName
{
color: #D157B0;
}
</style>
background-color css
<style>
a { background-color: #D157B0; }
a { background-color: rgb(209,87,176); }
div.DivClassName
{
background-color: #D157B0;
}
.BgClassName
{
background-color: #D157B0;
}
</style>
border-color css
<style>
span { border-color: #D157B0; }
span { border-color: rgb(209,87,176); }
td.TdClassName
{
border-color: #D157B0;
}
.TagClassName
{
border-color: #D157B0;
}
</style>