Shades of Fuchsia #D540B0
Tints of Fuchsia #D540B0
RGB
CMYK
RGB Variations
Color information
#D540B0 (or 0xD540B0) is known color: Fuchsia. HEX triplet: D5, 40 and B0. RGB value is (213,64,176). Sum of RGB (Red+Green+Blue) = 213+64+176=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D540B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D540B0 is #2ABF4F. Grayscale: #797979. Windows color (decimal): -2801488 or 11550933. OLE color: 11550933.
HSL color Cylindrical-coordinate representation of color #D540B0: hue angle of 314.9º 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 #D540B0 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 176 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.16 |
| HSL | 314.9º | 0.64% | 0.54% | - |
| HSV(B) | 314.9º | 0.7% | 0.84% | - |
| XYZ | 37.11 | 20.95 | 43.16 | - |
| YUV | 121.32 | 158.86 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 176 | 0 | 0.70 | 0.17 | 0.16 | 314.9 | 0.64 | 0.54 |
| Hex | D5 | 40 | B0 | 0 | 46 | 11 | 10 | 13B | 40 | 36 |
| Octal | 325 | 100 | 260 | 0 | 106 | 21 | 20 | 473 | 100 | 66 |
| Binary | 11010101 | 1000000 | 10110000 | 0 | 1000110 | 10001 | 10000 | 100111011 | 1000000 | 110110 |
Color Harmonies of #D540B0
Complementary color
Monochromatic Colors of #D540B0
Black with #D540B0
Text Example
Text Example
White with #D540B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D540B0; }
p { color: rgb(213,64,176); }
H1.HeaderClassName
{
color: #D540B0;
}
.AnyTagClassName
{
color: #D540B0;
}
</style>
background-color css
<style>
a { background-color: #D540B0; }
a { background-color: rgb(213,64,176); }
div.DivClassName
{
background-color: #D540B0;
}
.BgClassName
{
background-color: #D540B0;
}
</style>
border-color css
<style>
span { border-color: #D540B0; }
span { border-color: rgb(213,64,176); }
td.TdClassName
{
border-color: #D540B0;
}
.TagClassName
{
border-color: #D540B0;
}
</style>