Shades of Fuchsia #D157C2
Tints of Fuchsia #D157C2
RGB
CMYK
RGB Variations
Color information
#D157C2 (or 0xD157C2) is known color: Fuchsia. HEX triplet: D1, 57 and C2. RGB value is (209,87,194). Sum of RGB (Red+Green+Blue) = 209+87+194=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D157C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D157C2 is #2EA83D. Grayscale: #878787. Windows color (decimal): -3057726 or 12736465. OLE color: 12736465.
HSL color Cylindrical-coordinate representation of color #D157C2: hue angle of 307.38º 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 #D157C2 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 194 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.18 |
| HSL | 307.38º | 0.57% | 0.58% | - |
| HSV(B) | 307.38º | 0.58% | 0.82% | - |
| XYZ | 39.44 | 24.27 | 53.64 | - |
| YUV | 135.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 194 | 0 | 0.58 | 0.07 | 0.18 | 307.38 | 0.57 | 0.58 |
| Hex | D1 | 57 | C2 | 0 | 3A | 7 | 12 | 133 | 39 | 3A |
| Octal | 321 | 127 | 302 | 0 | 72 | 7 | 22 | 463 | 71 | 72 |
| Binary | 11010001 | 1010111 | 11000010 | 0 | 111010 | 111 | 10010 | 100110011 | 111001 | 111010 |
Color Harmonies of #D157C2
Complementary color
Monochromatic Colors of #D157C2
Black with #D157C2
Text Example
Text Example
White with #D157C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D157C2; }
p { color: rgb(209,87,194); }
H1.HeaderClassName
{
color: #D157C2;
}
.AnyTagClassName
{
color: #D157C2;
}
</style>
background-color css
<style>
a { background-color: #D157C2; }
a { background-color: rgb(209,87,194); }
div.DivClassName
{
background-color: #D157C2;
}
.BgClassName
{
background-color: #D157C2;
}
</style>
border-color css
<style>
span { border-color: #D157C2; }
span { border-color: rgb(209,87,194); }
td.TdClassName
{
border-color: #D157C2;
}
.TagClassName
{
border-color: #D157C2;
}
</style>