Shades of Fuchsia #D55AAF
Tints of Fuchsia #D55AAF
RGB
CMYK
RGB Variations
Color information
#D55AAF (or 0xD55AAF) is known color: Fuchsia. HEX triplet: D5, 5A and AF. RGB value is (213,90,175). Sum of RGB (Red+Green+Blue) = 213+90+175=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55AAF is #2AA550. Grayscale: #888888. Windows color (decimal): -2794833 or 11492053. OLE color: 11492053.
HSL color Cylindrical-coordinate representation of color #D55AAF: hue angle of 318.54º 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 #D55AAF is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 175 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.16 |
| HSL | 318.54º | 0.59% | 0.59% | - |
| HSV(B) | 318.54º | 0.58% | 0.84% | - |
| XYZ | 38.83 | 24.55 | 43.25 | - |
| YUV | 136.47 | 149.75 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 175 | 0 | 0.58 | 0.18 | 0.16 | 318.54 | 0.59 | 0.59 |
| Hex | D5 | 5A | AF | 0 | 3A | 12 | 10 | 13F | 3B | 3B |
| Octal | 325 | 132 | 257 | 0 | 72 | 22 | 20 | 477 | 73 | 73 |
| Binary | 11010101 | 1011010 | 10101111 | 0 | 111010 | 10010 | 10000 | 100111111 | 111011 | 111011 |
Color Harmonies of #D55AAF
Complementary color
Monochromatic Colors of #D55AAF
Black with #D55AAF
Text Example
Text Example
White with #D55AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55AAF; }
p { color: rgb(213,90,175); }
H1.HeaderClassName
{
color: #D55AAF;
}
.AnyTagClassName
{
color: #D55AAF;
}
</style>
background-color css
<style>
a { background-color: #D55AAF; }
a { background-color: rgb(213,90,175); }
div.DivClassName
{
background-color: #D55AAF;
}
.BgClassName
{
background-color: #D55AAF;
}
</style>
border-color css
<style>
span { border-color: #D55AAF; }
span { border-color: rgb(213,90,175); }
td.TdClassName
{
border-color: #D55AAF;
}
.TagClassName
{
border-color: #D55AAF;
}
</style>