Shades of Fuchsia #D155BF
Tints of Fuchsia #D155BF
RGB
CMYK
RGB Variations
Color information
#D155BF (or 0xD155BF) is known color: Fuchsia. HEX triplet: D1, 55 and BF. RGB value is (209,85,191). Sum of RGB (Red+Green+Blue) = 209+85+191=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D155BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155BF is #2EAA40. Grayscale: #858585. Windows color (decimal): -3058241 or 12539345. OLE color: 12539345.
HSL color Cylindrical-coordinate representation of color #D155BF: hue angle of 308.71º 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 #D155BF is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 191 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.18 |
| HSL | 308.71º | 0.57% | 0.58% | - |
| HSV(B) | 308.71º | 0.59% | 0.82% | - |
| XYZ | 38.95 | 23.81 | 51.83 | - |
| YUV | 134.16 | 160.08 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 191 | 0 | 0.59 | 0.09 | 0.18 | 308.71 | 0.57 | 0.58 |
| Hex | D1 | 55 | BF | 0 | 3B | 9 | 12 | 135 | 39 | 3A |
| Octal | 321 | 125 | 277 | 0 | 73 | 11 | 22 | 465 | 71 | 72 |
| Binary | 11010001 | 1010101 | 10111111 | 0 | 111011 | 1001 | 10010 | 100110101 | 111001 | 111010 |
Color Harmonies of #D155BF
Complementary color
Monochromatic Colors of #D155BF
Black with #D155BF
Text Example
Text Example
White with #D155BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155BF; }
p { color: rgb(209,85,191); }
H1.HeaderClassName
{
color: #D155BF;
}
.AnyTagClassName
{
color: #D155BF;
}
</style>
background-color css
<style>
a { background-color: #D155BF; }
a { background-color: rgb(209,85,191); }
div.DivClassName
{
background-color: #D155BF;
}
.BgClassName
{
background-color: #D155BF;
}
</style>
border-color css
<style>
span { border-color: #D155BF; }
span { border-color: rgb(209,85,191); }
td.TdClassName
{
border-color: #D155BF;
}
.TagClassName
{
border-color: #D155BF;
}
</style>