Shades of Fuchsia #D55ABD
Tints of Fuchsia #D55ABD
RGB
CMYK
RGB Variations
Color information
#D55ABD (or 0xD55ABD) is known color: Fuchsia. HEX triplet: D5, 5A and BD. RGB value is (213,90,189). Sum of RGB (Red+Green+Blue) = 213+90+189=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D55ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55ABD is #2AA542. Grayscale: #898989. Windows color (decimal): -2794819 or 12409557. OLE color: 12409557.
HSL color Cylindrical-coordinate representation of color #D55ABD: hue angle of 311.71º 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 #D55ABD is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 189 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.16 |
| HSL | 311.71º | 0.59% | 0.59% | - |
| HSV(B) | 311.71º | 0.58% | 0.84% | - |
| XYZ | 40.28 | 25.13 | 50.87 | - |
| YUV | 138.06 | 156.75 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 189 | 0 | 0.58 | 0.11 | 0.16 | 311.71 | 0.59 | 0.59 |
| Hex | D5 | 5A | BD | 0 | 3A | B | 10 | 138 | 3B | 3B |
| Octal | 325 | 132 | 275 | 0 | 72 | 13 | 20 | 470 | 73 | 73 |
| Binary | 11010101 | 1011010 | 10111101 | 0 | 111010 | 1011 | 10000 | 100111000 | 111011 | 111011 |
Color Harmonies of #D55ABD
Complementary color
Monochromatic Colors of #D55ABD
Black with #D55ABD
Text Example
Text Example
White with #D55ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55ABD; }
p { color: rgb(213,90,189); }
H1.HeaderClassName
{
color: #D55ABD;
}
.AnyTagClassName
{
color: #D55ABD;
}
</style>
background-color css
<style>
a { background-color: #D55ABD; }
a { background-color: rgb(213,90,189); }
div.DivClassName
{
background-color: #D55ABD;
}
.BgClassName
{
background-color: #D55ABD;
}
</style>
border-color css
<style>
span { border-color: #D55ABD; }
span { border-color: rgb(213,90,189); }
td.TdClassName
{
border-color: #D55ABD;
}
.TagClassName
{
border-color: #D55ABD;
}
</style>