Shades of Fuchsia #D956BC
Tints of Fuchsia #D956BC
RGB
CMYK
RGB Variations
Color information
#D956BC (or 0xD956BC) is known color: Fuchsia. HEX triplet: D9, 56 and BC. RGB value is (217,86,188). Sum of RGB (Red+Green+Blue) = 217+86+188=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D956BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D956BC is #26A943. Grayscale: #888888. Windows color (decimal): -2533700 or 12343001. OLE color: 12343001.
HSL color Cylindrical-coordinate representation of color #D956BC: hue angle of 313.28º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D956BC is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 86 | 188 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.15 |
| HSL | 313.28º | 0.63% | 0.59% | - |
| HSV(B) | 313.28º | 0.6% | 0.85% | - |
| XYZ | 41.02 | 25.04 | 50.25 | - |
| YUV | 136.8 | 156.9 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 86 | 188 | 0 | 0.60 | 0.13 | 0.15 | 313.28 | 0.63 | 0.59 |
| Hex | D9 | 56 | BC | 0 | 3C | D | F | 139 | 3F | 3B |
| Octal | 331 | 126 | 274 | 0 | 74 | 15 | 17 | 471 | 77 | 73 |
| Binary | 11011001 | 1010110 | 10111100 | 0 | 111100 | 1101 | 1111 | 100111001 | 111111 | 111011 |
Color Harmonies of #D956BC
Complementary color
Monochromatic Colors of #D956BC
Black with #D956BC
Text Example
Text Example
White with #D956BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D956BC; }
p { color: rgb(217,86,188); }
H1.HeaderClassName
{
color: #D956BC;
}
.AnyTagClassName
{
color: #D956BC;
}
</style>
background-color css
<style>
a { background-color: #D956BC; }
a { background-color: rgb(217,86,188); }
div.DivClassName
{
background-color: #D956BC;
}
.BgClassName
{
background-color: #D956BC;
}
</style>
border-color css
<style>
span { border-color: #D956BC; }
span { border-color: rgb(217,86,188); }
td.TdClassName
{
border-color: #D956BC;
}
.TagClassName
{
border-color: #D956BC;
}
</style>