Shades of Fuchsia #D54AB9
Tints of Fuchsia #D54AB9
RGB
CMYK
RGB Variations
Color information
#D54AB9 (or 0xD54AB9) is known color: Fuchsia. HEX triplet: D5, 4A and B9. RGB value is (213,74,185). Sum of RGB (Red+Green+Blue) = 213+74+185=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54AB9 is #2AB546. Grayscale: #7F7F7F. Windows color (decimal): -2798919 or 12143317. OLE color: 12143317.
HSL color Cylindrical-coordinate representation of color #D54AB9: hue angle of 312.09º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54AB9 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 185 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.16 |
| HSL | 312.09º | 0.62% | 0.56% | - |
| HSV(B) | 312.09º | 0.65% | 0.84% | - |
| XYZ | 38.65 | 22.55 | 48.21 | - |
| YUV | 128.22 | 160.05 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 185 | 0 | 0.65 | 0.13 | 0.16 | 312.09 | 0.62 | 0.56 |
| Hex | D5 | 4A | B9 | 0 | 41 | D | 10 | 138 | 3E | 38 |
| Octal | 325 | 112 | 271 | 0 | 101 | 15 | 20 | 470 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10111001 | 0 | 1000001 | 1101 | 10000 | 100111000 | 111110 | 111000 |
Color Harmonies of #D54AB9
Complementary color
Monochromatic Colors of #D54AB9
Black with #D54AB9
Text Example
Text Example
White with #D54AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AB9; }
p { color: rgb(213,74,185); }
H1.HeaderClassName
{
color: #D54AB9;
}
.AnyTagClassName
{
color: #D54AB9;
}
</style>
background-color css
<style>
a { background-color: #D54AB9; }
a { background-color: rgb(213,74,185); }
div.DivClassName
{
background-color: #D54AB9;
}
.BgClassName
{
background-color: #D54AB9;
}
</style>
border-color css
<style>
span { border-color: #D54AB9; }
span { border-color: rgb(213,74,185); }
td.TdClassName
{
border-color: #D54AB9;
}
.TagClassName
{
border-color: #D54AB9;
}
</style>