Shades of Fuchsia #D54FBF
Tints of Fuchsia #D54FBF
RGB
CMYK
RGB Variations
Color information
#D54FBF (or 0xD54FBF) is known color: Fuchsia. HEX triplet: D5, 4F and BF. RGB value is (213,79,191). Sum of RGB (Red+Green+Blue) = 213+79+191=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54FBF is #2AB040. Grayscale: #838383. Windows color (decimal): -2797633 or 12537813. OLE color: 12537813.
HSL color Cylindrical-coordinate representation of color #D54FBF: hue angle of 309.85º 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 #D54FBF is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 191 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.16 |
| HSL | 309.85º | 0.61% | 0.57% | - |
| HSV(B) | 309.85º | 0.63% | 0.84% | - |
| XYZ | 39.64 | 23.5 | 51.74 | - |
| YUV | 131.83 | 161.39 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 191 | 0 | 0.63 | 0.10 | 0.16 | 309.85 | 0.61 | 0.57 |
| Hex | D5 | 4F | BF | 0 | 3F | A | 10 | 136 | 3D | 39 |
| Octal | 325 | 117 | 277 | 0 | 77 | 12 | 20 | 466 | 75 | 71 |
| Binary | 11010101 | 1001111 | 10111111 | 0 | 111111 | 1010 | 10000 | 100110110 | 111101 | 111001 |
Color Harmonies of #D54FBF
Complementary color
Monochromatic Colors of #D54FBF
Black with #D54FBF
Text Example
Text Example
White with #D54FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54FBF; }
p { color: rgb(213,79,191); }
H1.HeaderClassName
{
color: #D54FBF;
}
.AnyTagClassName
{
color: #D54FBF;
}
</style>
background-color css
<style>
a { background-color: #D54FBF; }
a { background-color: rgb(213,79,191); }
div.DivClassName
{
background-color: #D54FBF;
}
.BgClassName
{
background-color: #D54FBF;
}
</style>
border-color css
<style>
span { border-color: #D54FBF; }
span { border-color: rgb(213,79,191); }
td.TdClassName
{
border-color: #D54FBF;
}
.TagClassName
{
border-color: #D54FBF;
}
</style>