Shades of Fuchsia #D958B5
Tints of Fuchsia #D958B5
RGB
CMYK
RGB Variations
Color information
#D958B5 (or 0xD958B5) is known color: Fuchsia. HEX triplet: D9, 58 and B5. RGB value is (217,88,181). Sum of RGB (Red+Green+Blue) = 217+88+181=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D958B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958B5 is #26A74A. Grayscale: #888888. Windows color (decimal): -2533195 or 11884761. OLE color: 11884761.
HSL color Cylindrical-coordinate representation of color #D958B5: hue angle of 316.74º 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 #D958B5 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 88 | 181 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.15 |
| HSL | 316.74º | 0.63% | 0.6% | - |
| HSV(B) | 316.74º | 0.59% | 0.85% | - |
| XYZ | 40.45 | 25.07 | 46.42 | - |
| YUV | 137.17 | 152.74 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 181 | 0 | 0.59 | 0.17 | 0.15 | 316.74 | 0.63 | 0.6 |
| Hex | D9 | 58 | B5 | 0 | 3B | 11 | F | 13D | 3F | 3C |
| Octal | 331 | 130 | 265 | 0 | 73 | 21 | 17 | 475 | 77 | 74 |
| Binary | 11011001 | 1011000 | 10110101 | 0 | 111011 | 10001 | 1111 | 100111101 | 111111 | 111100 |
Color Harmonies of #D958B5
Complementary color
Monochromatic Colors of #D958B5
Black with #D958B5
Text Example
Text Example
White with #D958B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D958B5; }
p { color: rgb(217,88,181); }
H1.HeaderClassName
{
color: #D958B5;
}
.AnyTagClassName
{
color: #D958B5;
}
</style>
background-color css
<style>
a { background-color: #D958B5; }
a { background-color: rgb(217,88,181); }
div.DivClassName
{
background-color: #D958B5;
}
.BgClassName
{
background-color: #D958B5;
}
</style>
border-color css
<style>
span { border-color: #D958B5; }
span { border-color: rgb(217,88,181); }
td.TdClassName
{
border-color: #D958B5;
}
.TagClassName
{
border-color: #D958B5;
}
</style>