Shades of Fuchsia #D158B0
Tints of Fuchsia #D158B0
RGB
CMYK
RGB Variations
Color information
#D158B0 (or 0xD158B0) is known color: Fuchsia. HEX triplet: D1, 58 and B0. RGB value is (209,88,176). Sum of RGB (Red+Green+Blue) = 209+88+176=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D158B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D158B0 is #2EA74F. Grayscale: #858585. Windows color (decimal): -3057488 or 11557073. OLE color: 11557073.
HSL color Cylindrical-coordinate representation of color #D158B0: hue angle of 316.36º 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 #D158B0 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 176 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.18 |
| HSL | 316.36º | 0.57% | 0.58% | - |
| HSV(B) | 316.36º | 0.58% | 0.82% | - |
| XYZ | 37.62 | 23.67 | 43.66 | - |
| YUV | 134.21 | 151.59 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 176 | 0 | 0.58 | 0.16 | 0.18 | 316.36 | 0.57 | 0.58 |
| Hex | D1 | 58 | B0 | 0 | 3A | 10 | 12 | 13C | 39 | 3A |
| Octal | 321 | 130 | 260 | 0 | 72 | 20 | 22 | 474 | 71 | 72 |
| Binary | 11010001 | 1011000 | 10110000 | 0 | 111010 | 10000 | 10010 | 100111100 | 111001 | 111010 |
Color Harmonies of #D158B0
Complementary color
Monochromatic Colors of #D158B0
Black with #D158B0
Text Example
Text Example
White with #D158B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D158B0; }
p { color: rgb(209,88,176); }
H1.HeaderClassName
{
color: #D158B0;
}
.AnyTagClassName
{
color: #D158B0;
}
</style>
background-color css
<style>
a { background-color: #D158B0; }
a { background-color: rgb(209,88,176); }
div.DivClassName
{
background-color: #D158B0;
}
.BgClassName
{
background-color: #D158B0;
}
</style>
border-color css
<style>
span { border-color: #D158B0; }
span { border-color: rgb(209,88,176); }
td.TdClassName
{
border-color: #D158B0;
}
.TagClassName
{
border-color: #D158B0;
}
</style>