Shades of Fuchsia #D557BD
Tints of Fuchsia #D557BD
RGB
CMYK
RGB Variations
Color information
#D557BD (or 0xD557BD) is known color: Fuchsia. HEX triplet: D5, 57 and BD. RGB value is (213,87,189). Sum of RGB (Red+Green+Blue) = 213+87+189=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D557BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557BD is #2AA842. Grayscale: #888888. Windows color (decimal): -2795587 or 12408789. OLE color: 12408789.
HSL color Cylindrical-coordinate representation of color #D557BD: hue angle of 311.43º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D557BD is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 189 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.16 |
| HSL | 311.43º | 0.6% | 0.59% | - |
| HSV(B) | 311.43º | 0.59% | 0.84% | - |
| XYZ | 40.03 | 24.64 | 50.79 | - |
| YUV | 136.3 | 157.74 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 189 | 0 | 0.59 | 0.11 | 0.16 | 311.43 | 0.6 | 0.59 |
| Hex | D5 | 57 | BD | 0 | 3B | B | 10 | 137 | 3C | 3B |
| Octal | 325 | 127 | 275 | 0 | 73 | 13 | 20 | 467 | 74 | 73 |
| Binary | 11010101 | 1010111 | 10111101 | 0 | 111011 | 1011 | 10000 | 100110111 | 111100 | 111011 |
Color Harmonies of #D557BD
Complementary color
Monochromatic Colors of #D557BD
Black with #D557BD
Text Example
Text Example
White with #D557BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D557BD; }
p { color: rgb(213,87,189); }
H1.HeaderClassName
{
color: #D557BD;
}
.AnyTagClassName
{
color: #D557BD;
}
</style>
background-color css
<style>
a { background-color: #D557BD; }
a { background-color: rgb(213,87,189); }
div.DivClassName
{
background-color: #D557BD;
}
.BgClassName
{
background-color: #D557BD;
}
</style>
border-color css
<style>
span { border-color: #D557BD; }
span { border-color: rgb(213,87,189); }
td.TdClassName
{
border-color: #D557BD;
}
.TagClassName
{
border-color: #D557BD;
}
</style>