Shades of Fuchsia #D55AC0
Tints of Fuchsia #D55AC0
RGB
CMYK
RGB Variations
Color information
#D55AC0 (or 0xD55AC0) is known color: Fuchsia. HEX triplet: D5, 5A and C0. RGB value is (213,90,192). Sum of RGB (Red+Green+Blue) = 213+90+192=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55AC0 is #2AA53F. Grayscale: #8A8A8A. Windows color (decimal): -2794816 or 12606165. OLE color: 12606165.
HSL color Cylindrical-coordinate representation of color #D55AC0: hue angle of 310.24º 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 #D55AC0 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 192 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.16 |
| HSL | 310.24º | 0.59% | 0.59% | - |
| HSV(B) | 310.24º | 0.58% | 0.84% | - |
| XYZ | 40.61 | 25.26 | 52.61 | - |
| YUV | 138.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 192 | 0 | 0.58 | 0.10 | 0.16 | 310.24 | 0.59 | 0.59 |
| Hex | D5 | 5A | C0 | 0 | 3A | A | 10 | 136 | 3B | 3B |
| Octal | 325 | 132 | 300 | 0 | 72 | 12 | 20 | 466 | 73 | 73 |
| Binary | 11010101 | 1011010 | 11000000 | 0 | 111010 | 1010 | 10000 | 100110110 | 111011 | 111011 |
Color Harmonies of #D55AC0
Complementary color
Monochromatic Colors of #D55AC0
Black with #D55AC0
Text Example
Text Example
White with #D55AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55AC0; }
p { color: rgb(213,90,192); }
H1.HeaderClassName
{
color: #D55AC0;
}
.AnyTagClassName
{
color: #D55AC0;
}
</style>
background-color css
<style>
a { background-color: #D55AC0; }
a { background-color: rgb(213,90,192); }
div.DivClassName
{
background-color: #D55AC0;
}
.BgClassName
{
background-color: #D55AC0;
}
</style>
border-color css
<style>
span { border-color: #D55AC0; }
span { border-color: rgb(213,90,192); }
td.TdClassName
{
border-color: #D55AC0;
}
.TagClassName
{
border-color: #D55AC0;
}
</style>