Shades of Fuchsia #D055C0
Tints of Fuchsia #D055C0
RGB
CMYK
RGB Variations
Color information
#D055C0 (or 0xD055C0) is known color: Fuchsia. HEX triplet: D0, 55 and C0. RGB value is (208,85,192). Sum of RGB (Red+Green+Blue) = 208+85+192=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D055C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D055C0 is #2FAA3F. Grayscale: #858585. Windows color (decimal): -3123776 or 12604880. OLE color: 12604880.
HSL color Cylindrical-coordinate representation of color #D055C0: hue angle of 307.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D055C0 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 192 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.18 |
| HSL | 307.8º | 0.57% | 0.57% | - |
| HSV(B) | 307.8º | 0.59% | 0.82% | - |
| XYZ | 38.78 | 23.71 | 52.4 | - |
| YUV | 133.98 | 160.75 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 192 | 0 | 0.59 | 0.08 | 0.18 | 307.8 | 0.57 | 0.57 |
| Hex | D0 | 55 | C0 | 0 | 3B | 8 | 12 | 134 | 39 | 39 |
| Octal | 320 | 125 | 300 | 0 | 73 | 10 | 22 | 464 | 71 | 71 |
| Binary | 11010000 | 1010101 | 11000000 | 0 | 111011 | 1000 | 10010 | 100110100 | 111001 | 111001 |
Color Harmonies of #D055C0
Complementary color
Monochromatic Colors of #D055C0
Black with #D055C0
Text Example
Text Example
White with #D055C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D055C0; }
p { color: rgb(208,85,192); }
H1.HeaderClassName
{
color: #D055C0;
}
.AnyTagClassName
{
color: #D055C0;
}
</style>
background-color css
<style>
a { background-color: #D055C0; }
a { background-color: rgb(208,85,192); }
div.DivClassName
{
background-color: #D055C0;
}
.BgClassName
{
background-color: #D055C0;
}
</style>
border-color css
<style>
span { border-color: #D055C0; }
span { border-color: rgb(208,85,192); }
td.TdClassName
{
border-color: #D055C0;
}
.TagClassName
{
border-color: #D055C0;
}
</style>