Shades of Fuchsia #DA51BD
Tints of Fuchsia #DA51BD
RGB
CMYK
RGB Variations
Color information
#DA51BD (or 0xDA51BD) is known color: Fuchsia. HEX triplet: DA, 51 and BD. RGB value is (218,81,189). Sum of RGB (Red+Green+Blue) = 218+81+189=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA51BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA51BD is #25AE42. Grayscale: #858585. Windows color (decimal): -2469443 or 12407258. OLE color: 12407258.
HSL color Cylindrical-coordinate representation of color #DA51BD: hue angle of 312.7º 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 #DA51BD is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 189 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.15 |
| HSL | 312.7º | 0.65% | 0.59% | - |
| HSV(B) | 312.7º | 0.63% | 0.85% | - |
| XYZ | 41.04 | 24.46 | 50.7 | - |
| YUV | 134.28 | 158.89 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 189 | 0 | 0.63 | 0.13 | 0.15 | 312.7 | 0.65 | 0.59 |
| Hex | DA | 51 | BD | 0 | 3F | D | F | 139 | 41 | 3B |
| Octal | 332 | 121 | 275 | 0 | 77 | 15 | 17 | 471 | 101 | 73 |
| Binary | 11011010 | 1010001 | 10111101 | 0 | 111111 | 1101 | 1111 | 100111001 | 1000001 | 111011 |
Color Harmonies of #DA51BD
Complementary color
Monochromatic Colors of #DA51BD
Black with #DA51BD
Text Example
Text Example
White with #DA51BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA51BD; }
p { color: rgb(218,81,189); }
H1.HeaderClassName
{
color: #DA51BD;
}
.AnyTagClassName
{
color: #DA51BD;
}
</style>
background-color css
<style>
a { background-color: #DA51BD; }
a { background-color: rgb(218,81,189); }
div.DivClassName
{
background-color: #DA51BD;
}
.BgClassName
{
background-color: #DA51BD;
}
</style>
border-color css
<style>
span { border-color: #DA51BD; }
span { border-color: rgb(218,81,189); }
td.TdClassName
{
border-color: #DA51BD;
}
.TagClassName
{
border-color: #DA51BD;
}
</style>