Shades of Fuchsia #D54DC8
Tints of Fuchsia #D54DC8
RGB
CMYK
RGB Variations
Color information
#D54DC8 (or 0xD54DC8) is known color: Fuchsia. HEX triplet: D5, 4D and C8. RGB value is (213,77,200). Sum of RGB (Red+Green+Blue) = 213+77+200=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DC8 is #2AB237. Grayscale: #838383. Windows color (decimal): -2798136 or 13127125. OLE color: 13127125.
HSL color Cylindrical-coordinate representation of color #D54DC8: hue angle of 305.74º 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 #D54DC8 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 200 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.16 |
| HSL | 305.74º | 0.62% | 0.57% | - |
| HSV(B) | 305.74º | 0.64% | 0.84% | - |
| XYZ | 40.52 | 23.62 | 57.07 | - |
| YUV | 131.69 | 166.56 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 200 | 0 | 0.64 | 0.06 | 0.16 | 305.74 | 0.62 | 0.57 |
| Hex | D5 | 4D | C8 | 0 | 40 | 6 | 10 | 132 | 3E | 39 |
| Octal | 325 | 115 | 310 | 0 | 100 | 6 | 20 | 462 | 76 | 71 |
| Binary | 11010101 | 1001101 | 11001000 | 0 | 1000000 | 110 | 10000 | 100110010 | 111110 | 111001 |
Color Harmonies of #D54DC8
Complementary color
Monochromatic Colors of #D54DC8
Black with #D54DC8
Text Example
Text Example
White with #D54DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DC8; }
p { color: rgb(213,77,200); }
H1.HeaderClassName
{
color: #D54DC8;
}
.AnyTagClassName
{
color: #D54DC8;
}
</style>
background-color css
<style>
a { background-color: #D54DC8; }
a { background-color: rgb(213,77,200); }
div.DivClassName
{
background-color: #D54DC8;
}
.BgClassName
{
background-color: #D54DC8;
}
</style>
border-color css
<style>
span { border-color: #D54DC8; }
span { border-color: rgb(213,77,200); }
td.TdClassName
{
border-color: #D54DC8;
}
.TagClassName
{
border-color: #D54DC8;
}
</style>