Shades of Fuchsia #D155C0
Tints of Fuchsia #D155C0
RGB
CMYK
RGB Variations
Color information
#D155C0 (or 0xD155C0) is known color: Fuchsia. HEX triplet: D1, 55 and C0. RGB value is (209,85,192). Sum of RGB (Red+Green+Blue) = 209+85+192=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D155C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155C0 is #2EAA3F. Grayscale: #858585. Windows color (decimal): -3058240 or 12604881. OLE color: 12604881.
HSL color Cylindrical-coordinate representation of color #D155C0: hue angle of 308.23º 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 #D155C0 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 192 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.18 |
| HSL | 308.23º | 0.57% | 0.58% | - |
| HSV(B) | 308.23º | 0.59% | 0.82% | - |
| XYZ | 39.06 | 23.86 | 52.42 | - |
| YUV | 134.27 | 160.58 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 192 | 0 | 0.59 | 0.08 | 0.18 | 308.23 | 0.57 | 0.58 |
| Hex | D1 | 55 | C0 | 0 | 3B | 8 | 12 | 134 | 39 | 3A |
| Octal | 321 | 125 | 300 | 0 | 73 | 10 | 22 | 464 | 71 | 72 |
| Binary | 11010001 | 1010101 | 11000000 | 0 | 111011 | 1000 | 10010 | 100110100 | 111001 | 111010 |
Color Harmonies of #D155C0
Complementary color
Monochromatic Colors of #D155C0
Black with #D155C0
Text Example
Text Example
White with #D155C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155C0; }
p { color: rgb(209,85,192); }
H1.HeaderClassName
{
color: #D155C0;
}
.AnyTagClassName
{
color: #D155C0;
}
</style>
background-color css
<style>
a { background-color: #D155C0; }
a { background-color: rgb(209,85,192); }
div.DivClassName
{
background-color: #D155C0;
}
.BgClassName
{
background-color: #D155C0;
}
</style>
border-color css
<style>
span { border-color: #D155C0; }
span { border-color: rgb(209,85,192); }
td.TdClassName
{
border-color: #D155C0;
}
.TagClassName
{
border-color: #D155C0;
}
</style>