Shades of Fuchsia #D540B5
Tints of Fuchsia #D540B5
RGB
CMYK
RGB Variations
Color information
#D540B5 (or 0xD540B5) is known color: Fuchsia. HEX triplet: D5, 40 and B5. RGB value is (213,64,181). Sum of RGB (Red+Green+Blue) = 213+64+181=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D540B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D540B5 is #2ABF4A. Grayscale: #797979. Windows color (decimal): -2801483 or 11878613. OLE color: 11878613.
HSL color Cylindrical-coordinate representation of color #D540B5: hue angle of 312.89º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D540B5 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 181 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.16 |
| HSL | 312.89º | 0.64% | 0.54% | - |
| HSV(B) | 312.89º | 0.7% | 0.84% | - |
| XYZ | 37.61 | 21.15 | 45.82 | - |
| YUV | 121.89 | 161.36 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 181 | 0 | 0.70 | 0.15 | 0.16 | 312.89 | 0.64 | 0.54 |
| Hex | D5 | 40 | B5 | 0 | 46 | F | 10 | 139 | 40 | 36 |
| Octal | 325 | 100 | 265 | 0 | 106 | 17 | 20 | 471 | 100 | 66 |
| Binary | 11010101 | 1000000 | 10110101 | 0 | 1000110 | 1111 | 10000 | 100111001 | 1000000 | 110110 |
Color Harmonies of #D540B5
Complementary color
Monochromatic Colors of #D540B5
Black with #D540B5
Text Example
Text Example
White with #D540B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D540B5; }
p { color: rgb(213,64,181); }
H1.HeaderClassName
{
color: #D540B5;
}
.AnyTagClassName
{
color: #D540B5;
}
</style>
background-color css
<style>
a { background-color: #D540B5; }
a { background-color: rgb(213,64,181); }
div.DivClassName
{
background-color: #D540B5;
}
.BgClassName
{
background-color: #D540B5;
}
</style>
border-color css
<style>
span { border-color: #D540B5; }
span { border-color: rgb(213,64,181); }
td.TdClassName
{
border-color: #D540B5;
}
.TagClassName
{
border-color: #D540B5;
}
</style>