Shades of Fuchsia #D956BA
Tints of Fuchsia #D956BA
RGB
CMYK
RGB Variations
Color information
#D956BA (or 0xD956BA) is known color: Fuchsia. HEX triplet: D9, 56 and BA. RGB value is (217,86,186). Sum of RGB (Red+Green+Blue) = 217+86+186=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D956BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D956BA is #26A945. Grayscale: #888888. Windows color (decimal): -2533702 or 12211929. OLE color: 12211929.
HSL color Cylindrical-coordinate representation of color #D956BA: hue angle of 314.2º 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 #D956BA is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 86 | 186 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.15 |
| HSL | 314.2º | 0.63% | 0.59% | - |
| HSV(B) | 314.2º | 0.6% | 0.85% | - |
| XYZ | 40.81 | 24.95 | 49.12 | - |
| YUV | 136.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 86 | 186 | 0 | 0.60 | 0.14 | 0.15 | 314.2 | 0.63 | 0.59 |
| Hex | D9 | 56 | BA | 0 | 3C | E | F | 13A | 3F | 3B |
| Octal | 331 | 126 | 272 | 0 | 74 | 16 | 17 | 472 | 77 | 73 |
| Binary | 11011001 | 1010110 | 10111010 | 0 | 111100 | 1110 | 1111 | 100111010 | 111111 | 111011 |
Color Harmonies of #D956BA
Complementary color
Monochromatic Colors of #D956BA
Black with #D956BA
Text Example
Text Example
White with #D956BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D956BA; }
p { color: rgb(217,86,186); }
H1.HeaderClassName
{
color: #D956BA;
}
.AnyTagClassName
{
color: #D956BA;
}
</style>
background-color css
<style>
a { background-color: #D956BA; }
a { background-color: rgb(217,86,186); }
div.DivClassName
{
background-color: #D956BA;
}
.BgClassName
{
background-color: #D956BA;
}
</style>
border-color css
<style>
span { border-color: #D956BA; }
span { border-color: rgb(217,86,186); }
td.TdClassName
{
border-color: #D956BA;
}
.TagClassName
{
border-color: #D956BA;
}
</style>