Shades of Fuchsia #D156BD
Tints of Fuchsia #D156BD
RGB
CMYK
RGB Variations
Color information
#D156BD (or 0xD156BD) is known color: Fuchsia. HEX triplet: D1, 56 and BD. RGB value is (209,86,189). Sum of RGB (Red+Green+Blue) = 209+86+189=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D156BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D156BD is #2EA942. Grayscale: #868686. Windows color (decimal): -3057987 or 12408529. OLE color: 12408529.
HSL color Cylindrical-coordinate representation of color #D156BD: hue angle of 309.76º 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 #D156BD is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 189 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.18 |
| HSL | 309.76º | 0.57% | 0.58% | - |
| HSV(B) | 309.76º | 0.59% | 0.82% | - |
| XYZ | 38.81 | 23.89 | 50.71 | - |
| YUV | 134.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 189 | 0 | 0.59 | 0.10 | 0.18 | 309.76 | 0.57 | 0.58 |
| Hex | D1 | 56 | BD | 0 | 3B | A | 12 | 136 | 39 | 3A |
| Octal | 321 | 126 | 275 | 0 | 73 | 12 | 22 | 466 | 71 | 72 |
| Binary | 11010001 | 1010110 | 10111101 | 0 | 111011 | 1010 | 10010 | 100110110 | 111001 | 111010 |
Color Harmonies of #D156BD
Complementary color
Monochromatic Colors of #D156BD
Black with #D156BD
Text Example
Text Example
White with #D156BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D156BD; }
p { color: rgb(209,86,189); }
H1.HeaderClassName
{
color: #D156BD;
}
.AnyTagClassName
{
color: #D156BD;
}
</style>
background-color css
<style>
a { background-color: #D156BD; }
a { background-color: rgb(209,86,189); }
div.DivClassName
{
background-color: #D156BD;
}
.BgClassName
{
background-color: #D156BD;
}
</style>
border-color css
<style>
span { border-color: #D156BD; }
span { border-color: rgb(209,86,189); }
td.TdClassName
{
border-color: #D156BD;
}
.TagClassName
{
border-color: #D156BD;
}
</style>