Shades of Fuchsia #D54DB8
Tints of Fuchsia #D54DB8
RGB
CMYK
RGB Variations
Color information
#D54DB8 (or 0xD54DB8) is known color: Fuchsia. HEX triplet: D5, 4D and B8. RGB value is (213,77,184). Sum of RGB (Red+Green+Blue) = 213+77+184=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DB8 is #2AB247. Grayscale: #818181. Windows color (decimal): -2798152 or 12078549. OLE color: 12078549.
HSL color Cylindrical-coordinate representation of color #D54DB8: hue angle of 312.79º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54DB8 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 184 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.16 |
| HSL | 312.79º | 0.62% | 0.57% | - |
| HSV(B) | 312.79º | 0.64% | 0.84% | - |
| XYZ | 38.75 | 22.91 | 47.73 | - |
| YUV | 129.86 | 158.56 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 184 | 0 | 0.64 | 0.14 | 0.16 | 312.79 | 0.62 | 0.57 |
| Hex | D5 | 4D | B8 | 0 | 40 | E | 10 | 139 | 3E | 39 |
| Octal | 325 | 115 | 270 | 0 | 100 | 16 | 20 | 471 | 76 | 71 |
| Binary | 11010101 | 1001101 | 10111000 | 0 | 1000000 | 1110 | 10000 | 100111001 | 111110 | 111001 |
Color Harmonies of #D54DB8
Complementary color
Monochromatic Colors of #D54DB8
Black with #D54DB8
Text Example
Text Example
White with #D54DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DB8; }
p { color: rgb(213,77,184); }
H1.HeaderClassName
{
color: #D54DB8;
}
.AnyTagClassName
{
color: #D54DB8;
}
</style>
background-color css
<style>
a { background-color: #D54DB8; }
a { background-color: rgb(213,77,184); }
div.DivClassName
{
background-color: #D54DB8;
}
.BgClassName
{
background-color: #D54DB8;
}
</style>
border-color css
<style>
span { border-color: #D54DB8; }
span { border-color: rgb(213,77,184); }
td.TdClassName
{
border-color: #D54DB8;
}
.TagClassName
{
border-color: #D54DB8;
}
</style>