Shades of Fuchsia #D555BD
Tints of Fuchsia #D555BD
RGB
CMYK
RGB Variations
Color information
#D555BD (or 0xD555BD) is known color: Fuchsia. HEX triplet: D5, 55 and BD. RGB value is (213,85,189). Sum of RGB (Red+Green+Blue) = 213+85+189=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D555BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555BD is #2AAA42. Grayscale: #868686. Windows color (decimal): -2796099 or 12408277. OLE color: 12408277.
HSL color Cylindrical-coordinate representation of color #D555BD: hue angle of 311.25º 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 #D555BD is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 189 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.16 |
| HSL | 311.25º | 0.6% | 0.58% | - |
| HSV(B) | 311.25º | 0.6% | 0.84% | - |
| XYZ | 39.87 | 24.32 | 50.74 | - |
| YUV | 135.13 | 158.41 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 189 | 0 | 0.60 | 0.11 | 0.16 | 311.25 | 0.6 | 0.58 |
| Hex | D5 | 55 | BD | 0 | 3C | B | 10 | 137 | 3C | 3A |
| Octal | 325 | 125 | 275 | 0 | 74 | 13 | 20 | 467 | 74 | 72 |
| Binary | 11010101 | 1010101 | 10111101 | 0 | 111100 | 1011 | 10000 | 100110111 | 111100 | 111010 |
Color Harmonies of #D555BD
Complementary color
Monochromatic Colors of #D555BD
Black with #D555BD
Text Example
Text Example
White with #D555BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D555BD; }
p { color: rgb(213,85,189); }
H1.HeaderClassName
{
color: #D555BD;
}
.AnyTagClassName
{
color: #D555BD;
}
</style>
background-color css
<style>
a { background-color: #D555BD; }
a { background-color: rgb(213,85,189); }
div.DivClassName
{
background-color: #D555BD;
}
.BgClassName
{
background-color: #D555BD;
}
</style>
border-color css
<style>
span { border-color: #D555BD; }
span { border-color: rgb(213,85,189); }
td.TdClassName
{
border-color: #D555BD;
}
.TagClassName
{
border-color: #D555BD;
}
</style>