Shades of Fuchsia #D55AC5
Tints of Fuchsia #D55AC5
RGB
CMYK
RGB Variations
Color information
#D55AC5 (or 0xD55AC5) is known color: Fuchsia. HEX triplet: D5, 5A and C5. RGB value is (213,90,197). Sum of RGB (Red+Green+Blue) = 213+90+197=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55AC5 is #2AA53A. Grayscale: #8A8A8A. Windows color (decimal): -2794811 or 12933845. OLE color: 12933845.
HSL color Cylindrical-coordinate representation of color #D55AC5: hue angle of 307.8º 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 #D55AC5 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 197 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.16 |
| HSL | 307.8º | 0.59% | 0.59% | - |
| HSV(B) | 307.8º | 0.58% | 0.84% | - |
| XYZ | 41.17 | 25.49 | 55.57 | - |
| YUV | 138.98 | 160.75 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 197 | 0 | 0.58 | 0.08 | 0.16 | 307.8 | 0.59 | 0.59 |
| Hex | D5 | 5A | C5 | 0 | 3A | 8 | 10 | 134 | 3B | 3B |
| Octal | 325 | 132 | 305 | 0 | 72 | 10 | 20 | 464 | 73 | 73 |
| Binary | 11010101 | 1011010 | 11000101 | 0 | 111010 | 1000 | 10000 | 100110100 | 111011 | 111011 |
Color Harmonies of #D55AC5
Complementary color
Monochromatic Colors of #D55AC5
Black with #D55AC5
Text Example
Text Example
White with #D55AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55AC5; }
p { color: rgb(213,90,197); }
H1.HeaderClassName
{
color: #D55AC5;
}
.AnyTagClassName
{
color: #D55AC5;
}
</style>
background-color css
<style>
a { background-color: #D55AC5; }
a { background-color: rgb(213,90,197); }
div.DivClassName
{
background-color: #D55AC5;
}
.BgClassName
{
background-color: #D55AC5;
}
</style>
border-color css
<style>
span { border-color: #D55AC5; }
span { border-color: rgb(213,90,197); }
td.TdClassName
{
border-color: #D55AC5;
}
.TagClassName
{
border-color: #D55AC5;
}
</style>