Shades of Fuchsia #D555BE
Tints of Fuchsia #D555BE
RGB
CMYK
RGB Variations
Color information
#D555BE (or 0xD555BE) is known color: Fuchsia. HEX triplet: D5, 55 and BE. RGB value is (213,85,190). Sum of RGB (Red+Green+Blue) = 213+85+190=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D555BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555BE is #2AAA41. Grayscale: #868686. Windows color (decimal): -2796098 or 12473813. OLE color: 12473813.
HSL color Cylindrical-coordinate representation of color #D555BE: hue angle of 310.78º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D555BE is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 190 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.16 |
| HSL | 310.78º | 0.6% | 0.58% | - |
| HSV(B) | 310.78º | 0.6% | 0.84% | - |
| XYZ | 39.98 | 24.36 | 51.31 | - |
| YUV | 135.24 | 158.91 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 190 | 0 | 0.60 | 0.11 | 0.16 | 310.78 | 0.6 | 0.58 |
| Hex | D5 | 55 | BE | 0 | 3C | B | 10 | 137 | 3C | 3A |
| Octal | 325 | 125 | 276 | 0 | 74 | 13 | 20 | 467 | 74 | 72 |
| Binary | 11010101 | 1010101 | 10111110 | 0 | 111100 | 1011 | 10000 | 100110111 | 111100 | 111010 |
Color Harmonies of #D555BE
Complementary color
Monochromatic Colors of #D555BE
Black with #D555BE
Text Example
Text Example
White with #D555BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D555BE; }
p { color: rgb(213,85,190); }
H1.HeaderClassName
{
color: #D555BE;
}
.AnyTagClassName
{
color: #D555BE;
}
</style>
background-color css
<style>
a { background-color: #D555BE; }
a { background-color: rgb(213,85,190); }
div.DivClassName
{
background-color: #D555BE;
}
.BgClassName
{
background-color: #D555BE;
}
</style>
border-color css
<style>
span { border-color: #D555BE; }
span { border-color: rgb(213,85,190); }
td.TdClassName
{
border-color: #D555BE;
}
.TagClassName
{
border-color: #D555BE;
}
</style>