Shades of Fuchsia #DA50BC
Tints of Fuchsia #DA50BC
RGB
CMYK
RGB Variations
Color information
#DA50BC (or 0xDA50BC) is known color: Fuchsia. HEX triplet: DA, 50 and BC. RGB value is (218,80,188). Sum of RGB (Red+Green+Blue) = 218+80+188=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA50BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA50BC is #25AF43. Grayscale: #858585. Windows color (decimal): -2469700 or 12341466. OLE color: 12341466.
HSL color Cylindrical-coordinate representation of color #DA50BC: hue angle of 313.04º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA50BC is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 188 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.15 |
| HSL | 313.04º | 0.65% | 0.58% | - |
| HSV(B) | 313.04º | 0.63% | 0.85% | - |
| XYZ | 40.86 | 24.27 | 50.11 | - |
| YUV | 133.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 188 | 0 | 0.63 | 0.14 | 0.15 | 313.04 | 0.65 | 0.58 |
| Hex | DA | 50 | BC | 0 | 3F | E | F | 139 | 41 | 3A |
| Octal | 332 | 120 | 274 | 0 | 77 | 16 | 17 | 471 | 101 | 72 |
| Binary | 11011010 | 1010000 | 10111100 | 0 | 111111 | 1110 | 1111 | 100111001 | 1000001 | 111010 |
Color Harmonies of #DA50BC
Complementary color
Monochromatic Colors of #DA50BC
Black with #DA50BC
Text Example
Text Example
White with #DA50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA50BC; }
p { color: rgb(218,80,188); }
H1.HeaderClassName
{
color: #DA50BC;
}
.AnyTagClassName
{
color: #DA50BC;
}
</style>
background-color css
<style>
a { background-color: #DA50BC; }
a { background-color: rgb(218,80,188); }
div.DivClassName
{
background-color: #DA50BC;
}
.BgClassName
{
background-color: #DA50BC;
}
</style>
border-color css
<style>
span { border-color: #DA50BC; }
span { border-color: rgb(218,80,188); }
td.TdClassName
{
border-color: #DA50BC;
}
.TagClassName
{
border-color: #DA50BC;
}
</style>