Shades of Fuchsia #D156BA
Tints of Fuchsia #D156BA
RGB
CMYK
RGB Variations
Color information
#D156BA (or 0xD156BA) is known color: Fuchsia. HEX triplet: D1, 56 and BA. RGB value is (209,86,186). Sum of RGB (Red+Green+Blue) = 209+86+186=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D156BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D156BA is #2EA945. Grayscale: #858585. Windows color (decimal): -3057990 or 12211921. OLE color: 12211921.
HSL color Cylindrical-coordinate representation of color #D156BA: hue angle of 311.22º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D156BA is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 186 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.18 |
| HSL | 311.22º | 0.57% | 0.58% | - |
| HSV(B) | 311.22º | 0.59% | 0.82% | - |
| XYZ | 38.49 | 23.76 | 49.01 | - |
| YUV | 134.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 186 | 0 | 0.59 | 0.11 | 0.18 | 311.22 | 0.57 | 0.58 |
| Hex | D1 | 56 | BA | 0 | 3B | B | 12 | 137 | 39 | 3A |
| Octal | 321 | 126 | 272 | 0 | 73 | 13 | 22 | 467 | 71 | 72 |
| Binary | 11010001 | 1010110 | 10111010 | 0 | 111011 | 1011 | 10010 | 100110111 | 111001 | 111010 |
Color Harmonies of #D156BA
Complementary color
Monochromatic Colors of #D156BA
Black with #D156BA
Text Example
Text Example
White with #D156BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D156BA; }
p { color: rgb(209,86,186); }
H1.HeaderClassName
{
color: #D156BA;
}
.AnyTagClassName
{
color: #D156BA;
}
</style>
background-color css
<style>
a { background-color: #D156BA; }
a { background-color: rgb(209,86,186); }
div.DivClassName
{
background-color: #D156BA;
}
.BgClassName
{
background-color: #D156BA;
}
</style>
border-color css
<style>
span { border-color: #D156BA; }
span { border-color: rgb(209,86,186); }
td.TdClassName
{
border-color: #D156BA;
}
.TagClassName
{
border-color: #D156BA;
}
</style>