Shades of Fuchsia #D542BA
Tints of Fuchsia #D542BA
RGB
CMYK
RGB Variations
Color information
#D542BA (or 0xD542BA) is known color: Fuchsia. HEX triplet: D5, 42 and BA. RGB value is (213,66,186). Sum of RGB (Red+Green+Blue) = 213+66+186=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D542BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542BA is #2ABD45. Grayscale: #7B7B7B. Windows color (decimal): -2800966 or 12206805. OLE color: 12206805.
HSL color Cylindrical-coordinate representation of color #D542BA: hue angle of 311.02º 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 #D542BA is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 186 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.16 |
| HSL | 311.02º | 0.64% | 0.55% | - |
| HSV(B) | 311.02º | 0.69% | 0.84% | - |
| XYZ | 38.25 | 21.59 | 48.61 | - |
| YUV | 123.63 | 163.2 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 186 | 0 | 0.69 | 0.13 | 0.16 | 311.02 | 0.64 | 0.55 |
| Hex | D5 | 42 | BA | 0 | 45 | D | 10 | 137 | 40 | 37 |
| Octal | 325 | 102 | 272 | 0 | 105 | 15 | 20 | 467 | 100 | 67 |
| Binary | 11010101 | 1000010 | 10111010 | 0 | 1000101 | 1101 | 10000 | 100110111 | 1000000 | 110111 |
Color Harmonies of #D542BA
Complementary color
Monochromatic Colors of #D542BA
Black with #D542BA
Text Example
Text Example
White with #D542BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D542BA; }
p { color: rgb(213,66,186); }
H1.HeaderClassName
{
color: #D542BA;
}
.AnyTagClassName
{
color: #D542BA;
}
</style>
background-color css
<style>
a { background-color: #D542BA; }
a { background-color: rgb(213,66,186); }
div.DivClassName
{
background-color: #D542BA;
}
.BgClassName
{
background-color: #D542BA;
}
</style>
border-color css
<style>
span { border-color: #D542BA; }
span { border-color: rgb(213,66,186); }
td.TdClassName
{
border-color: #D542BA;
}
.TagClassName
{
border-color: #D542BA;
}
</style>