Shades of Fuchsia #DA54B4
Tints of Fuchsia #DA54B4
RGB
CMYK
RGB Variations
Color information
#DA54B4 (or 0xDA54B4) is known color: Fuchsia. HEX triplet: DA, 54 and B4. RGB value is (218,84,180). Sum of RGB (Red+Green+Blue) = 218+84+180=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA54B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA54B4 is #25AB4B. Grayscale: #868686. Windows color (decimal): -2468684 or 11818202. OLE color: 11818202.
HSL color Cylindrical-coordinate representation of color #DA54B4: hue angle of 317.01º 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 #DA54B4 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 180 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.15 |
| HSL | 317.01º | 0.64% | 0.59% | - |
| HSV(B) | 317.01º | 0.61% | 0.85% | - |
| XYZ | 40.32 | 24.54 | 45.79 | - |
| YUV | 135.01 | 153.39 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 180 | 0 | 0.61 | 0.17 | 0.15 | 317.01 | 0.64 | 0.59 |
| Hex | DA | 54 | B4 | 0 | 3D | 11 | F | 13D | 40 | 3B |
| Octal | 332 | 124 | 264 | 0 | 75 | 21 | 17 | 475 | 100 | 73 |
| Binary | 11011010 | 1010100 | 10110100 | 0 | 111101 | 10001 | 1111 | 100111101 | 1000000 | 111011 |
Color Harmonies of #DA54B4
Complementary color
Monochromatic Colors of #DA54B4
Black with #DA54B4
Text Example
Text Example
White with #DA54B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA54B4; }
p { color: rgb(218,84,180); }
H1.HeaderClassName
{
color: #DA54B4;
}
.AnyTagClassName
{
color: #DA54B4;
}
</style>
background-color css
<style>
a { background-color: #DA54B4; }
a { background-color: rgb(218,84,180); }
div.DivClassName
{
background-color: #DA54B4;
}
.BgClassName
{
background-color: #DA54B4;
}
</style>
border-color css
<style>
span { border-color: #DA54B4; }
span { border-color: rgb(218,84,180); }
td.TdClassName
{
border-color: #DA54B4;
}
.TagClassName
{
border-color: #DA54B4;
}
</style>