Shades of Fuchsia #D54FC9
Tints of Fuchsia #D54FC9
RGB
CMYK
RGB Variations
Color information
#D54FC9 (or 0xD54FC9) is known color: Fuchsia. HEX triplet: D5, 4F and C9. RGB value is (213,79,201). Sum of RGB (Red+Green+Blue) = 213+79+201=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54FC9 is #2AB036. Grayscale: #848484. Windows color (decimal): -2797623 or 13193173. OLE color: 13193173.
HSL color Cylindrical-coordinate representation of color #D54FC9: hue angle of 305.37º 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 #D54FC9 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 201 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.16 |
| HSL | 305.37º | 0.61% | 0.57% | - |
| HSV(B) | 305.37º | 0.63% | 0.84% | - |
| XYZ | 40.78 | 23.96 | 57.73 | - |
| YUV | 132.97 | 166.39 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 201 | 0 | 0.63 | 0.06 | 0.16 | 305.37 | 0.61 | 0.57 |
| Hex | D5 | 4F | C9 | 0 | 3F | 6 | 10 | 131 | 3D | 39 |
| Octal | 325 | 117 | 311 | 0 | 77 | 6 | 20 | 461 | 75 | 71 |
| Binary | 11010101 | 1001111 | 11001001 | 0 | 111111 | 110 | 10000 | 100110001 | 111101 | 111001 |
Color Harmonies of #D54FC9
Complementary color
Monochromatic Colors of #D54FC9
Black with #D54FC9
Text Example
Text Example
White with #D54FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54FC9; }
p { color: rgb(213,79,201); }
H1.HeaderClassName
{
color: #D54FC9;
}
.AnyTagClassName
{
color: #D54FC9;
}
</style>
background-color css
<style>
a { background-color: #D54FC9; }
a { background-color: rgb(213,79,201); }
div.DivClassName
{
background-color: #D54FC9;
}
.BgClassName
{
background-color: #D54FC9;
}
</style>
border-color css
<style>
span { border-color: #D54FC9; }
span { border-color: rgb(213,79,201); }
td.TdClassName
{
border-color: #D54FC9;
}
.TagClassName
{
border-color: #D54FC9;
}
</style>