Shades of Fuchsia #D957B5
Tints of Fuchsia #D957B5
RGB
CMYK
RGB Variations
Color information
#D957B5 (or 0xD957B5) is known color: Fuchsia. HEX triplet: D9, 57 and B5. RGB value is (217,87,181). Sum of RGB (Red+Green+Blue) = 217+87+181=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D957B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D957B5 is #26A84A. Grayscale: #888888. Windows color (decimal): -2533451 or 11884505. OLE color: 11884505.
HSL color Cylindrical-coordinate representation of color #D957B5: hue angle of 316.62º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D957B5 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 181 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.15 |
| HSL | 316.62º | 0.63% | 0.6% | - |
| HSV(B) | 316.62º | 0.6% | 0.85% | - |
| XYZ | 40.36 | 24.9 | 46.4 | - |
| YUV | 136.59 | 153.07 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 181 | 0 | 0.60 | 0.17 | 0.15 | 316.62 | 0.63 | 0.6 |
| Hex | D9 | 57 | B5 | 0 | 3C | 11 | F | 13D | 3F | 3C |
| Octal | 331 | 127 | 265 | 0 | 74 | 21 | 17 | 475 | 77 | 74 |
| Binary | 11011001 | 1010111 | 10110101 | 0 | 111100 | 10001 | 1111 | 100111101 | 111111 | 111100 |
Color Harmonies of #D957B5
Complementary color
Monochromatic Colors of #D957B5
Black with #D957B5
Text Example
Text Example
White with #D957B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D957B5; }
p { color: rgb(217,87,181); }
H1.HeaderClassName
{
color: #D957B5;
}
.AnyTagClassName
{
color: #D957B5;
}
</style>
background-color css
<style>
a { background-color: #D957B5; }
a { background-color: rgb(217,87,181); }
div.DivClassName
{
background-color: #D957B5;
}
.BgClassName
{
background-color: #D957B5;
}
</style>
border-color css
<style>
span { border-color: #D957B5; }
span { border-color: rgb(217,87,181); }
td.TdClassName
{
border-color: #D957B5;
}
.TagClassName
{
border-color: #D957B5;
}
</style>