Shades of Fuchsia #D957BE
Tints of Fuchsia #D957BE
RGB
CMYK
RGB Variations
Color information
#D957BE (or 0xD957BE) is known color: Fuchsia. HEX triplet: D9, 57 and BE. RGB value is (217,87,190). Sum of RGB (Red+Green+Blue) = 217+87+190=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D957BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D957BE is #26A841. Grayscale: #898989. Windows color (decimal): -2533442 or 12474329. OLE color: 12474329.
HSL color Cylindrical-coordinate representation of color #D957BE: hue angle of 312.46º 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 #D957BE is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 190 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.15 |
| HSL | 312.46º | 0.63% | 0.6% | - |
| HSV(B) | 312.46º | 0.6% | 0.85% | - |
| XYZ | 41.32 | 25.29 | 51.42 | - |
| YUV | 137.61 | 157.57 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 190 | 0 | 0.60 | 0.12 | 0.15 | 312.46 | 0.63 | 0.6 |
| Hex | D9 | 57 | BE | 0 | 3C | C | F | 138 | 3F | 3C |
| Octal | 331 | 127 | 276 | 0 | 74 | 14 | 17 | 470 | 77 | 74 |
| Binary | 11011001 | 1010111 | 10111110 | 0 | 111100 | 1100 | 1111 | 100111000 | 111111 | 111100 |
Color Harmonies of #D957BE
Complementary color
Monochromatic Colors of #D957BE
Black with #D957BE
Text Example
Text Example
White with #D957BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D957BE; }
p { color: rgb(217,87,190); }
H1.HeaderClassName
{
color: #D957BE;
}
.AnyTagClassName
{
color: #D957BE;
}
</style>
background-color css
<style>
a { background-color: #D957BE; }
a { background-color: rgb(217,87,190); }
div.DivClassName
{
background-color: #D957BE;
}
.BgClassName
{
background-color: #D957BE;
}
</style>
border-color css
<style>
span { border-color: #D957BE; }
span { border-color: rgb(217,87,190); }
td.TdClassName
{
border-color: #D957BE;
}
.TagClassName
{
border-color: #D957BE;
}
</style>