Shades of Fuchsia #D554BD
Tints of Fuchsia #D554BD
RGB
CMYK
RGB Variations
Color information
#D554BD (or 0xD554BD) is known color: Fuchsia. HEX triplet: D5, 54 and BD. RGB value is (213,84,189). Sum of RGB (Red+Green+Blue) = 213+84+189=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D554BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D554BD is #2AAB42. Grayscale: #868686. Windows color (decimal): -2796355 or 12408021. OLE color: 12408021.
HSL color Cylindrical-coordinate representation of color #D554BD: hue angle of 311.16º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D554BD is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 189 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.16 |
| HSL | 311.16º | 0.61% | 0.58% | - |
| HSV(B) | 311.16º | 0.61% | 0.84% | - |
| XYZ | 39.8 | 24.16 | 50.71 | - |
| YUV | 134.54 | 158.74 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 189 | 0 | 0.61 | 0.11 | 0.16 | 311.16 | 0.61 | 0.58 |
| Hex | D5 | 54 | BD | 0 | 3D | B | 10 | 137 | 3D | 3A |
| Octal | 325 | 124 | 275 | 0 | 75 | 13 | 20 | 467 | 75 | 72 |
| Binary | 11010101 | 1010100 | 10111101 | 0 | 111101 | 1011 | 10000 | 100110111 | 111101 | 111010 |
Color Harmonies of #D554BD
Complementary color
Monochromatic Colors of #D554BD
Black with #D554BD
Text Example
Text Example
White with #D554BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D554BD; }
p { color: rgb(213,84,189); }
H1.HeaderClassName
{
color: #D554BD;
}
.AnyTagClassName
{
color: #D554BD;
}
</style>
background-color css
<style>
a { background-color: #D554BD; }
a { background-color: rgb(213,84,189); }
div.DivClassName
{
background-color: #D554BD;
}
.BgClassName
{
background-color: #D554BD;
}
</style>
border-color css
<style>
span { border-color: #D554BD; }
span { border-color: rgb(213,84,189); }
td.TdClassName
{
border-color: #D554BD;
}
.TagClassName
{
border-color: #D554BD;
}
</style>