Shades of Fuchsia #DA54B8
Tints of Fuchsia #DA54B8
RGB
CMYK
RGB Variations
Color information
#DA54B8 (or 0xDA54B8) is known color: Fuchsia. HEX triplet: DA, 54 and B8. RGB value is (218,84,184). Sum of RGB (Red+Green+Blue) = 218+84+184=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA54B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA54B8 is #25AB47. Grayscale: #878787. Windows color (decimal): -2468680 or 12080346. OLE color: 12080346.
HSL color Cylindrical-coordinate representation of color #DA54B8: hue angle of 315.22º 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 #DA54B8 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 184 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.15 |
| HSL | 315.22º | 0.64% | 0.59% | - |
| HSV(B) | 315.22º | 0.61% | 0.85% | - |
| XYZ | 40.74 | 24.71 | 47.97 | - |
| YUV | 135.47 | 155.39 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 184 | 0 | 0.61 | 0.16 | 0.15 | 315.22 | 0.64 | 0.59 |
| Hex | DA | 54 | B8 | 0 | 3D | 10 | F | 13B | 40 | 3B |
| Octal | 332 | 124 | 270 | 0 | 75 | 20 | 17 | 473 | 100 | 73 |
| Binary | 11011010 | 1010100 | 10111000 | 0 | 111101 | 10000 | 1111 | 100111011 | 1000000 | 111011 |
Color Harmonies of #DA54B8
Complementary color
Monochromatic Colors of #DA54B8
Black with #DA54B8
Text Example
Text Example
White with #DA54B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA54B8; }
p { color: rgb(218,84,184); }
H1.HeaderClassName
{
color: #DA54B8;
}
.AnyTagClassName
{
color: #DA54B8;
}
</style>
background-color css
<style>
a { background-color: #DA54B8; }
a { background-color: rgb(218,84,184); }
div.DivClassName
{
background-color: #DA54B8;
}
.BgClassName
{
background-color: #DA54B8;
}
</style>
border-color css
<style>
span { border-color: #DA54B8; }
span { border-color: rgb(218,84,184); }
td.TdClassName
{
border-color: #DA54B8;
}
.TagClassName
{
border-color: #DA54B8;
}
</style>