Shades of Fuchsia #D157AF
Tints of Fuchsia #D157AF
RGB
CMYK
RGB Variations
Color information
#D157AF (or 0xD157AF) is known color: Fuchsia. HEX triplet: D1, 57 and AF. RGB value is (209,87,175). Sum of RGB (Red+Green+Blue) = 209+87+175=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D157AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D157AF is #2EA850. Grayscale: #858585. Windows color (decimal): -3057745 or 11491281. OLE color: 11491281.
HSL color Cylindrical-coordinate representation of color #D157AF: hue angle of 316.72º 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 #D157AF is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 175 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.18 |
| HSL | 316.72º | 0.57% | 0.58% | - |
| HSV(B) | 316.72º | 0.58% | 0.82% | - |
| XYZ | 37.44 | 23.47 | 43.11 | - |
| YUV | 133.51 | 151.42 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 175 | 0 | 0.58 | 0.16 | 0.18 | 316.72 | 0.57 | 0.58 |
| Hex | D1 | 57 | AF | 0 | 3A | 10 | 12 | 13D | 39 | 3A |
| Octal | 321 | 127 | 257 | 0 | 72 | 20 | 22 | 475 | 71 | 72 |
| Binary | 11010001 | 1010111 | 10101111 | 0 | 111010 | 10000 | 10010 | 100111101 | 111001 | 111010 |
Color Harmonies of #D157AF
Complementary color
Monochromatic Colors of #D157AF
Black with #D157AF
Text Example
Text Example
White with #D157AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D157AF; }
p { color: rgb(209,87,175); }
H1.HeaderClassName
{
color: #D157AF;
}
.AnyTagClassName
{
color: #D157AF;
}
</style>
background-color css
<style>
a { background-color: #D157AF; }
a { background-color: rgb(209,87,175); }
div.DivClassName
{
background-color: #D157AF;
}
.BgClassName
{
background-color: #D157AF;
}
</style>
border-color css
<style>
span { border-color: #D157AF; }
span { border-color: rgb(209,87,175); }
td.TdClassName
{
border-color: #D157AF;
}
.TagClassName
{
border-color: #D157AF;
}
</style>