Shades of Fuchsia #D55FC1
Tints of Fuchsia #D55FC1
RGB
CMYK
RGB Variations
Color information
#D55FC1 (or 0xD55FC1) is known color: Fuchsia. HEX triplet: D5, 5F and C1. RGB value is (213,95,193). Sum of RGB (Red+Green+Blue) = 213+95+193=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FC1 is #2AA03E. Grayscale: #8D8D8D. Windows color (decimal): -2793535 or 12672981. OLE color: 12672981.
HSL color Cylindrical-coordinate representation of color #D55FC1: hue angle of 310.17º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55FC1 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 193 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.16 |
| HSL | 310.17º | 0.58% | 0.6% | - |
| HSV(B) | 310.17º | 0.55% | 0.84% | - |
| XYZ | 41.16 | 26.18 | 53.34 | - |
| YUV | 141.45 | 157.09 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 193 | 0 | 0.55 | 0.09 | 0.16 | 310.17 | 0.58 | 0.6 |
| Hex | D5 | 5F | C1 | 0 | 37 | 9 | 10 | 136 | 3A | 3C |
| Octal | 325 | 137 | 301 | 0 | 67 | 11 | 20 | 466 | 72 | 74 |
| Binary | 11010101 | 1011111 | 11000001 | 0 | 110111 | 1001 | 10000 | 100110110 | 111010 | 111100 |
Color Harmonies of #D55FC1
Complementary color
Monochromatic Colors of #D55FC1
Black with #D55FC1
Text Example
Text Example
White with #D55FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55FC1; }
p { color: rgb(213,95,193); }
H1.HeaderClassName
{
color: #D55FC1;
}
.AnyTagClassName
{
color: #D55FC1;
}
</style>
background-color css
<style>
a { background-color: #D55FC1; }
a { background-color: rgb(213,95,193); }
div.DivClassName
{
background-color: #D55FC1;
}
.BgClassName
{
background-color: #D55FC1;
}
</style>
border-color css
<style>
span { border-color: #D55FC1; }
span { border-color: rgb(213,95,193); }
td.TdClassName
{
border-color: #D55FC1;
}
.TagClassName
{
border-color: #D55FC1;
}
</style>