Shades of Fuchsia #D155B1
Tints of Fuchsia #D155B1
RGB
CMYK
RGB Variations
Color information
#D155B1 (or 0xD155B1) is known color: Fuchsia. HEX triplet: D1, 55 and B1. RGB value is (209,85,177). Sum of RGB (Red+Green+Blue) = 209+85+177=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D155B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D155B1 is #2EAA4E. Grayscale: #848484. Windows color (decimal): -3058255 or 11621841. OLE color: 11621841.
HSL color Cylindrical-coordinate representation of color #D155B1: hue angle of 315.48º 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 #D155B1 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 177 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.18 |
| HSL | 315.48º | 0.57% | 0.58% | - |
| HSV(B) | 315.48º | 0.59% | 0.82% | - |
| XYZ | 37.48 | 23.23 | 44.1 | - |
| YUV | 132.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 177 | 0 | 0.59 | 0.15 | 0.18 | 315.48 | 0.57 | 0.58 |
| Hex | D1 | 55 | B1 | 0 | 3B | F | 12 | 13B | 39 | 3A |
| Octal | 321 | 125 | 261 | 0 | 73 | 17 | 22 | 473 | 71 | 72 |
| Binary | 11010001 | 1010101 | 10110001 | 0 | 111011 | 1111 | 10010 | 100111011 | 111001 | 111010 |
Color Harmonies of #D155B1
Complementary color
Monochromatic Colors of #D155B1
Black with #D155B1
Text Example
Text Example
White with #D155B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155B1; }
p { color: rgb(209,85,177); }
H1.HeaderClassName
{
color: #D155B1;
}
.AnyTagClassName
{
color: #D155B1;
}
</style>
background-color css
<style>
a { background-color: #D155B1; }
a { background-color: rgb(209,85,177); }
div.DivClassName
{
background-color: #D155B1;
}
.BgClassName
{
background-color: #D155B1;
}
</style>
border-color css
<style>
span { border-color: #D155B1; }
span { border-color: rgb(209,85,177); }
td.TdClassName
{
border-color: #D155B1;
}
.TagClassName
{
border-color: #D155B1;
}
</style>