Shades of Fuchsia #D957BC
Tints of Fuchsia #D957BC
RGB
CMYK
RGB Variations
Color information
#D957BC (or 0xD957BC) is known color: Fuchsia. HEX triplet: D9, 57 and BC. RGB value is (217,87,188). Sum of RGB (Red+Green+Blue) = 217+87+188=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D957BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D957BC is #26A843. Grayscale: #898989. Windows color (decimal): -2533444 or 12343257. OLE color: 12343257.
HSL color Cylindrical-coordinate representation of color #D957BC: hue angle of 313.38º 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 #D957BC is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 188 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.15 |
| HSL | 313.38º | 0.63% | 0.6% | - |
| HSV(B) | 313.38º | 0.6% | 0.85% | - |
| XYZ | 41.1 | 25.2 | 50.27 | - |
| YUV | 137.38 | 156.57 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 188 | 0 | 0.60 | 0.13 | 0.15 | 313.38 | 0.63 | 0.6 |
| Hex | D9 | 57 | BC | 0 | 3C | D | F | 139 | 3F | 3C |
| Octal | 331 | 127 | 274 | 0 | 74 | 15 | 17 | 471 | 77 | 74 |
| Binary | 11011001 | 1010111 | 10111100 | 0 | 111100 | 1101 | 1111 | 100111001 | 111111 | 111100 |
Color Harmonies of #D957BC
Complementary color
Monochromatic Colors of #D957BC
Black with #D957BC
Text Example
Text Example
White with #D957BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D957BC; }
p { color: rgb(217,87,188); }
H1.HeaderClassName
{
color: #D957BC;
}
.AnyTagClassName
{
color: #D957BC;
}
</style>
background-color css
<style>
a { background-color: #D957BC; }
a { background-color: rgb(217,87,188); }
div.DivClassName
{
background-color: #D957BC;
}
.BgClassName
{
background-color: #D957BC;
}
</style>
border-color css
<style>
span { border-color: #D957BC; }
span { border-color: rgb(217,87,188); }
td.TdClassName
{
border-color: #D957BC;
}
.TagClassName
{
border-color: #D957BC;
}
</style>