Shades of Fuchsia #D55EBF
Tints of Fuchsia #D55EBF
RGB
CMYK
RGB Variations
Color information
#D55EBF (or 0xD55EBF) is known color: Fuchsia. HEX triplet: D5, 5E and BF. RGB value is (213,94,191). Sum of RGB (Red+Green+Blue) = 213+94+191=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D55EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55EBF is #2AA140. Grayscale: #8C8C8C. Windows color (decimal): -2793793 or 12541653. OLE color: 12541653.
HSL color Cylindrical-coordinate representation of color #D55EBF: hue angle of 311.09º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55EBF is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 191 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.16 |
| HSL | 311.09º | 0.59% | 0.6% | - |
| HSV(B) | 311.09º | 0.56% | 0.84% | - |
| XYZ | 40.85 | 25.91 | 52.14 | - |
| YUV | 140.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 191 | 0 | 0.56 | 0.10 | 0.16 | 311.09 | 0.59 | 0.6 |
| Hex | D5 | 5E | BF | 0 | 38 | A | 10 | 137 | 3B | 3C |
| Octal | 325 | 136 | 277 | 0 | 70 | 12 | 20 | 467 | 73 | 74 |
| Binary | 11010101 | 1011110 | 10111111 | 0 | 111000 | 1010 | 10000 | 100110111 | 111011 | 111100 |
Color Harmonies of #D55EBF
Complementary color
Monochromatic Colors of #D55EBF
Black with #D55EBF
Text Example
Text Example
White with #D55EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55EBF; }
p { color: rgb(213,94,191); }
H1.HeaderClassName
{
color: #D55EBF;
}
.AnyTagClassName
{
color: #D55EBF;
}
</style>
background-color css
<style>
a { background-color: #D55EBF; }
a { background-color: rgb(213,94,191); }
div.DivClassName
{
background-color: #D55EBF;
}
.BgClassName
{
background-color: #D55EBF;
}
</style>
border-color css
<style>
span { border-color: #D55EBF; }
span { border-color: rgb(213,94,191); }
td.TdClassName
{
border-color: #D55EBF;
}
.TagClassName
{
border-color: #D55EBF;
}
</style>