Shades of Fuchsia #D158C9
Tints of Fuchsia #D158C9
RGB
CMYK
RGB Variations
Color information
#D158C9 (or 0xD158C9) is known color: Fuchsia. HEX triplet: D1, 58 and C9. RGB value is (209,88,201). Sum of RGB (Red+Green+Blue) = 209+88+201=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D158C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D158C9 is #2EA736. Grayscale: #888888. Windows color (decimal): -3057463 or 13195473. OLE color: 13195473.
HSL color Cylindrical-coordinate representation of color #D158C9: hue angle of 303.97º 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 #D158C9 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 201 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.18 |
| HSL | 303.97º | 0.57% | 0.58% | - |
| HSV(B) | 303.97º | 0.58% | 0.82% | - |
| XYZ | 40.33 | 24.75 | 57.91 | - |
| YUV | 137.06 | 164.09 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 201 | 0 | 0.58 | 0.04 | 0.18 | 303.97 | 0.57 | 0.58 |
| Hex | D1 | 58 | C9 | 0 | 3A | 4 | 12 | 130 | 39 | 3A |
| Octal | 321 | 130 | 311 | 0 | 72 | 4 | 22 | 460 | 71 | 72 |
| Binary | 11010001 | 1011000 | 11001001 | 0 | 111010 | 100 | 10010 | 100110000 | 111001 | 111010 |
Color Harmonies of #D158C9
Complementary color
Monochromatic Colors of #D158C9
Black with #D158C9
Text Example
Text Example
White with #D158C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D158C9; }
p { color: rgb(209,88,201); }
H1.HeaderClassName
{
color: #D158C9;
}
.AnyTagClassName
{
color: #D158C9;
}
</style>
background-color css
<style>
a { background-color: #D158C9; }
a { background-color: rgb(209,88,201); }
div.DivClassName
{
background-color: #D158C9;
}
.BgClassName
{
background-color: #D158C9;
}
</style>
border-color css
<style>
span { border-color: #D158C9; }
span { border-color: rgb(209,88,201); }
td.TdClassName
{
border-color: #D158C9;
}
.TagClassName
{
border-color: #D158C9;
}
</style>