Shades of Fuchsia #DA54B2
Tints of Fuchsia #DA54B2
RGB
CMYK
RGB Variations
Color information
#DA54B2 (or 0xDA54B2) is known color: Fuchsia. HEX triplet: DA, 54 and B2. RGB value is (218,84,178). Sum of RGB (Red+Green+Blue) = 218+84+178=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA54B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA54B2 is #25AB4D. Grayscale: #868686. Windows color (decimal): -2468686 or 11687130. OLE color: 11687130.
HSL color Cylindrical-coordinate representation of color #DA54B2: hue angle of 317.91º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA54B2 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 178 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.15 |
| HSL | 317.91º | 0.64% | 0.59% | - |
| HSV(B) | 317.91º | 0.61% | 0.85% | - |
| XYZ | 40.12 | 24.46 | 44.73 | - |
| YUV | 134.78 | 152.39 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 178 | 0 | 0.61 | 0.18 | 0.15 | 317.91 | 0.64 | 0.59 |
| Hex | DA | 54 | B2 | 0 | 3D | 12 | F | 13E | 40 | 3B |
| Octal | 332 | 124 | 262 | 0 | 75 | 22 | 17 | 476 | 100 | 73 |
| Binary | 11011010 | 1010100 | 10110010 | 0 | 111101 | 10010 | 1111 | 100111110 | 1000000 | 111011 |
Color Harmonies of #DA54B2
Complementary color
Monochromatic Colors of #DA54B2
Black with #DA54B2
Text Example
Text Example
White with #DA54B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA54B2; }
p { color: rgb(218,84,178); }
H1.HeaderClassName
{
color: #DA54B2;
}
.AnyTagClassName
{
color: #DA54B2;
}
</style>
background-color css
<style>
a { background-color: #DA54B2; }
a { background-color: rgb(218,84,178); }
div.DivClassName
{
background-color: #DA54B2;
}
.BgClassName
{
background-color: #DA54B2;
}
</style>
border-color css
<style>
span { border-color: #DA54B2; }
span { border-color: rgb(218,84,178); }
td.TdClassName
{
border-color: #DA54B2;
}
.TagClassName
{
border-color: #DA54B2;
}
</style>