Shades of Fuchsia #D54FC1
Tints of Fuchsia #D54FC1
RGB
CMYK
RGB Variations
Color information
#D54FC1 (or 0xD54FC1) is known color: Fuchsia. HEX triplet: D5, 4F and C1. RGB value is (213,79,193). Sum of RGB (Red+Green+Blue) = 213+79+193=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54FC1 is #2AB03E. Grayscale: #838383. Windows color (decimal): -2797631 or 12668885. OLE color: 12668885.
HSL color Cylindrical-coordinate representation of color #D54FC1: hue angle of 308.96º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54FC1 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 193 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.16 |
| HSL | 308.96º | 0.61% | 0.57% | - |
| HSV(B) | 308.96º | 0.63% | 0.84% | - |
| XYZ | 39.86 | 23.59 | 52.9 | - |
| YUV | 132.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 193 | 0 | 0.63 | 0.09 | 0.16 | 308.96 | 0.61 | 0.57 |
| Hex | D5 | 4F | C1 | 0 | 3F | 9 | 10 | 135 | 3D | 39 |
| Octal | 325 | 117 | 301 | 0 | 77 | 11 | 20 | 465 | 75 | 71 |
| Binary | 11010101 | 1001111 | 11000001 | 0 | 111111 | 1001 | 10000 | 100110101 | 111101 | 111001 |
Color Harmonies of #D54FC1
Complementary color
Monochromatic Colors of #D54FC1
Black with #D54FC1
Text Example
Text Example
White with #D54FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54FC1; }
p { color: rgb(213,79,193); }
H1.HeaderClassName
{
color: #D54FC1;
}
.AnyTagClassName
{
color: #D54FC1;
}
</style>
background-color css
<style>
a { background-color: #D54FC1; }
a { background-color: rgb(213,79,193); }
div.DivClassName
{
background-color: #D54FC1;
}
.BgClassName
{
background-color: #D54FC1;
}
</style>
border-color css
<style>
span { border-color: #D54FC1; }
span { border-color: rgb(213,79,193); }
td.TdClassName
{
border-color: #D54FC1;
}
.TagClassName
{
border-color: #D54FC1;
}
</style>