Shades of Fuchsia #D158CA
Tints of Fuchsia #D158CA
RGB
CMYK
RGB Variations
Color information
#D158CA (or 0xD158CA) is known color: Fuchsia. HEX triplet: D1, 58 and CA. RGB value is (209,88,202). Sum of RGB (Red+Green+Blue) = 209+88+202=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D158CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D158CA is #2EA735. Grayscale: #888888. Windows color (decimal): -3057462 or 13261009. OLE color: 13261009.
HSL color Cylindrical-coordinate representation of color #D158CA: hue angle of 303.47º 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 #D158CA is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 202 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.18 |
| HSL | 303.47º | 0.57% | 0.58% | - |
| HSV(B) | 303.47º | 0.58% | 0.82% | - |
| XYZ | 40.44 | 24.8 | 58.53 | - |
| YUV | 137.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 202 | 0 | 0.58 | 0.03 | 0.18 | 303.47 | 0.57 | 0.58 |
| Hex | D1 | 58 | CA | 0 | 3A | 3 | 12 | 12F | 39 | 3A |
| Octal | 321 | 130 | 312 | 0 | 72 | 3 | 22 | 457 | 71 | 72 |
| Binary | 11010001 | 1011000 | 11001010 | 0 | 111010 | 11 | 10010 | 100101111 | 111001 | 111010 |
Color Harmonies of #D158CA
Complementary color
Monochromatic Colors of #D158CA
Black with #D158CA
Text Example
Text Example
White with #D158CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D158CA; }
p { color: rgb(209,88,202); }
H1.HeaderClassName
{
color: #D158CA;
}
.AnyTagClassName
{
color: #D158CA;
}
</style>
background-color css
<style>
a { background-color: #D158CA; }
a { background-color: rgb(209,88,202); }
div.DivClassName
{
background-color: #D158CA;
}
.BgClassName
{
background-color: #D158CA;
}
</style>
border-color css
<style>
span { border-color: #D158CA; }
span { border-color: rgb(209,88,202); }
td.TdClassName
{
border-color: #D158CA;
}
.TagClassName
{
border-color: #D158CA;
}
</style>