Shades of Fuchsia #D958B9
Tints of Fuchsia #D958B9
RGB
CMYK
RGB Variations
Color information
#D958B9 (or 0xD958B9) is known color: Fuchsia. HEX triplet: D9, 58 and B9. RGB value is (217,88,185). Sum of RGB (Red+Green+Blue) = 217+88+185=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D958B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958B9 is #26A746. Grayscale: #898989. Windows color (decimal): -2533191 or 12146905. OLE color: 12146905.
HSL color Cylindrical-coordinate representation of color #D958B9: hue angle of 314.88º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D958B9 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 88 | 185 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.15 |
| HSL | 314.88º | 0.63% | 0.6% | - |
| HSV(B) | 314.88º | 0.59% | 0.85% | - |
| XYZ | 40.86 | 25.23 | 48.62 | - |
| YUV | 137.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 185 | 0 | 0.59 | 0.15 | 0.15 | 314.88 | 0.63 | 0.6 |
| Hex | D9 | 58 | B9 | 0 | 3B | F | F | 13B | 3F | 3C |
| Octal | 331 | 130 | 271 | 0 | 73 | 17 | 17 | 473 | 77 | 74 |
| Binary | 11011001 | 1011000 | 10111001 | 0 | 111011 | 1111 | 1111 | 100111011 | 111111 | 111100 |
Color Harmonies of #D958B9
Complementary color
Monochromatic Colors of #D958B9
Black with #D958B9
Text Example
Text Example
White with #D958B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D958B9; }
p { color: rgb(217,88,185); }
H1.HeaderClassName
{
color: #D958B9;
}
.AnyTagClassName
{
color: #D958B9;
}
</style>
background-color css
<style>
a { background-color: #D958B9; }
a { background-color: rgb(217,88,185); }
div.DivClassName
{
background-color: #D958B9;
}
.BgClassName
{
background-color: #D958B9;
}
</style>
border-color css
<style>
span { border-color: #D958B9; }
span { border-color: rgb(217,88,185); }
td.TdClassName
{
border-color: #D958B9;
}
.TagClassName
{
border-color: #D958B9;
}
</style>