Shades of Fuchsia #DA51BC
Tints of Fuchsia #DA51BC
RGB
CMYK
RGB Variations
Color information
#DA51BC (or 0xDA51BC) is known color: Fuchsia. HEX triplet: DA, 51 and BC. RGB value is (218,81,188). Sum of RGB (Red+Green+Blue) = 218+81+188=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA51BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA51BC is #25AE43. Grayscale: #858585. Windows color (decimal): -2469444 or 12341722. OLE color: 12341722.
HSL color Cylindrical-coordinate representation of color #DA51BC: hue angle of 313.14º 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 #DA51BC is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 188 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.15 |
| HSL | 313.14º | 0.65% | 0.59% | - |
| HSV(B) | 313.14º | 0.63% | 0.85% | - |
| XYZ | 40.93 | 24.42 | 50.13 | - |
| YUV | 134.16 | 158.39 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 188 | 0 | 0.63 | 0.14 | 0.15 | 313.14 | 0.65 | 0.59 |
| Hex | DA | 51 | BC | 0 | 3F | E | F | 139 | 41 | 3B |
| Octal | 332 | 121 | 274 | 0 | 77 | 16 | 17 | 471 | 101 | 73 |
| Binary | 11011010 | 1010001 | 10111100 | 0 | 111111 | 1110 | 1111 | 100111001 | 1000001 | 111011 |
Color Harmonies of #DA51BC
Complementary color
Monochromatic Colors of #DA51BC
Black with #DA51BC
Text Example
Text Example
White with #DA51BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA51BC; }
p { color: rgb(218,81,188); }
H1.HeaderClassName
{
color: #DA51BC;
}
.AnyTagClassName
{
color: #DA51BC;
}
</style>
background-color css
<style>
a { background-color: #DA51BC; }
a { background-color: rgb(218,81,188); }
div.DivClassName
{
background-color: #DA51BC;
}
.BgClassName
{
background-color: #DA51BC;
}
</style>
border-color css
<style>
span { border-color: #DA51BC; }
span { border-color: rgb(218,81,188); }
td.TdClassName
{
border-color: #DA51BC;
}
.TagClassName
{
border-color: #DA51BC;
}
</style>