Shades of Fuchsia #D54AB8
Tints of Fuchsia #D54AB8
RGB
CMYK
RGB Variations
Color information
#D54AB8 (or 0xD54AB8) is known color: Fuchsia. HEX triplet: D5, 4A and B8. RGB value is (213,74,184). Sum of RGB (Red+Green+Blue) = 213+74+184=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54AB8 is #2AB547. Grayscale: #7F7F7F. Windows color (decimal): -2798920 or 12077781. OLE color: 12077781.
HSL color Cylindrical-coordinate representation of color #D54AB8: hue angle of 312.52º 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 #D54AB8 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 184 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.16 |
| HSL | 312.52º | 0.62% | 0.56% | - |
| HSV(B) | 312.52º | 0.65% | 0.84% | - |
| XYZ | 38.54 | 22.5 | 47.66 | - |
| YUV | 128.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 184 | 0 | 0.65 | 0.14 | 0.16 | 312.52 | 0.62 | 0.56 |
| Hex | D5 | 4A | B8 | 0 | 41 | E | 10 | 139 | 3E | 38 |
| Octal | 325 | 112 | 270 | 0 | 101 | 16 | 20 | 471 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10111000 | 0 | 1000001 | 1110 | 10000 | 100111001 | 111110 | 111000 |
Color Harmonies of #D54AB8
Complementary color
Monochromatic Colors of #D54AB8
Black with #D54AB8
Text Example
Text Example
White with #D54AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AB8; }
p { color: rgb(213,74,184); }
H1.HeaderClassName
{
color: #D54AB8;
}
.AnyTagClassName
{
color: #D54AB8;
}
</style>
background-color css
<style>
a { background-color: #D54AB8; }
a { background-color: rgb(213,74,184); }
div.DivClassName
{
background-color: #D54AB8;
}
.BgClassName
{
background-color: #D54AB8;
}
</style>
border-color css
<style>
span { border-color: #D54AB8; }
span { border-color: rgb(213,74,184); }
td.TdClassName
{
border-color: #D54AB8;
}
.TagClassName
{
border-color: #D54AB8;
}
</style>