Shades of Fuchsia #D55AAE
Tints of Fuchsia #D55AAE
RGB
CMYK
RGB Variations
Color information
#D55AAE (or 0xD55AAE) is known color: Fuchsia. HEX triplet: D5, 5A and AE. RGB value is (213,90,174). Sum of RGB (Red+Green+Blue) = 213+90+174=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55AAE is #2AA551. Grayscale: #888888. Windows color (decimal): -2794834 or 11426517. OLE color: 11426517.
HSL color Cylindrical-coordinate representation of color #D55AAE: hue angle of 319.02º 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 #D55AAE is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 174 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.16 |
| HSL | 319.02º | 0.59% | 0.59% | - |
| HSV(B) | 319.02º | 0.58% | 0.84% | - |
| XYZ | 38.74 | 24.51 | 42.73 | - |
| YUV | 136.35 | 149.25 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 174 | 0 | 0.58 | 0.18 | 0.16 | 319.02 | 0.59 | 0.59 |
| Hex | D5 | 5A | AE | 0 | 3A | 12 | 10 | 13F | 3B | 3B |
| Octal | 325 | 132 | 256 | 0 | 72 | 22 | 20 | 477 | 73 | 73 |
| Binary | 11010101 | 1011010 | 10101110 | 0 | 111010 | 10010 | 10000 | 100111111 | 111011 | 111011 |
Color Harmonies of #D55AAE
Complementary color
Monochromatic Colors of #D55AAE
Black with #D55AAE
Text Example
Text Example
White with #D55AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55AAE; }
p { color: rgb(213,90,174); }
H1.HeaderClassName
{
color: #D55AAE;
}
.AnyTagClassName
{
color: #D55AAE;
}
</style>
background-color css
<style>
a { background-color: #D55AAE; }
a { background-color: rgb(213,90,174); }
div.DivClassName
{
background-color: #D55AAE;
}
.BgClassName
{
background-color: #D55AAE;
}
</style>
border-color css
<style>
span { border-color: #D55AAE; }
span { border-color: rgb(213,90,174); }
td.TdClassName
{
border-color: #D55AAE;
}
.TagClassName
{
border-color: #D55AAE;
}
</style>