Shades of Fuchsia #D155C8
Tints of Fuchsia #D155C8
RGB
CMYK
RGB Variations
Color information
#D155C8 (or 0xD155C8) is known color: Fuchsia. HEX triplet: D1, 55 and C8. RGB value is (209,85,200). Sum of RGB (Red+Green+Blue) = 209+85+200=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D155C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155C8 is #2EAA37. Grayscale: #868686. Windows color (decimal): -3058232 or 13129169. OLE color: 13129169.
HSL color Cylindrical-coordinate representation of color #D155C8: hue angle of 304.35º 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 #D155C8 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 200 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.18 |
| HSL | 304.35º | 0.57% | 0.58% | - |
| HSV(B) | 304.35º | 0.59% | 0.82% | - |
| XYZ | 39.97 | 24.22 | 57.21 | - |
| YUV | 135.19 | 164.58 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 200 | 0 | 0.59 | 0.04 | 0.18 | 304.35 | 0.57 | 0.58 |
| Hex | D1 | 55 | C8 | 0 | 3B | 4 | 12 | 130 | 39 | 3A |
| Octal | 321 | 125 | 310 | 0 | 73 | 4 | 22 | 460 | 71 | 72 |
| Binary | 11010001 | 1010101 | 11001000 | 0 | 111011 | 100 | 10010 | 100110000 | 111001 | 111010 |
Color Harmonies of #D155C8
Complementary color
Monochromatic Colors of #D155C8
Black with #D155C8
Text Example
Text Example
White with #D155C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155C8; }
p { color: rgb(209,85,200); }
H1.HeaderClassName
{
color: #D155C8;
}
.AnyTagClassName
{
color: #D155C8;
}
</style>
background-color css
<style>
a { background-color: #D155C8; }
a { background-color: rgb(209,85,200); }
div.DivClassName
{
background-color: #D155C8;
}
.BgClassName
{
background-color: #D155C8;
}
</style>
border-color css
<style>
span { border-color: #D155C8; }
span { border-color: rgb(209,85,200); }
td.TdClassName
{
border-color: #D155C8;
}
.TagClassName
{
border-color: #D155C8;
}
</style>