Shades of Fuchsia #D957B8
Tints of Fuchsia #D957B8
RGB
CMYK
RGB Variations
Color information
#D957B8 (or 0xD957B8) is known color: Fuchsia. HEX triplet: D9, 57 and B8. RGB value is (217,87,184). Sum of RGB (Red+Green+Blue) = 217+87+184=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D957B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D957B8 is #26A847. Grayscale: #888888. Windows color (decimal): -2533448 or 12081113. OLE color: 12081113.
HSL color Cylindrical-coordinate representation of color #D957B8: hue angle of 315.23º 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 #D957B8 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 184 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.15 |
| HSL | 315.23º | 0.63% | 0.6% | - |
| HSV(B) | 315.23º | 0.6% | 0.85% | - |
| XYZ | 40.68 | 25.03 | 48.03 | - |
| YUV | 136.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 184 | 0 | 0.60 | 0.15 | 0.15 | 315.23 | 0.63 | 0.6 |
| Hex | D9 | 57 | B8 | 0 | 3C | F | F | 13B | 3F | 3C |
| Octal | 331 | 127 | 270 | 0 | 74 | 17 | 17 | 473 | 77 | 74 |
| Binary | 11011001 | 1010111 | 10111000 | 0 | 111100 | 1111 | 1111 | 100111011 | 111111 | 111100 |
Color Harmonies of #D957B8
Complementary color
Monochromatic Colors of #D957B8
Black with #D957B8
Text Example
Text Example
White with #D957B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D957B8; }
p { color: rgb(217,87,184); }
H1.HeaderClassName
{
color: #D957B8;
}
.AnyTagClassName
{
color: #D957B8;
}
</style>
background-color css
<style>
a { background-color: #D957B8; }
a { background-color: rgb(217,87,184); }
div.DivClassName
{
background-color: #D957B8;
}
.BgClassName
{
background-color: #D957B8;
}
</style>
border-color css
<style>
span { border-color: #D957B8; }
span { border-color: rgb(217,87,184); }
td.TdClassName
{
border-color: #D957B8;
}
.TagClassName
{
border-color: #D957B8;
}
</style>