Shades of Fuchsia #D158CC
Tints of Fuchsia #D158CC
RGB
CMYK
RGB Variations
Color information
#D158CC (or 0xD158CC) is known color: Fuchsia. HEX triplet: D1, 58 and CC. RGB value is (209,88,204). Sum of RGB (Red+Green+Blue) = 209+88+204=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D158CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D158CC is #2EA733. Grayscale: #898989. Windows color (decimal): -3057460 or 13392081. OLE color: 13392081.
HSL color Cylindrical-coordinate representation of color #D158CC: hue angle of 302.48º 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 #D158CC is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 204 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.18 |
| HSL | 302.48º | 0.57% | 0.58% | - |
| HSV(B) | 302.48º | 0.58% | 0.82% | - |
| XYZ | 40.68 | 24.89 | 59.79 | - |
| YUV | 137.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 204 | 0 | 0.58 | 0.02 | 0.18 | 302.48 | 0.57 | 0.58 |
| Hex | D1 | 58 | CC | 0 | 3A | 2 | 12 | 12E | 39 | 3A |
| Octal | 321 | 130 | 314 | 0 | 72 | 2 | 22 | 456 | 71 | 72 |
| Binary | 11010001 | 1011000 | 11001100 | 0 | 111010 | 10 | 10010 | 100101110 | 111001 | 111010 |
Color Harmonies of #D158CC
Complementary color
Monochromatic Colors of #D158CC
Black with #D158CC
Text Example
Text Example
White with #D158CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D158CC; }
p { color: rgb(209,88,204); }
H1.HeaderClassName
{
color: #D158CC;
}
.AnyTagClassName
{
color: #D158CC;
}
</style>
background-color css
<style>
a { background-color: #D158CC; }
a { background-color: rgb(209,88,204); }
div.DivClassName
{
background-color: #D158CC;
}
.BgClassName
{
background-color: #D158CC;
}
</style>
border-color css
<style>
span { border-color: #D158CC; }
span { border-color: rgb(209,88,204); }
td.TdClassName
{
border-color: #D158CC;
}
.TagClassName
{
border-color: #D158CC;
}
</style>