Shades of Fuchsia #D956B9
Tints of Fuchsia #D956B9
RGB
CMYK
RGB Variations
Color information
#D956B9 (or 0xD956B9) is known color: Fuchsia. HEX triplet: D9, 56 and B9. RGB value is (217,86,185). Sum of RGB (Red+Green+Blue) = 217+86+185=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D956B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D956B9 is #26A946. Grayscale: #888888. Windows color (decimal): -2533703 or 12146393. OLE color: 12146393.
HSL color Cylindrical-coordinate representation of color #D956B9: hue angle of 314.66º 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 #D956B9 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 86 | 185 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.15 |
| HSL | 314.66º | 0.63% | 0.59% | - |
| HSV(B) | 314.66º | 0.6% | 0.85% | - |
| XYZ | 40.7 | 24.91 | 48.56 | - |
| YUV | 136.46 | 155.4 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 86 | 185 | 0 | 0.60 | 0.15 | 0.15 | 314.66 | 0.63 | 0.59 |
| Hex | D9 | 56 | B9 | 0 | 3C | F | F | 13B | 3F | 3B |
| Octal | 331 | 126 | 271 | 0 | 74 | 17 | 17 | 473 | 77 | 73 |
| Binary | 11011001 | 1010110 | 10111001 | 0 | 111100 | 1111 | 1111 | 100111011 | 111111 | 111011 |
Color Harmonies of #D956B9
Complementary color
Monochromatic Colors of #D956B9
Black with #D956B9
Text Example
Text Example
White with #D956B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D956B9; }
p { color: rgb(217,86,185); }
H1.HeaderClassName
{
color: #D956B9;
}
.AnyTagClassName
{
color: #D956B9;
}
</style>
background-color css
<style>
a { background-color: #D956B9; }
a { background-color: rgb(217,86,185); }
div.DivClassName
{
background-color: #D956B9;
}
.BgClassName
{
background-color: #D956B9;
}
</style>
border-color css
<style>
span { border-color: #D956B9; }
span { border-color: rgb(217,86,185); }
td.TdClassName
{
border-color: #D956B9;
}
.TagClassName
{
border-color: #D956B9;
}
</style>