Shades of Fuchsia #D958BA
Tints of Fuchsia #D958BA
RGB
CMYK
RGB Variations
Color information
#D958BA (or 0xD958BA) is known color: Fuchsia. HEX triplet: D9, 58 and BA. RGB value is (217,88,186). Sum of RGB (Red+Green+Blue) = 217+88+186=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D958BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958BA is #26A745. Grayscale: #898989. Windows color (decimal): -2533190 or 12212441. OLE color: 12212441.
HSL color Cylindrical-coordinate representation of color #D958BA: hue angle of 314.42º 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 #D958BA is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 88 | 186 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.15 |
| HSL | 314.42º | 0.63% | 0.6% | - |
| HSV(B) | 314.42º | 0.59% | 0.85% | - |
| XYZ | 40.97 | 25.28 | 49.17 | - |
| YUV | 137.74 | 155.24 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 186 | 0 | 0.59 | 0.14 | 0.15 | 314.42 | 0.63 | 0.6 |
| Hex | D9 | 58 | BA | 0 | 3B | E | F | 13A | 3F | 3C |
| Octal | 331 | 130 | 272 | 0 | 73 | 16 | 17 | 472 | 77 | 74 |
| Binary | 11011001 | 1011000 | 10111010 | 0 | 111011 | 1110 | 1111 | 100111010 | 111111 | 111100 |
Color Harmonies of #D958BA
Complementary color
Monochromatic Colors of #D958BA
Black with #D958BA
Text Example
Text Example
White with #D958BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D958BA; }
p { color: rgb(217,88,186); }
H1.HeaderClassName
{
color: #D958BA;
}
.AnyTagClassName
{
color: #D958BA;
}
</style>
background-color css
<style>
a { background-color: #D958BA; }
a { background-color: rgb(217,88,186); }
div.DivClassName
{
background-color: #D958BA;
}
.BgClassName
{
background-color: #D958BA;
}
</style>
border-color css
<style>
span { border-color: #D958BA; }
span { border-color: rgb(217,88,186); }
td.TdClassName
{
border-color: #D958BA;
}
.TagClassName
{
border-color: #D958BA;
}
</style>