Shades of Fuchsia #D541BA
Tints of Fuchsia #D541BA
RGB
CMYK
RGB Variations
Color information
#D541BA (or 0xD541BA) is known color: Fuchsia. HEX triplet: D5, 41 and BA. RGB value is (213,65,186). Sum of RGB (Red+Green+Blue) = 213+65+186=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D541BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D541BA is #2ABE45. Grayscale: #7A7A7A. Windows color (decimal): -2801222 or 12206549. OLE color: 12206549.
HSL color Cylindrical-coordinate representation of color #D541BA: hue angle of 310.95º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D541BA is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 186 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.16 |
| HSL | 310.95º | 0.64% | 0.55% | - |
| HSV(B) | 310.95º | 0.69% | 0.84% | - |
| XYZ | 38.19 | 21.47 | 48.59 | - |
| YUV | 123.05 | 163.53 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 186 | 0 | 0.69 | 0.13 | 0.16 | 310.95 | 0.64 | 0.55 |
| Hex | D5 | 41 | BA | 0 | 45 | D | 10 | 137 | 40 | 37 |
| Octal | 325 | 101 | 272 | 0 | 105 | 15 | 20 | 467 | 100 | 67 |
| Binary | 11010101 | 1000001 | 10111010 | 0 | 1000101 | 1101 | 10000 | 100110111 | 1000000 | 110111 |
Color Harmonies of #D541BA
Complementary color
Monochromatic Colors of #D541BA
Black with #D541BA
Text Example
Text Example
White with #D541BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D541BA; }
p { color: rgb(213,65,186); }
H1.HeaderClassName
{
color: #D541BA;
}
.AnyTagClassName
{
color: #D541BA;
}
</style>
background-color css
<style>
a { background-color: #D541BA; }
a { background-color: rgb(213,65,186); }
div.DivClassName
{
background-color: #D541BA;
}
.BgClassName
{
background-color: #D541BA;
}
</style>
border-color css
<style>
span { border-color: #D541BA; }
span { border-color: rgb(213,65,186); }
td.TdClassName
{
border-color: #D541BA;
}
.TagClassName
{
border-color: #D541BA;
}
</style>