Shades of Fuchsia #DA57BC
Tints of Fuchsia #DA57BC
RGB
CMYK
RGB Variations
Color information
#DA57BC (or 0xDA57BC) is known color: Fuchsia. HEX triplet: DA, 57 and BC. RGB value is (218,87,188). Sum of RGB (Red+Green+Blue) = 218+87+188=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA57BC is #25A843. Grayscale: #898989. Windows color (decimal): -2467908 or 12343258. OLE color: 12343258.
HSL color Cylindrical-coordinate representation of color #DA57BC: hue angle of 313.74º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA57BC is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 188 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.15 |
| HSL | 313.74º | 0.64% | 0.6% | - |
| HSV(B) | 313.74º | 0.6% | 0.85% | - |
| XYZ | 41.4 | 25.35 | 50.29 | - |
| YUV | 137.68 | 156.4 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 188 | 0 | 0.60 | 0.14 | 0.15 | 313.74 | 0.64 | 0.6 |
| Hex | DA | 57 | BC | 0 | 3C | E | F | 13A | 40 | 3C |
| Octal | 332 | 127 | 274 | 0 | 74 | 16 | 17 | 472 | 100 | 74 |
| Binary | 11011010 | 1010111 | 10111100 | 0 | 111100 | 1110 | 1111 | 100111010 | 1000000 | 111100 |
Color Harmonies of #DA57BC
Complementary color
Monochromatic Colors of #DA57BC
Black with #DA57BC
Text Example
Text Example
White with #DA57BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA57BC; }
p { color: rgb(218,87,188); }
H1.HeaderClassName
{
color: #DA57BC;
}
.AnyTagClassName
{
color: #DA57BC;
}
</style>
background-color css
<style>
a { background-color: #DA57BC; }
a { background-color: rgb(218,87,188); }
div.DivClassName
{
background-color: #DA57BC;
}
.BgClassName
{
background-color: #DA57BC;
}
</style>
border-color css
<style>
span { border-color: #DA57BC; }
span { border-color: rgb(218,87,188); }
td.TdClassName
{
border-color: #DA57BC;
}
.TagClassName
{
border-color: #DA57BC;
}
</style>