Shades of Fuchsia #D540BA
Tints of Fuchsia #D540BA
RGB
CMYK
RGB Variations
Color information
#D540BA (or 0xD540BA) is known color: Fuchsia. HEX triplet: D5, 40 and BA. RGB value is (213,64,186). Sum of RGB (Red+Green+Blue) = 213+64+186=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D540BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D540BA is #2ABF45. Grayscale: #7A7A7A. Windows color (decimal): -2801478 or 12206293. OLE color: 12206293.
HSL color Cylindrical-coordinate representation of color #D540BA: hue angle of 310.87º 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 #D540BA is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 186 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.16 |
| HSL | 310.87º | 0.64% | 0.54% | - |
| HSV(B) | 310.87º | 0.7% | 0.84% | - |
| XYZ | 38.14 | 21.36 | 48.57 | - |
| YUV | 122.46 | 163.86 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 186 | 0 | 0.70 | 0.13 | 0.16 | 310.87 | 0.64 | 0.54 |
| Hex | D5 | 40 | BA | 0 | 46 | D | 10 | 137 | 40 | 36 |
| Octal | 325 | 100 | 272 | 0 | 106 | 15 | 20 | 467 | 100 | 66 |
| Binary | 11010101 | 1000000 | 10111010 | 0 | 1000110 | 1101 | 10000 | 100110111 | 1000000 | 110110 |
Color Harmonies of #D540BA
Complementary color
Monochromatic Colors of #D540BA
Black with #D540BA
Text Example
Text Example
White with #D540BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D540BA; }
p { color: rgb(213,64,186); }
H1.HeaderClassName
{
color: #D540BA;
}
.AnyTagClassName
{
color: #D540BA;
}
</style>
background-color css
<style>
a { background-color: #D540BA; }
a { background-color: rgb(213,64,186); }
div.DivClassName
{
background-color: #D540BA;
}
.BgClassName
{
background-color: #D540BA;
}
</style>
border-color css
<style>
span { border-color: #D540BA; }
span { border-color: rgb(213,64,186); }
td.TdClassName
{
border-color: #D540BA;
}
.TagClassName
{
border-color: #D540BA;
}
</style>