Shades of Fuchsia #D157C0
Tints of Fuchsia #D157C0
RGB
CMYK
RGB Variations
Color information
#D157C0 (or 0xD157C0) is known color: Fuchsia. HEX triplet: D1, 57 and C0. RGB value is (209,87,192). Sum of RGB (Red+Green+Blue) = 209+87+192=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D157C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D157C0 is #2EA83F. Grayscale: #878787. Windows color (decimal): -3057728 or 12605393. OLE color: 12605393.
HSL color Cylindrical-coordinate representation of color #D157C0: hue angle of 308.36º 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 #D157C0 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 192 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.18 |
| HSL | 308.36º | 0.57% | 0.58% | - |
| HSV(B) | 308.36º | 0.58% | 0.82% | - |
| XYZ | 39.22 | 24.18 | 52.47 | - |
| YUV | 135.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 192 | 0 | 0.58 | 0.08 | 0.18 | 308.36 | 0.57 | 0.58 |
| Hex | D1 | 57 | C0 | 0 | 3A | 8 | 12 | 134 | 39 | 3A |
| Octal | 321 | 127 | 300 | 0 | 72 | 10 | 22 | 464 | 71 | 72 |
| Binary | 11010001 | 1010111 | 11000000 | 0 | 111010 | 1000 | 10010 | 100110100 | 111001 | 111010 |
Color Harmonies of #D157C0
Complementary color
Monochromatic Colors of #D157C0
Black with #D157C0
Text Example
Text Example
White with #D157C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D157C0; }
p { color: rgb(209,87,192); }
H1.HeaderClassName
{
color: #D157C0;
}
.AnyTagClassName
{
color: #D157C0;
}
</style>
background-color css
<style>
a { background-color: #D157C0; }
a { background-color: rgb(209,87,192); }
div.DivClassName
{
background-color: #D157C0;
}
.BgClassName
{
background-color: #D157C0;
}
</style>
border-color css
<style>
span { border-color: #D157C0; }
span { border-color: rgb(209,87,192); }
td.TdClassName
{
border-color: #D157C0;
}
.TagClassName
{
border-color: #D157C0;
}
</style>