Shades of Fuchsia #D158B2
Tints of Fuchsia #D158B2
RGB
CMYK
RGB Variations
Color information
#D158B2 (or 0xD158B2) is known color: Fuchsia. HEX triplet: D1, 58 and B2. RGB value is (209,88,178). Sum of RGB (Red+Green+Blue) = 209+88+178=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D158B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D158B2 is #2EA74D. Grayscale: #868686. Windows color (decimal): -3057486 or 11688145. OLE color: 11688145.
HSL color Cylindrical-coordinate representation of color #D158B2: hue angle of 315.37º 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 #D158B2 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 178 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.18 |
| HSL | 315.37º | 0.57% | 0.58% | - |
| HSV(B) | 315.37º | 0.58% | 0.82% | - |
| XYZ | 37.82 | 23.75 | 44.71 | - |
| YUV | 134.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 178 | 0 | 0.58 | 0.15 | 0.18 | 315.37 | 0.57 | 0.58 |
| Hex | D1 | 58 | B2 | 0 | 3A | F | 12 | 13B | 39 | 3A |
| Octal | 321 | 130 | 262 | 0 | 72 | 17 | 22 | 473 | 71 | 72 |
| Binary | 11010001 | 1011000 | 10110010 | 0 | 111010 | 1111 | 10010 | 100111011 | 111001 | 111010 |
Color Harmonies of #D158B2
Complementary color
Monochromatic Colors of #D158B2
Black with #D158B2
Text Example
Text Example
White with #D158B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D158B2; }
p { color: rgb(209,88,178); }
H1.HeaderClassName
{
color: #D158B2;
}
.AnyTagClassName
{
color: #D158B2;
}
</style>
background-color css
<style>
a { background-color: #D158B2; }
a { background-color: rgb(209,88,178); }
div.DivClassName
{
background-color: #D158B2;
}
.BgClassName
{
background-color: #D158B2;
}
</style>
border-color css
<style>
span { border-color: #D158B2; }
span { border-color: rgb(209,88,178); }
td.TdClassName
{
border-color: #D158B2;
}
.TagClassName
{
border-color: #D158B2;
}
</style>