Shades of Fuchsia #D157CE
Tints of Fuchsia #D157CE
RGB
CMYK
RGB Variations
Color information
#D157CE (or 0xD157CE) is known color: Fuchsia. HEX triplet: D1, 57 and CE. RGB value is (209,87,206). Sum of RGB (Red+Green+Blue) = 209+87+206=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 87 (34.38% from 255 or 17.33% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D157CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D157CE is #2EA831. Grayscale: #888888. Windows color (decimal): -3057714 or 13522897. OLE color: 13522897.
HSL color Cylindrical-coordinate representation of color #D157CE: hue angle of 301.48º 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 #D157CE is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 206 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.18 |
| HSL | 301.48º | 0.57% | 0.58% | - |
| HSV(B) | 301.48º | 0.58% | 0.82% | - |
| XYZ | 40.84 | 24.83 | 61.03 | - |
| YUV | 137.04 | 166.92 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 206 | 0 | 0.58 | 0.01 | 0.18 | 301.48 | 0.57 | 0.58 |
| Hex | D1 | 57 | CE | 0 | 3A | 1 | 12 | 12D | 39 | 3A |
| Octal | 321 | 127 | 316 | 0 | 72 | 1 | 22 | 455 | 71 | 72 |
| Binary | 11010001 | 1010111 | 11001110 | 0 | 111010 | 1 | 10010 | 100101101 | 111001 | 111010 |
Color Harmonies of #D157CE
Complementary color
Monochromatic Colors of #D157CE
Black with #D157CE
Text Example
Text Example
White with #D157CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D157CE; }
p { color: rgb(209,87,206); }
H1.HeaderClassName
{
color: #D157CE;
}
.AnyTagClassName
{
color: #D157CE;
}
</style>
background-color css
<style>
a { background-color: #D157CE; }
a { background-color: rgb(209,87,206); }
div.DivClassName
{
background-color: #D157CE;
}
.BgClassName
{
background-color: #D157CE;
}
</style>
border-color css
<style>
span { border-color: #D157CE; }
span { border-color: rgb(209,87,206); }
td.TdClassName
{
border-color: #D157CE;
}
.TagClassName
{
border-color: #D157CE;
}
</style>