Shades of Fuchsia #D155C9
Tints of Fuchsia #D155C9
RGB
CMYK
RGB Variations
Color information
#D155C9 (or 0xD155C9) is known color: Fuchsia. HEX triplet: D1, 55 and C9. RGB value is (209,85,201). Sum of RGB (Red+Green+Blue) = 209+85+201=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D155C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155C9 is #2EAA36. Grayscale: #868686. Windows color (decimal): -3058231 or 13194705. OLE color: 13194705.
HSL color Cylindrical-coordinate representation of color #D155C9: hue angle of 303.87º 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 #D155C9 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 201 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.18 |
| HSL | 303.87º | 0.57% | 0.58% | - |
| HSV(B) | 303.87º | 0.59% | 0.82% | - |
| XYZ | 40.09 | 24.27 | 57.83 | - |
| YUV | 135.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 201 | 0 | 0.59 | 0.04 | 0.18 | 303.87 | 0.57 | 0.58 |
| Hex | D1 | 55 | C9 | 0 | 3B | 4 | 12 | 130 | 39 | 3A |
| Octal | 321 | 125 | 311 | 0 | 73 | 4 | 22 | 460 | 71 | 72 |
| Binary | 11010001 | 1010101 | 11001001 | 0 | 111011 | 100 | 10010 | 100110000 | 111001 | 111010 |
Color Harmonies of #D155C9
Complementary color
Monochromatic Colors of #D155C9
Black with #D155C9
Text Example
Text Example
White with #D155C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155C9; }
p { color: rgb(209,85,201); }
H1.HeaderClassName
{
color: #D155C9;
}
.AnyTagClassName
{
color: #D155C9;
}
</style>
background-color css
<style>
a { background-color: #D155C9; }
a { background-color: rgb(209,85,201); }
div.DivClassName
{
background-color: #D155C9;
}
.BgClassName
{
background-color: #D155C9;
}
</style>
border-color css
<style>
span { border-color: #D155C9; }
span { border-color: rgb(209,85,201); }
td.TdClassName
{
border-color: #D155C9;
}
.TagClassName
{
border-color: #D155C9;
}
</style>