Shades of Fuchsia #D157C6
Tints of Fuchsia #D157C6
RGB
CMYK
RGB Variations
Color information
#D157C6 (or 0xD157C6) is known color: Fuchsia. HEX triplet: D1, 57 and C6. RGB value is (209,87,198). Sum of RGB (Red+Green+Blue) = 209+87+198=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D157C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D157C6 is #2EA839. Grayscale: #878787. Windows color (decimal): -3057722 or 12998609. OLE color: 12998609.
HSL color Cylindrical-coordinate representation of color #D157C6: hue angle of 305.41º 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 #D157C6 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 198 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.18 |
| HSL | 305.41º | 0.57% | 0.58% | - |
| HSV(B) | 305.41º | 0.58% | 0.82% | - |
| XYZ | 39.9 | 24.45 | 56.04 | - |
| YUV | 136.13 | 162.92 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 198 | 0 | 0.58 | 0.05 | 0.18 | 305.41 | 0.57 | 0.58 |
| Hex | D1 | 57 | C6 | 0 | 3A | 5 | 12 | 131 | 39 | 3A |
| Octal | 321 | 127 | 306 | 0 | 72 | 5 | 22 | 461 | 71 | 72 |
| Binary | 11010001 | 1010111 | 11000110 | 0 | 111010 | 101 | 10010 | 100110001 | 111001 | 111010 |
Color Harmonies of #D157C6
Complementary color
Monochromatic Colors of #D157C6
Black with #D157C6
Text Example
Text Example
White with #D157C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D157C6; }
p { color: rgb(209,87,198); }
H1.HeaderClassName
{
color: #D157C6;
}
.AnyTagClassName
{
color: #D157C6;
}
</style>
background-color css
<style>
a { background-color: #D157C6; }
a { background-color: rgb(209,87,198); }
div.DivClassName
{
background-color: #D157C6;
}
.BgClassName
{
background-color: #D157C6;
}
</style>
border-color css
<style>
span { border-color: #D157C6; }
span { border-color: rgb(209,87,198); }
td.TdClassName
{
border-color: #D157C6;
}
.TagClassName
{
border-color: #D157C6;
}
</style>