Shades of Fuchsia #D544B1
Tints of Fuchsia #D544B1
RGB
CMYK
RGB Variations
Color information
#D544B1 (or 0xD544B1) is known color: Fuchsia. HEX triplet: D5, 44 and B1. RGB value is (213,68,177). Sum of RGB (Red+Green+Blue) = 213+68+177=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D544B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D544B1 is #2ABB4E. Grayscale: #7B7B7B. Windows color (decimal): -2800463 or 11617493. OLE color: 11617493.
HSL color Cylindrical-coordinate representation of color #D544B1: hue angle of 314.9º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D544B1 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 177 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.16 |
| HSL | 314.9º | 0.63% | 0.55% | - |
| HSV(B) | 314.9º | 0.68% | 0.84% | - |
| XYZ | 37.44 | 21.45 | 43.76 | - |
| YUV | 123.78 | 158.04 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 177 | 0 | 0.68 | 0.17 | 0.16 | 314.9 | 0.63 | 0.55 |
| Hex | D5 | 44 | B1 | 0 | 44 | 11 | 10 | 13B | 3F | 37 |
| Octal | 325 | 104 | 261 | 0 | 104 | 21 | 20 | 473 | 77 | 67 |
| Binary | 11010101 | 1000100 | 10110001 | 0 | 1000100 | 10001 | 10000 | 100111011 | 111111 | 110111 |
Color Harmonies of #D544B1
Complementary color
Monochromatic Colors of #D544B1
Black with #D544B1
Text Example
Text Example
White with #D544B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D544B1; }
p { color: rgb(213,68,177); }
H1.HeaderClassName
{
color: #D544B1;
}
.AnyTagClassName
{
color: #D544B1;
}
</style>
background-color css
<style>
a { background-color: #D544B1; }
a { background-color: rgb(213,68,177); }
div.DivClassName
{
background-color: #D544B1;
}
.BgClassName
{
background-color: #D544B1;
}
</style>
border-color css
<style>
span { border-color: #D544B1; }
span { border-color: rgb(213,68,177); }
td.TdClassName
{
border-color: #D544B1;
}
.TagClassName
{
border-color: #D544B1;
}
</style>