Shades of Fuchsia #D155BD
Tints of Fuchsia #D155BD
RGB
CMYK
RGB Variations
Color information
#D155BD (or 0xD155BD) is known color: Fuchsia. HEX triplet: D1, 55 and BD. RGB value is (209,85,189). Sum of RGB (Red+Green+Blue) = 209+85+189=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D155BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155BD is #2EAA42. Grayscale: #858585. Windows color (decimal): -3058243 or 12408273. OLE color: 12408273.
HSL color Cylindrical-coordinate representation of color #D155BD: hue angle of 309.68º 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 #D155BD is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 189 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.18 |
| HSL | 309.68º | 0.57% | 0.58% | - |
| HSV(B) | 309.68º | 0.59% | 0.82% | - |
| XYZ | 38.73 | 23.73 | 50.68 | - |
| YUV | 133.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 189 | 0 | 0.59 | 0.10 | 0.18 | 309.68 | 0.57 | 0.58 |
| Hex | D1 | 55 | BD | 0 | 3B | A | 12 | 136 | 39 | 3A |
| Octal | 321 | 125 | 275 | 0 | 73 | 12 | 22 | 466 | 71 | 72 |
| Binary | 11010001 | 1010101 | 10111101 | 0 | 111011 | 1010 | 10010 | 100110110 | 111001 | 111010 |
Color Harmonies of #D155BD
Complementary color
Monochromatic Colors of #D155BD
Black with #D155BD
Text Example
Text Example
White with #D155BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155BD; }
p { color: rgb(209,85,189); }
H1.HeaderClassName
{
color: #D155BD;
}
.AnyTagClassName
{
color: #D155BD;
}
</style>
background-color css
<style>
a { background-color: #D155BD; }
a { background-color: rgb(209,85,189); }
div.DivClassName
{
background-color: #D155BD;
}
.BgClassName
{
background-color: #D155BD;
}
</style>
border-color css
<style>
span { border-color: #D155BD; }
span { border-color: rgb(209,85,189); }
td.TdClassName
{
border-color: #D155BD;
}
.TagClassName
{
border-color: #D155BD;
}
</style>