Shades of Fuchsia #D55EB1
Tints of Fuchsia #D55EB1
RGB
CMYK
RGB Variations
Color information
#D55EB1 (or 0xD55EB1) is known color: Fuchsia. HEX triplet: D5, 5E and B1. RGB value is (213,94,177). Sum of RGB (Red+Green+Blue) = 213+94+177=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D55EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55EB1 is #2AA14E. Grayscale: #8A8A8A. Windows color (decimal): -2793807 or 11624149. OLE color: 11624149.
HSL color Cylindrical-coordinate representation of color #D55EB1: hue angle of 318.15º 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 #D55EB1 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 177 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.16 |
| HSL | 318.15º | 0.59% | 0.6% | - |
| HSV(B) | 318.15º | 0.56% | 0.84% | - |
| XYZ | 39.38 | 25.33 | 44.41 | - |
| YUV | 139.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 177 | 0 | 0.56 | 0.17 | 0.16 | 318.15 | 0.59 | 0.6 |
| Hex | D5 | 5E | B1 | 0 | 38 | 11 | 10 | 13E | 3B | 3C |
| Octal | 325 | 136 | 261 | 0 | 70 | 21 | 20 | 476 | 73 | 74 |
| Binary | 11010101 | 1011110 | 10110001 | 0 | 111000 | 10001 | 10000 | 100111110 | 111011 | 111100 |
Color Harmonies of #D55EB1
Complementary color
Monochromatic Colors of #D55EB1
Black with #D55EB1
Text Example
Text Example
White with #D55EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55EB1; }
p { color: rgb(213,94,177); }
H1.HeaderClassName
{
color: #D55EB1;
}
.AnyTagClassName
{
color: #D55EB1;
}
</style>
background-color css
<style>
a { background-color: #D55EB1; }
a { background-color: rgb(213,94,177); }
div.DivClassName
{
background-color: #D55EB1;
}
.BgClassName
{
background-color: #D55EB1;
}
</style>
border-color css
<style>
span { border-color: #D55EB1; }
span { border-color: rgb(213,94,177); }
td.TdClassName
{
border-color: #D55EB1;
}
.TagClassName
{
border-color: #D55EB1;
}
</style>