Shades of Fuchsia #D55FBF
Tints of Fuchsia #D55FBF
RGB
CMYK
RGB Variations
Color information
#D55FBF (or 0xD55FBF) is known color: Fuchsia. HEX triplet: D5, 5F and BF. RGB value is (213,95,191). Sum of RGB (Red+Green+Blue) = 213+95+191=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FBF is #2AA040. Grayscale: #8C8C8C. Windows color (decimal): -2793537 or 12541909. OLE color: 12541909.
HSL color Cylindrical-coordinate representation of color #D55FBF: hue angle of 311.19º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55FBF is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 191 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.16 |
| HSL | 311.19º | 0.58% | 0.6% | - |
| HSV(B) | 311.19º | 0.55% | 0.84% | - |
| XYZ | 40.94 | 26.09 | 52.17 | - |
| YUV | 141.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 191 | 0 | 0.55 | 0.10 | 0.16 | 311.19 | 0.58 | 0.6 |
| Hex | D5 | 5F | BF | 0 | 37 | A | 10 | 137 | 3A | 3C |
| Octal | 325 | 137 | 277 | 0 | 67 | 12 | 20 | 467 | 72 | 74 |
| Binary | 11010101 | 1011111 | 10111111 | 0 | 110111 | 1010 | 10000 | 100110111 | 111010 | 111100 |
Color Harmonies of #D55FBF
Complementary color
Monochromatic Colors of #D55FBF
Black with #D55FBF
Text Example
Text Example
White with #D55FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55FBF; }
p { color: rgb(213,95,191); }
H1.HeaderClassName
{
color: #D55FBF;
}
.AnyTagClassName
{
color: #D55FBF;
}
</style>
background-color css
<style>
a { background-color: #D55FBF; }
a { background-color: rgb(213,95,191); }
div.DivClassName
{
background-color: #D55FBF;
}
.BgClassName
{
background-color: #D55FBF;
}
</style>
border-color css
<style>
span { border-color: #D55FBF; }
span { border-color: rgb(213,95,191); }
td.TdClassName
{
border-color: #D55FBF;
}
.TagClassName
{
border-color: #D55FBF;
}
</style>