Shades of Fuchsia #D157C5
Tints of Fuchsia #D157C5
RGB
CMYK
RGB Variations
Color information
#D157C5 (or 0xD157C5) is known color: Fuchsia. HEX triplet: D1, 57 and C5. RGB value is (209,87,197). Sum of RGB (Red+Green+Blue) = 209+87+197=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D157C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D157C5 is #2EA83A. Grayscale: #878787. Windows color (decimal): -3057723 or 12933073. OLE color: 12933073.
HSL color Cylindrical-coordinate representation of color #D157C5: hue angle of 305.9º 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 #D157C5 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 197 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.18 |
| HSL | 305.9º | 0.57% | 0.58% | - |
| HSV(B) | 305.9º | 0.58% | 0.82% | - |
| XYZ | 39.78 | 24.4 | 55.44 | - |
| YUV | 136.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 197 | 0 | 0.58 | 0.06 | 0.18 | 305.9 | 0.57 | 0.58 |
| Hex | D1 | 57 | C5 | 0 | 3A | 6 | 12 | 132 | 39 | 3A |
| Octal | 321 | 127 | 305 | 0 | 72 | 6 | 22 | 462 | 71 | 72 |
| Binary | 11010001 | 1010111 | 11000101 | 0 | 111010 | 110 | 10010 | 100110010 | 111001 | 111010 |
Color Harmonies of #D157C5
Complementary color
Monochromatic Colors of #D157C5
Black with #D157C5
Text Example
Text Example
White with #D157C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D157C5; }
p { color: rgb(209,87,197); }
H1.HeaderClassName
{
color: #D157C5;
}
.AnyTagClassName
{
color: #D157C5;
}
</style>
background-color css
<style>
a { background-color: #D157C5; }
a { background-color: rgb(209,87,197); }
div.DivClassName
{
background-color: #D157C5;
}
.BgClassName
{
background-color: #D157C5;
}
</style>
border-color css
<style>
span { border-color: #D157C5; }
span { border-color: rgb(209,87,197); }
td.TdClassName
{
border-color: #D157C5;
}
.TagClassName
{
border-color: #D157C5;
}
</style>