Shades of Fuchsia #D155BC
Tints of Fuchsia #D155BC
RGB
CMYK
RGB Variations
Color information
#D155BC (or 0xD155BC) is known color: Fuchsia. HEX triplet: D1, 55 and BC. RGB value is (209,85,188). Sum of RGB (Red+Green+Blue) = 209+85+188=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D155BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155BC is #2EAA43. Grayscale: #858585. Windows color (decimal): -3058244 or 12342737. OLE color: 12342737.
HSL color Cylindrical-coordinate representation of color #D155BC: hue angle of 310.16º 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 #D155BC is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 188 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.18 |
| HSL | 310.16º | 0.57% | 0.58% | - |
| HSV(B) | 310.16º | 0.59% | 0.82% | - |
| XYZ | 38.62 | 23.68 | 50.11 | - |
| YUV | 133.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 188 | 0 | 0.59 | 0.10 | 0.18 | 310.16 | 0.57 | 0.58 |
| Hex | D1 | 55 | BC | 0 | 3B | A | 12 | 136 | 39 | 3A |
| Octal | 321 | 125 | 274 | 0 | 73 | 12 | 22 | 466 | 71 | 72 |
| Binary | 11010001 | 1010101 | 10111100 | 0 | 111011 | 1010 | 10010 | 100110110 | 111001 | 111010 |
Color Harmonies of #D155BC
Complementary color
Monochromatic Colors of #D155BC
Black with #D155BC
Text Example
Text Example
White with #D155BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155BC; }
p { color: rgb(209,85,188); }
H1.HeaderClassName
{
color: #D155BC;
}
.AnyTagClassName
{
color: #D155BC;
}
</style>
background-color css
<style>
a { background-color: #D155BC; }
a { background-color: rgb(209,85,188); }
div.DivClassName
{
background-color: #D155BC;
}
.BgClassName
{
background-color: #D155BC;
}
</style>
border-color css
<style>
span { border-color: #D155BC; }
span { border-color: rgb(209,85,188); }
td.TdClassName
{
border-color: #D155BC;
}
.TagClassName
{
border-color: #D155BC;
}
</style>