Shades of Fuchsia #D55AB7
Tints of Fuchsia #D55AB7
RGB
CMYK
RGB Variations
Color information
#D55AB7 (or 0xD55AB7) is known color: Fuchsia. HEX triplet: D5, 5A and B7. RGB value is (213,90,183). Sum of RGB (Red+Green+Blue) = 213+90+183=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55AB7 is #2AA548. Grayscale: #898989. Windows color (decimal): -2794825 or 12016341. OLE color: 12016341.
HSL color Cylindrical-coordinate representation of color #D55AB7: hue angle of 314.63º 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 #D55AB7 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 183 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.16 |
| HSL | 314.63º | 0.59% | 0.59% | - |
| HSV(B) | 314.63º | 0.58% | 0.84% | - |
| XYZ | 39.64 | 24.88 | 47.51 | - |
| YUV | 137.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 183 | 0 | 0.58 | 0.14 | 0.16 | 314.63 | 0.59 | 0.59 |
| Hex | D5 | 5A | B7 | 0 | 3A | E | 10 | 13B | 3B | 3B |
| Octal | 325 | 132 | 267 | 0 | 72 | 16 | 20 | 473 | 73 | 73 |
| Binary | 11010101 | 1011010 | 10110111 | 0 | 111010 | 1110 | 10000 | 100111011 | 111011 | 111011 |
Color Harmonies of #D55AB7
Complementary color
Monochromatic Colors of #D55AB7
Black with #D55AB7
Text Example
Text Example
White with #D55AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55AB7; }
p { color: rgb(213,90,183); }
H1.HeaderClassName
{
color: #D55AB7;
}
.AnyTagClassName
{
color: #D55AB7;
}
</style>
background-color css
<style>
a { background-color: #D55AB7; }
a { background-color: rgb(213,90,183); }
div.DivClassName
{
background-color: #D55AB7;
}
.BgClassName
{
background-color: #D55AB7;
}
</style>
border-color css
<style>
span { border-color: #D55AB7; }
span { border-color: rgb(213,90,183); }
td.TdClassName
{
border-color: #D55AB7;
}
.TagClassName
{
border-color: #D55AB7;
}
</style>