Shades of Fuchsia #D255C1
Tints of Fuchsia #D255C1
RGB
CMYK
RGB Variations
Color information
#D255C1 (or 0xD255C1) is known color: Fuchsia. HEX triplet: D2, 55 and C1. RGB value is (210,85,193). Sum of RGB (Red+Green+Blue) = 210+85+193=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D255C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255C1 is #2DAA3E. Grayscale: #868686. Windows color (decimal): -2992703 or 12670418. OLE color: 12670418.
HSL color Cylindrical-coordinate representation of color #D255C1: hue angle of 308.16º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D255C1 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 193 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.18 |
| HSL | 308.16º | 0.58% | 0.58% | - |
| HSV(B) | 308.16º | 0.6% | 0.82% | - |
| XYZ | 39.45 | 24.05 | 53.01 | - |
| YUV | 134.69 | 160.91 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 193 | 0 | 0.60 | 0.08 | 0.18 | 308.16 | 0.58 | 0.58 |
| Hex | D2 | 55 | C1 | 0 | 3C | 8 | 12 | 134 | 3A | 3A |
| Octal | 322 | 125 | 301 | 0 | 74 | 10 | 22 | 464 | 72 | 72 |
| Binary | 11010010 | 1010101 | 11000001 | 0 | 111100 | 1000 | 10010 | 100110100 | 111010 | 111010 |
Color Harmonies of #D255C1
Complementary color
Monochromatic Colors of #D255C1
Black with #D255C1
Text Example
Text Example
White with #D255C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255C1; }
p { color: rgb(210,85,193); }
H1.HeaderClassName
{
color: #D255C1;
}
.AnyTagClassName
{
color: #D255C1;
}
</style>
background-color css
<style>
a { background-color: #D255C1; }
a { background-color: rgb(210,85,193); }
div.DivClassName
{
background-color: #D255C1;
}
.BgClassName
{
background-color: #D255C1;
}
</style>
border-color css
<style>
span { border-color: #D255C1; }
span { border-color: rgb(210,85,193); }
td.TdClassName
{
border-color: #D255C1;
}
.TagClassName
{
border-color: #D255C1;
}
</style>