Shades of Fuchsia #DA51B2
Tints of Fuchsia #DA51B2
RGB
CMYK
RGB Variations
Color information
#DA51B2 (or 0xDA51B2) is known color: Fuchsia. HEX triplet: DA, 51 and B2. RGB value is (218,81,178). Sum of RGB (Red+Green+Blue) = 218+81+178=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA51B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA51B2 is #25AE4D. Grayscale: #848484. Windows color (decimal): -2469454 or 11686362. OLE color: 11686362.
HSL color Cylindrical-coordinate representation of color #DA51B2: hue angle of 317.52º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA51B2 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 178 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.15 |
| HSL | 317.52º | 0.65% | 0.59% | - |
| HSV(B) | 317.52º | 0.63% | 0.85% | - |
| XYZ | 39.89 | 24 | 44.65 | - |
| YUV | 133.02 | 153.39 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 178 | 0 | 0.63 | 0.18 | 0.15 | 317.52 | 0.65 | 0.59 |
| Hex | DA | 51 | B2 | 0 | 3F | 12 | F | 13E | 41 | 3B |
| Octal | 332 | 121 | 262 | 0 | 77 | 22 | 17 | 476 | 101 | 73 |
| Binary | 11011010 | 1010001 | 10110010 | 0 | 111111 | 10010 | 1111 | 100111110 | 1000001 | 111011 |
Color Harmonies of #DA51B2
Complementary color
Monochromatic Colors of #DA51B2
Black with #DA51B2
Text Example
Text Example
White with #DA51B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA51B2; }
p { color: rgb(218,81,178); }
H1.HeaderClassName
{
color: #DA51B2;
}
.AnyTagClassName
{
color: #DA51B2;
}
</style>
background-color css
<style>
a { background-color: #DA51B2; }
a { background-color: rgb(218,81,178); }
div.DivClassName
{
background-color: #DA51B2;
}
.BgClassName
{
background-color: #DA51B2;
}
</style>
border-color css
<style>
span { border-color: #DA51B2; }
span { border-color: rgb(218,81,178); }
td.TdClassName
{
border-color: #DA51B2;
}
.TagClassName
{
border-color: #DA51B2;
}
</style>