Shades of Fuchsia #D544B5
Tints of Fuchsia #D544B5
RGB
CMYK
RGB Variations
Color information
#D544B5 (or 0xD544B5) is known color: Fuchsia. HEX triplet: D5, 44 and B5. RGB value is (213,68,181). Sum of RGB (Red+Green+Blue) = 213+68+181=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D544B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D544B5 is #2ABB4A. Grayscale: #7B7B7B. Windows color (decimal): -2800459 or 11879637. OLE color: 11879637.
HSL color Cylindrical-coordinate representation of color #D544B5: hue angle of 313.24º 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 #D544B5 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 181 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.16 |
| HSL | 313.24º | 0.63% | 0.55% | - |
| HSV(B) | 313.24º | 0.68% | 0.84% | - |
| XYZ | 37.85 | 21.62 | 45.89 | - |
| YUV | 124.24 | 160.04 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 181 | 0 | 0.68 | 0.15 | 0.16 | 313.24 | 0.63 | 0.55 |
| Hex | D5 | 44 | B5 | 0 | 44 | F | 10 | 139 | 3F | 37 |
| Octal | 325 | 104 | 265 | 0 | 104 | 17 | 20 | 471 | 77 | 67 |
| Binary | 11010101 | 1000100 | 10110101 | 0 | 1000100 | 1111 | 10000 | 100111001 | 111111 | 110111 |
Color Harmonies of #D544B5
Complementary color
Monochromatic Colors of #D544B5
Black with #D544B5
Text Example
Text Example
White with #D544B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D544B5; }
p { color: rgb(213,68,181); }
H1.HeaderClassName
{
color: #D544B5;
}
.AnyTagClassName
{
color: #D544B5;
}
</style>
background-color css
<style>
a { background-color: #D544B5; }
a { background-color: rgb(213,68,181); }
div.DivClassName
{
background-color: #D544B5;
}
.BgClassName
{
background-color: #D544B5;
}
</style>
border-color css
<style>
span { border-color: #D544B5; }
span { border-color: rgb(213,68,181); }
td.TdClassName
{
border-color: #D544B5;
}
.TagClassName
{
border-color: #D544B5;
}
</style>