Shades of Fuchsia #D54AB5
Tints of Fuchsia #D54AB5
RGB
CMYK
RGB Variations
Color information
#D54AB5 (or 0xD54AB5) is known color: Fuchsia. HEX triplet: D5, 4A and B5. RGB value is (213,74,181). Sum of RGB (Red+Green+Blue) = 213+74+181=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54AB5 is #2AB54A. Grayscale: #7F7F7F. Windows color (decimal): -2798923 or 11881173. OLE color: 11881173.
HSL color Cylindrical-coordinate representation of color #D54AB5: hue angle of 313.81º 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 #D54AB5 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 181 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.16 |
| HSL | 313.81º | 0.62% | 0.56% | - |
| HSV(B) | 313.81º | 0.65% | 0.84% | - |
| XYZ | 38.23 | 22.38 | 46.02 | - |
| YUV | 127.76 | 158.05 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 181 | 0 | 0.65 | 0.15 | 0.16 | 313.81 | 0.62 | 0.56 |
| Hex | D5 | 4A | B5 | 0 | 41 | F | 10 | 13A | 3E | 38 |
| Octal | 325 | 112 | 265 | 0 | 101 | 17 | 20 | 472 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10110101 | 0 | 1000001 | 1111 | 10000 | 100111010 | 111110 | 111000 |
Color Harmonies of #D54AB5
Complementary color
Monochromatic Colors of #D54AB5
Black with #D54AB5
Text Example
Text Example
White with #D54AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AB5; }
p { color: rgb(213,74,181); }
H1.HeaderClassName
{
color: #D54AB5;
}
.AnyTagClassName
{
color: #D54AB5;
}
</style>
background-color css
<style>
a { background-color: #D54AB5; }
a { background-color: rgb(213,74,181); }
div.DivClassName
{
background-color: #D54AB5;
}
.BgClassName
{
background-color: #D54AB5;
}
</style>
border-color css
<style>
span { border-color: #D54AB5; }
span { border-color: rgb(213,74,181); }
td.TdClassName
{
border-color: #D54AB5;
}
.TagClassName
{
border-color: #D54AB5;
}
</style>