Shades of Fuchsia #D54DBC
Tints of Fuchsia #D54DBC
RGB
CMYK
RGB Variations
Color information
#D54DBC (or 0xD54DBC) is known color: Fuchsia. HEX triplet: D5, 4D and BC. RGB value is (213,77,188). Sum of RGB (Red+Green+Blue) = 213+77+188=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DBC is #2AB243. Grayscale: #828282. Windows color (decimal): -2798148 or 12340693. OLE color: 12340693.
HSL color Cylindrical-coordinate representation of color #D54DBC: hue angle of 311.03º 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 #D54DBC is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 188 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.16 |
| HSL | 311.03º | 0.62% | 0.57% | - |
| HSV(B) | 311.03º | 0.64% | 0.84% | - |
| XYZ | 39.17 | 23.08 | 49.97 | - |
| YUV | 130.32 | 160.56 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 188 | 0 | 0.64 | 0.12 | 0.16 | 311.03 | 0.62 | 0.57 |
| Hex | D5 | 4D | BC | 0 | 40 | C | 10 | 137 | 3E | 39 |
| Octal | 325 | 115 | 274 | 0 | 100 | 14 | 20 | 467 | 76 | 71 |
| Binary | 11010101 | 1001101 | 10111100 | 0 | 1000000 | 1100 | 10000 | 100110111 | 111110 | 111001 |
Color Harmonies of #D54DBC
Complementary color
Monochromatic Colors of #D54DBC
Black with #D54DBC
Text Example
Text Example
White with #D54DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DBC; }
p { color: rgb(213,77,188); }
H1.HeaderClassName
{
color: #D54DBC;
}
.AnyTagClassName
{
color: #D54DBC;
}
</style>
background-color css
<style>
a { background-color: #D54DBC; }
a { background-color: rgb(213,77,188); }
div.DivClassName
{
background-color: #D54DBC;
}
.BgClassName
{
background-color: #D54DBC;
}
</style>
border-color css
<style>
span { border-color: #D54DBC; }
span { border-color: rgb(213,77,188); }
td.TdClassName
{
border-color: #D54DBC;
}
.TagClassName
{
border-color: #D54DBC;
}
</style>