Shades of Fuchsia #D15FB1
Tints of Fuchsia #D15FB1
RGB
CMYK
RGB Variations
Color information
#D15FB1 (or 0xD15FB1) is known color: Fuchsia. HEX triplet: D1, 5F and B1. RGB value is (209,95,177). Sum of RGB (Red+Green+Blue) = 209+95+177=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15FB1 is #2EA04E. Grayscale: #8A8A8A. Windows color (decimal): -3055695 or 11624401. OLE color: 11624401.
HSL color Cylindrical-coordinate representation of color #D15FB1: hue angle of 316.84º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15FB1 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 177 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.18 |
| HSL | 316.84º | 0.55% | 0.6% | - |
| HSV(B) | 316.84º | 0.55% | 0.82% | - |
| XYZ | 38.32 | 24.91 | 44.38 | - |
| YUV | 138.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 177 | 0 | 0.55 | 0.15 | 0.18 | 316.84 | 0.55 | 0.6 |
| Hex | D1 | 5F | B1 | 0 | 37 | F | 12 | 13D | 37 | 3C |
| Octal | 321 | 137 | 261 | 0 | 67 | 17 | 22 | 475 | 67 | 74 |
| Binary | 11010001 | 1011111 | 10110001 | 0 | 110111 | 1111 | 10010 | 100111101 | 110111 | 111100 |
Color Harmonies of #D15FB1
Complementary color
Monochromatic Colors of #D15FB1
Black with #D15FB1
Text Example
Text Example
White with #D15FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FB1; }
p { color: rgb(209,95,177); }
H1.HeaderClassName
{
color: #D15FB1;
}
.AnyTagClassName
{
color: #D15FB1;
}
</style>
background-color css
<style>
a { background-color: #D15FB1; }
a { background-color: rgb(209,95,177); }
div.DivClassName
{
background-color: #D15FB1;
}
.BgClassName
{
background-color: #D15FB1;
}
</style>
border-color css
<style>
span { border-color: #D15FB1; }
span { border-color: rgb(209,95,177); }
td.TdClassName
{
border-color: #D15FB1;
}
.TagClassName
{
border-color: #D15FB1;
}
</style>