Shades of Fuchsia #D158C2
Tints of Fuchsia #D158C2
RGB
CMYK
RGB Variations
Color information
#D158C2 (or 0xD158C2) is known color: Fuchsia. HEX triplet: D1, 58 and C2. RGB value is (209,88,194). Sum of RGB (Red+Green+Blue) = 209+88+194=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D158C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D158C2 is #2EA73D. Grayscale: #878787. Windows color (decimal): -3057470 or 12736721. OLE color: 12736721.
HSL color Cylindrical-coordinate representation of color #D158C2: hue angle of 307.44º 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 #D158C2 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 194 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.18 |
| HSL | 307.44º | 0.57% | 0.58% | - |
| HSV(B) | 307.44º | 0.58% | 0.82% | - |
| XYZ | 39.52 | 24.43 | 53.67 | - |
| YUV | 136.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 194 | 0 | 0.58 | 0.07 | 0.18 | 307.44 | 0.57 | 0.58 |
| Hex | D1 | 58 | C2 | 0 | 3A | 7 | 12 | 133 | 39 | 3A |
| Octal | 321 | 130 | 302 | 0 | 72 | 7 | 22 | 463 | 71 | 72 |
| Binary | 11010001 | 1011000 | 11000010 | 0 | 111010 | 111 | 10010 | 100110011 | 111001 | 111010 |
Color Harmonies of #D158C2
Complementary color
Monochromatic Colors of #D158C2
Black with #D158C2
Text Example
Text Example
White with #D158C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D158C2; }
p { color: rgb(209,88,194); }
H1.HeaderClassName
{
color: #D158C2;
}
.AnyTagClassName
{
color: #D158C2;
}
</style>
background-color css
<style>
a { background-color: #D158C2; }
a { background-color: rgb(209,88,194); }
div.DivClassName
{
background-color: #D158C2;
}
.BgClassName
{
background-color: #D158C2;
}
</style>
border-color css
<style>
span { border-color: #D158C2; }
span { border-color: rgb(209,88,194); }
td.TdClassName
{
border-color: #D158C2;
}
.TagClassName
{
border-color: #D158C2;
}
</style>