Shades of Fuchsia #D540BF
Tints of Fuchsia #D540BF
RGB
CMYK
RGB Variations
Color information
#D540BF (or 0xD540BF) is known color: Fuchsia. HEX triplet: D5, 40 and BF. RGB value is (213,64,191). Sum of RGB (Red+Green+Blue) = 213+64+191=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D540BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D540BF is #2ABF40. Grayscale: #7A7A7A. Windows color (decimal): -2801473 or 12533973. OLE color: 12533973.
HSL color Cylindrical-coordinate representation of color #D540BF: hue angle of 308.86º 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 #D540BF is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 191 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.16 |
| HSL | 308.86º | 0.64% | 0.54% | - |
| HSV(B) | 308.86º | 0.7% | 0.84% | - |
| XYZ | 38.68 | 21.57 | 51.42 | - |
| YUV | 123.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 191 | 0 | 0.70 | 0.10 | 0.16 | 308.86 | 0.64 | 0.54 |
| Hex | D5 | 40 | BF | 0 | 46 | A | 10 | 135 | 40 | 36 |
| Octal | 325 | 100 | 277 | 0 | 106 | 12 | 20 | 465 | 100 | 66 |
| Binary | 11010101 | 1000000 | 10111111 | 0 | 1000110 | 1010 | 10000 | 100110101 | 1000000 | 110110 |
Color Harmonies of #D540BF
Complementary color
Monochromatic Colors of #D540BF
Black with #D540BF
Text Example
Text Example
White with #D540BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D540BF; }
p { color: rgb(213,64,191); }
H1.HeaderClassName
{
color: #D540BF;
}
.AnyTagClassName
{
color: #D540BF;
}
</style>
background-color css
<style>
a { background-color: #D540BF; }
a { background-color: rgb(213,64,191); }
div.DivClassName
{
background-color: #D540BF;
}
.BgClassName
{
background-color: #D540BF;
}
</style>
border-color css
<style>
span { border-color: #D540BF; }
span { border-color: rgb(213,64,191); }
td.TdClassName
{
border-color: #D540BF;
}
.TagClassName
{
border-color: #D540BF;
}
</style>