Shades of Fuchsia #D55AAD
Tints of Fuchsia #D55AAD
RGB
CMYK
RGB Variations
Color information
#D55AAD (or 0xD55AAD) is known color: Fuchsia. HEX triplet: D5, 5A and AD. RGB value is (213,90,173). Sum of RGB (Red+Green+Blue) = 213+90+173=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55AAD is #2AA552. Grayscale: #888888. Windows color (decimal): -2794835 or 11360981. OLE color: 11360981.
HSL color Cylindrical-coordinate representation of color #D55AAD: hue angle of 319.51º 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 #D55AAD is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 173 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.16 |
| HSL | 319.51º | 0.59% | 0.59% | - |
| HSV(B) | 319.51º | 0.58% | 0.84% | - |
| XYZ | 38.64 | 24.48 | 42.22 | - |
| YUV | 136.24 | 148.75 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 173 | 0 | 0.58 | 0.19 | 0.16 | 319.51 | 0.59 | 0.59 |
| Hex | D5 | 5A | AD | 0 | 3A | 13 | 10 | 140 | 3B | 3B |
| Octal | 325 | 132 | 255 | 0 | 72 | 23 | 20 | 500 | 73 | 73 |
| Binary | 11010101 | 1011010 | 10101101 | 0 | 111010 | 10011 | 10000 | 101000000 | 111011 | 111011 |
Color Harmonies of #D55AAD
Complementary color
Monochromatic Colors of #D55AAD
Black with #D55AAD
Text Example
Text Example
White with #D55AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55AAD; }
p { color: rgb(213,90,173); }
H1.HeaderClassName
{
color: #D55AAD;
}
.AnyTagClassName
{
color: #D55AAD;
}
</style>
background-color css
<style>
a { background-color: #D55AAD; }
a { background-color: rgb(213,90,173); }
div.DivClassName
{
background-color: #D55AAD;
}
.BgClassName
{
background-color: #D55AAD;
}
</style>
border-color css
<style>
span { border-color: #D55AAD; }
span { border-color: rgb(213,90,173); }
td.TdClassName
{
border-color: #D55AAD;
}
.TagClassName
{
border-color: #D55AAD;
}
</style>