Shades of Fuchsia #D554BE
Tints of Fuchsia #D554BE
RGB
CMYK
RGB Variations
Color information
#D554BE (or 0xD554BE) is known color: Fuchsia. HEX triplet: D5, 54 and BE. RGB value is (213,84,190). Sum of RGB (Red+Green+Blue) = 213+84+190=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D554BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D554BE is #2AAB41. Grayscale: #868686. Windows color (decimal): -2796354 or 12473557. OLE color: 12473557.
HSL color Cylindrical-coordinate representation of color #D554BE: hue angle of 310.7º 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 #D554BE is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 190 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.16 |
| HSL | 310.7º | 0.61% | 0.58% | - |
| HSV(B) | 310.7º | 0.61% | 0.84% | - |
| XYZ | 39.91 | 24.2 | 51.28 | - |
| YUV | 134.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 190 | 0 | 0.61 | 0.11 | 0.16 | 310.7 | 0.61 | 0.58 |
| Hex | D5 | 54 | BE | 0 | 3D | B | 10 | 137 | 3D | 3A |
| Octal | 325 | 124 | 276 | 0 | 75 | 13 | 20 | 467 | 75 | 72 |
| Binary | 11010101 | 1010100 | 10111110 | 0 | 111101 | 1011 | 10000 | 100110111 | 111101 | 111010 |
Color Harmonies of #D554BE
Complementary color
Monochromatic Colors of #D554BE
Black with #D554BE
Text Example
Text Example
White with #D554BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D554BE; }
p { color: rgb(213,84,190); }
H1.HeaderClassName
{
color: #D554BE;
}
.AnyTagClassName
{
color: #D554BE;
}
</style>
background-color css
<style>
a { background-color: #D554BE; }
a { background-color: rgb(213,84,190); }
div.DivClassName
{
background-color: #D554BE;
}
.BgClassName
{
background-color: #D554BE;
}
</style>
border-color css
<style>
span { border-color: #D554BE; }
span { border-color: rgb(213,84,190); }
td.TdClassName
{
border-color: #D554BE;
}
.TagClassName
{
border-color: #D554BE;
}
</style>