Shades of Fuchsia #D55AB1
Tints of Fuchsia #D55AB1
RGB
CMYK
RGB Variations
Color information
#D55AB1 (or 0xD55AB1) is known color: Fuchsia. HEX triplet: D5, 5A and B1. RGB value is (213,90,177). Sum of RGB (Red+Green+Blue) = 213+90+177=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55AB1 is #2AA54E. Grayscale: #888888. Windows color (decimal): -2794831 or 11623125. OLE color: 11623125.
HSL color Cylindrical-coordinate representation of color #D55AB1: hue angle of 317.56º 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 #D55AB1 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 177 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.16 |
| HSL | 317.56º | 0.59% | 0.59% | - |
| HSV(B) | 317.56º | 0.58% | 0.84% | - |
| XYZ | 39.03 | 24.63 | 44.29 | - |
| YUV | 136.7 | 150.75 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 177 | 0 | 0.58 | 0.17 | 0.16 | 317.56 | 0.59 | 0.59 |
| Hex | D5 | 5A | B1 | 0 | 3A | 11 | 10 | 13E | 3B | 3B |
| Octal | 325 | 132 | 261 | 0 | 72 | 21 | 20 | 476 | 73 | 73 |
| Binary | 11010101 | 1011010 | 10110001 | 0 | 111010 | 10001 | 10000 | 100111110 | 111011 | 111011 |
Color Harmonies of #D55AB1
Complementary color
Monochromatic Colors of #D55AB1
Black with #D55AB1
Text Example
Text Example
White with #D55AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55AB1; }
p { color: rgb(213,90,177); }
H1.HeaderClassName
{
color: #D55AB1;
}
.AnyTagClassName
{
color: #D55AB1;
}
</style>
background-color css
<style>
a { background-color: #D55AB1; }
a { background-color: rgb(213,90,177); }
div.DivClassName
{
background-color: #D55AB1;
}
.BgClassName
{
background-color: #D55AB1;
}
</style>
border-color css
<style>
span { border-color: #D55AB1; }
span { border-color: rgb(213,90,177); }
td.TdClassName
{
border-color: #D55AB1;
}
.TagClassName
{
border-color: #D55AB1;
}
</style>