Shades of Fuchsia #D155CE
Tints of Fuchsia #D155CE
RGB
CMYK
RGB Variations
Color information
#D155CE (or 0xD155CE) is known color: Fuchsia. HEX triplet: D1, 55 and CE. RGB value is (209,85,206). Sum of RGB (Red+Green+Blue) = 209+85+206=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D155CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155CE is #2EAA31. Grayscale: #878787. Windows color (decimal): -3058226 or 13522385. OLE color: 13522385.
HSL color Cylindrical-coordinate representation of color #D155CE: hue angle of 301.45º 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 #D155CE is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 206 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.18 |
| HSL | 301.45º | 0.57% | 0.58% | - |
| HSV(B) | 301.45º | 0.59% | 0.82% | - |
| XYZ | 40.68 | 24.51 | 60.98 | - |
| YUV | 135.87 | 167.58 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 206 | 0 | 0.59 | 0.01 | 0.18 | 301.45 | 0.57 | 0.58 |
| Hex | D1 | 55 | CE | 0 | 3B | 1 | 12 | 12D | 39 | 3A |
| Octal | 321 | 125 | 316 | 0 | 73 | 1 | 22 | 455 | 71 | 72 |
| Binary | 11010001 | 1010101 | 11001110 | 0 | 111011 | 1 | 10010 | 100101101 | 111001 | 111010 |
Color Harmonies of #D155CE
Complementary color
Monochromatic Colors of #D155CE
Black with #D155CE
Text Example
Text Example
White with #D155CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155CE; }
p { color: rgb(209,85,206); }
H1.HeaderClassName
{
color: #D155CE;
}
.AnyTagClassName
{
color: #D155CE;
}
</style>
background-color css
<style>
a { background-color: #D155CE; }
a { background-color: rgb(209,85,206); }
div.DivClassName
{
background-color: #D155CE;
}
.BgClassName
{
background-color: #D155CE;
}
</style>
border-color css
<style>
span { border-color: #D155CE; }
span { border-color: rgb(209,85,206); }
td.TdClassName
{
border-color: #D155CE;
}
.TagClassName
{
border-color: #D155CE;
}
</style>