Shades of Fuchsia #D158AD
Tints of Fuchsia #D158AD
RGB
CMYK
RGB Variations
Color information
#D158AD (or 0xD158AD) is known color: Fuchsia. HEX triplet: D1, 58 and AD. RGB value is (209,88,173). Sum of RGB (Red+Green+Blue) = 209+88+173=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D158AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D158AD is #2EA752. Grayscale: #858585. Windows color (decimal): -3057491 or 11360465. OLE color: 11360465.
HSL color Cylindrical-coordinate representation of color #D158AD: hue angle of 317.85º 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 #D158AD is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 173 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.18 |
| HSL | 317.85º | 0.57% | 0.58% | - |
| HSV(B) | 317.85º | 0.58% | 0.82% | - |
| XYZ | 37.33 | 23.55 | 42.11 | - |
| YUV | 133.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 173 | 0 | 0.58 | 0.17 | 0.18 | 317.85 | 0.57 | 0.58 |
| Hex | D1 | 58 | AD | 0 | 3A | 11 | 12 | 13E | 39 | 3A |
| Octal | 321 | 130 | 255 | 0 | 72 | 21 | 22 | 476 | 71 | 72 |
| Binary | 11010001 | 1011000 | 10101101 | 0 | 111010 | 10001 | 10010 | 100111110 | 111001 | 111010 |
Color Harmonies of #D158AD
Complementary color
Monochromatic Colors of #D158AD
Black with #D158AD
Text Example
Text Example
White with #D158AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D158AD; }
p { color: rgb(209,88,173); }
H1.HeaderClassName
{
color: #D158AD;
}
.AnyTagClassName
{
color: #D158AD;
}
</style>
background-color css
<style>
a { background-color: #D158AD; }
a { background-color: rgb(209,88,173); }
div.DivClassName
{
background-color: #D158AD;
}
.BgClassName
{
background-color: #D158AD;
}
</style>
border-color css
<style>
span { border-color: #D158AD; }
span { border-color: rgb(209,88,173); }
td.TdClassName
{
border-color: #D158AD;
}
.TagClassName
{
border-color: #D158AD;
}
</style>