Shades of Fuchsia #DA57B2
Tints of Fuchsia #DA57B2
RGB
CMYK
RGB Variations
Color information
#DA57B2 (or 0xDA57B2) is known color: Fuchsia. HEX triplet: DA, 57 and B2. RGB value is (218,87,178). Sum of RGB (Red+Green+Blue) = 218+87+178=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA57B2 is #25A84D. Grayscale: #888888. Windows color (decimal): -2467918 or 11687898. OLE color: 11687898.
HSL color Cylindrical-coordinate representation of color #DA57B2: hue angle of 318.32º 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 #DA57B2 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 178 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.15 |
| HSL | 318.32º | 0.64% | 0.6% | - |
| HSV(B) | 318.32º | 0.6% | 0.85% | - |
| XYZ | 40.36 | 24.94 | 44.81 | - |
| YUV | 136.54 | 151.4 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 178 | 0 | 0.60 | 0.18 | 0.15 | 318.32 | 0.64 | 0.6 |
| Hex | DA | 57 | B2 | 0 | 3C | 12 | F | 13E | 40 | 3C |
| Octal | 332 | 127 | 262 | 0 | 74 | 22 | 17 | 476 | 100 | 74 |
| Binary | 11011010 | 1010111 | 10110010 | 0 | 111100 | 10010 | 1111 | 100111110 | 1000000 | 111100 |
Color Harmonies of #DA57B2
Complementary color
Monochromatic Colors of #DA57B2
Black with #DA57B2
Text Example
Text Example
White with #DA57B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA57B2; }
p { color: rgb(218,87,178); }
H1.HeaderClassName
{
color: #DA57B2;
}
.AnyTagClassName
{
color: #DA57B2;
}
</style>
background-color css
<style>
a { background-color: #DA57B2; }
a { background-color: rgb(218,87,178); }
div.DivClassName
{
background-color: #DA57B2;
}
.BgClassName
{
background-color: #DA57B2;
}
</style>
border-color css
<style>
span { border-color: #DA57B2; }
span { border-color: rgb(218,87,178); }
td.TdClassName
{
border-color: #DA57B2;
}
.TagClassName
{
border-color: #DA57B2;
}
</style>