Shades of Fuchsia #D156C7
Tints of Fuchsia #D156C7
RGB
CMYK
RGB Variations
Color information
#D156C7 (or 0xD156C7) is known color: Fuchsia. HEX triplet: D1, 56 and C7. RGB value is (209,86,199). Sum of RGB (Red+Green+Blue) = 209+86+199=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D156C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D156C7 is #2EA938. Grayscale: #878787. Windows color (decimal): -3057977 or 13063889. OLE color: 13063889.
HSL color Cylindrical-coordinate representation of color #D156C7: hue angle of 304.88º 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 #D156C7 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 199 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.18 |
| HSL | 304.88º | 0.57% | 0.58% | - |
| HSV(B) | 304.88º | 0.59% | 0.82% | - |
| XYZ | 39.93 | 24.33 | 56.63 | - |
| YUV | 135.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 199 | 0 | 0.59 | 0.05 | 0.18 | 304.88 | 0.57 | 0.58 |
| Hex | D1 | 56 | C7 | 0 | 3B | 5 | 12 | 131 | 39 | 3A |
| Octal | 321 | 126 | 307 | 0 | 73 | 5 | 22 | 461 | 71 | 72 |
| Binary | 11010001 | 1010110 | 11000111 | 0 | 111011 | 101 | 10010 | 100110001 | 111001 | 111010 |
Color Harmonies of #D156C7
Complementary color
Monochromatic Colors of #D156C7
Black with #D156C7
Text Example
Text Example
White with #D156C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D156C7; }
p { color: rgb(209,86,199); }
H1.HeaderClassName
{
color: #D156C7;
}
.AnyTagClassName
{
color: #D156C7;
}
</style>
background-color css
<style>
a { background-color: #D156C7; }
a { background-color: rgb(209,86,199); }
div.DivClassName
{
background-color: #D156C7;
}
.BgClassName
{
background-color: #D156C7;
}
</style>
border-color css
<style>
span { border-color: #D156C7; }
span { border-color: rgb(209,86,199); }
td.TdClassName
{
border-color: #D156C7;
}
.TagClassName
{
border-color: #D156C7;
}
</style>