Shades of Fuchsia #D155BE
Tints of Fuchsia #D155BE
RGB
CMYK
RGB Variations
Color information
#D155BE (or 0xD155BE) is known color: Fuchsia. HEX triplet: D1, 55 and BE. RGB value is (209,85,190). Sum of RGB (Red+Green+Blue) = 209+85+190=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D155BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155BE is #2EAA41. Grayscale: #858585. Windows color (decimal): -3058242 or 12473809. OLE color: 12473809.
HSL color Cylindrical-coordinate representation of color #D155BE: hue angle of 309.19º 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 #D155BE is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 190 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.18 |
| HSL | 309.19º | 0.57% | 0.58% | - |
| HSV(B) | 309.19º | 0.59% | 0.82% | - |
| XYZ | 38.84 | 23.77 | 51.26 | - |
| YUV | 134.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 190 | 0 | 0.59 | 0.09 | 0.18 | 309.19 | 0.57 | 0.58 |
| Hex | D1 | 55 | BE | 0 | 3B | 9 | 12 | 135 | 39 | 3A |
| Octal | 321 | 125 | 276 | 0 | 73 | 11 | 22 | 465 | 71 | 72 |
| Binary | 11010001 | 1010101 | 10111110 | 0 | 111011 | 1001 | 10010 | 100110101 | 111001 | 111010 |
Color Harmonies of #D155BE
Complementary color
Monochromatic Colors of #D155BE
Black with #D155BE
Text Example
Text Example
White with #D155BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155BE; }
p { color: rgb(209,85,190); }
H1.HeaderClassName
{
color: #D155BE;
}
.AnyTagClassName
{
color: #D155BE;
}
</style>
background-color css
<style>
a { background-color: #D155BE; }
a { background-color: rgb(209,85,190); }
div.DivClassName
{
background-color: #D155BE;
}
.BgClassName
{
background-color: #D155BE;
}
</style>
border-color css
<style>
span { border-color: #D155BE; }
span { border-color: rgb(209,85,190); }
td.TdClassName
{
border-color: #D155BE;
}
.TagClassName
{
border-color: #D155BE;
}
</style>