Shades of Fuchsia #D55AB8
Tints of Fuchsia #D55AB8
RGB
CMYK
RGB Variations
Color information
#D55AB8 (or 0xD55AB8) is known color: Fuchsia. HEX triplet: D5, 5A and B8. RGB value is (213,90,184). Sum of RGB (Red+Green+Blue) = 213+90+184=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55AB8 is #2AA547. Grayscale: #898989. Windows color (decimal): -2794824 or 12081877. OLE color: 12081877.
HSL color Cylindrical-coordinate representation of color #D55AB8: hue angle of 314.15º 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 #D55AB8 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 184 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.16 |
| HSL | 314.15º | 0.59% | 0.59% | - |
| HSV(B) | 314.15º | 0.58% | 0.84% | - |
| XYZ | 39.75 | 24.92 | 48.06 | - |
| YUV | 137.49 | 154.25 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 184 | 0 | 0.58 | 0.14 | 0.16 | 314.15 | 0.59 | 0.59 |
| Hex | D5 | 5A | B8 | 0 | 3A | E | 10 | 13A | 3B | 3B |
| Octal | 325 | 132 | 270 | 0 | 72 | 16 | 20 | 472 | 73 | 73 |
| Binary | 11010101 | 1011010 | 10111000 | 0 | 111010 | 1110 | 10000 | 100111010 | 111011 | 111011 |
Color Harmonies of #D55AB8
Complementary color
Monochromatic Colors of #D55AB8
Black with #D55AB8
Text Example
Text Example
White with #D55AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55AB8; }
p { color: rgb(213,90,184); }
H1.HeaderClassName
{
color: #D55AB8;
}
.AnyTagClassName
{
color: #D55AB8;
}
</style>
background-color css
<style>
a { background-color: #D55AB8; }
a { background-color: rgb(213,90,184); }
div.DivClassName
{
background-color: #D55AB8;
}
.BgClassName
{
background-color: #D55AB8;
}
</style>
border-color css
<style>
span { border-color: #D55AB8; }
span { border-color: rgb(213,90,184); }
td.TdClassName
{
border-color: #D55AB8;
}
.TagClassName
{
border-color: #D55AB8;
}
</style>