Shades of Fuchsia #DA58B2
Tints of Fuchsia #DA58B2
RGB
CMYK
RGB Variations
Color information
#DA58B2 (or 0xDA58B2) is known color: Fuchsia. HEX triplet: DA, 58 and B2. RGB value is (218,88,178). Sum of RGB (Red+Green+Blue) = 218+88+178=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA58B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA58B2 is #25A74D. Grayscale: #888888. Windows color (decimal): -2467662 or 11688154. OLE color: 11688154.
HSL color Cylindrical-coordinate representation of color #DA58B2: hue angle of 318.46º 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 #DA58B2 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 178 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.15 |
| HSL | 318.46º | 0.64% | 0.6% | - |
| HSV(B) | 318.46º | 0.6% | 0.85% | - |
| XYZ | 40.44 | 25.1 | 44.83 | - |
| YUV | 137.13 | 151.07 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 178 | 0 | 0.60 | 0.18 | 0.15 | 318.46 | 0.64 | 0.6 |
| Hex | DA | 58 | B2 | 0 | 3C | 12 | F | 13E | 40 | 3C |
| Octal | 332 | 130 | 262 | 0 | 74 | 22 | 17 | 476 | 100 | 74 |
| Binary | 11011010 | 1011000 | 10110010 | 0 | 111100 | 10010 | 1111 | 100111110 | 1000000 | 111100 |
Color Harmonies of #DA58B2
Complementary color
Monochromatic Colors of #DA58B2
Black with #DA58B2
Text Example
Text Example
White with #DA58B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA58B2; }
p { color: rgb(218,88,178); }
H1.HeaderClassName
{
color: #DA58B2;
}
.AnyTagClassName
{
color: #DA58B2;
}
</style>
background-color css
<style>
a { background-color: #DA58B2; }
a { background-color: rgb(218,88,178); }
div.DivClassName
{
background-color: #DA58B2;
}
.BgClassName
{
background-color: #DA58B2;
}
</style>
border-color css
<style>
span { border-color: #DA58B2; }
span { border-color: rgb(218,88,178); }
td.TdClassName
{
border-color: #DA58B2;
}
.TagClassName
{
border-color: #DA58B2;
}
</style>