Shades of Fuchsia #D54DC0
Tints of Fuchsia #D54DC0
RGB
CMYK
RGB Variations
Color information
#D54DC0 (or 0xD54DC0) is known color: Fuchsia. HEX triplet: D5, 4D and C0. RGB value is (213,77,192). Sum of RGB (Red+Green+Blue) = 213+77+192=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DC0 is #2AB23F. Grayscale: #828282. Windows color (decimal): -2798144 or 12602837. OLE color: 12602837.
HSL color Cylindrical-coordinate representation of color #D54DC0: hue angle of 309.26º 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 #D54DC0 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 192 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.16 |
| HSL | 309.26º | 0.62% | 0.57% | - |
| HSV(B) | 309.26º | 0.64% | 0.84% | - |
| XYZ | 39.61 | 23.26 | 52.27 | - |
| YUV | 130.77 | 162.56 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 192 | 0 | 0.64 | 0.10 | 0.16 | 309.26 | 0.62 | 0.57 |
| Hex | D5 | 4D | C0 | 0 | 40 | A | 10 | 135 | 3E | 39 |
| Octal | 325 | 115 | 300 | 0 | 100 | 12 | 20 | 465 | 76 | 71 |
| Binary | 11010101 | 1001101 | 11000000 | 0 | 1000000 | 1010 | 10000 | 100110101 | 111110 | 111001 |
Color Harmonies of #D54DC0
Complementary color
Monochromatic Colors of #D54DC0
Black with #D54DC0
Text Example
Text Example
White with #D54DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DC0; }
p { color: rgb(213,77,192); }
H1.HeaderClassName
{
color: #D54DC0;
}
.AnyTagClassName
{
color: #D54DC0;
}
</style>
background-color css
<style>
a { background-color: #D54DC0; }
a { background-color: rgb(213,77,192); }
div.DivClassName
{
background-color: #D54DC0;
}
.BgClassName
{
background-color: #D54DC0;
}
</style>
border-color css
<style>
span { border-color: #D54DC0; }
span { border-color: rgb(213,77,192); }
td.TdClassName
{
border-color: #D54DC0;
}
.TagClassName
{
border-color: #D54DC0;
}
</style>