Shades of Fuchsia #D55AC1
Tints of Fuchsia #D55AC1
RGB
CMYK
RGB Variations
Color information
#D55AC1 (or 0xD55AC1) is known color: Fuchsia. HEX triplet: D5, 5A and C1. RGB value is (213,90,193). Sum of RGB (Red+Green+Blue) = 213+90+193=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55AC1 is #2AA53E. Grayscale: #8A8A8A. Windows color (decimal): -2794815 or 12671701. OLE color: 12671701.
HSL color Cylindrical-coordinate representation of color #D55AC1: hue angle of 309.76º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55AC1 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 193 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.16 |
| HSL | 309.76º | 0.59% | 0.59% | - |
| HSV(B) | 309.76º | 0.58% | 0.84% | - |
| XYZ | 40.72 | 25.31 | 53.19 | - |
| YUV | 138.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 193 | 0 | 0.58 | 0.09 | 0.16 | 309.76 | 0.59 | 0.59 |
| Hex | D5 | 5A | C1 | 0 | 3A | 9 | 10 | 136 | 3B | 3B |
| Octal | 325 | 132 | 301 | 0 | 72 | 11 | 20 | 466 | 73 | 73 |
| Binary | 11010101 | 1011010 | 11000001 | 0 | 111010 | 1001 | 10000 | 100110110 | 111011 | 111011 |
Color Harmonies of #D55AC1
Complementary color
Monochromatic Colors of #D55AC1
Black with #D55AC1
Text Example
Text Example
White with #D55AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55AC1; }
p { color: rgb(213,90,193); }
H1.HeaderClassName
{
color: #D55AC1;
}
.AnyTagClassName
{
color: #D55AC1;
}
</style>
background-color css
<style>
a { background-color: #D55AC1; }
a { background-color: rgb(213,90,193); }
div.DivClassName
{
background-color: #D55AC1;
}
.BgClassName
{
background-color: #D55AC1;
}
</style>
border-color css
<style>
span { border-color: #D55AC1; }
span { border-color: rgb(213,90,193); }
td.TdClassName
{
border-color: #D55AC1;
}
.TagClassName
{
border-color: #D55AC1;
}
</style>