Shades of Fuchsia #DA5AB2
Tints of Fuchsia #DA5AB2
RGB
CMYK
RGB Variations
Color information
#DA5AB2 (or 0xDA5AB2) is known color: Fuchsia. HEX triplet: DA, 5A and B2. RGB value is (218,90,178). Sum of RGB (Red+Green+Blue) = 218+90+178=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5AB2 is #25A54D. Grayscale: #8A8A8A. Windows color (decimal): -2467150 or 11688666. OLE color: 11688666.
HSL color Cylindrical-coordinate representation of color #DA5AB2: hue angle of 318.75º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA5AB2 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 90 | 178 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.15 |
| HSL | 318.75º | 0.63% | 0.6% | - |
| HSV(B) | 318.75º | 0.59% | 0.85% | - |
| XYZ | 40.61 | 25.43 | 44.89 | - |
| YUV | 138.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 90 | 178 | 0 | 0.59 | 0.18 | 0.15 | 318.75 | 0.63 | 0.6 |
| Hex | DA | 5A | B2 | 0 | 3B | 12 | F | 13F | 3F | 3C |
| Octal | 332 | 132 | 262 | 0 | 73 | 22 | 17 | 477 | 77 | 74 |
| Binary | 11011010 | 1011010 | 10110010 | 0 | 111011 | 10010 | 1111 | 100111111 | 111111 | 111100 |
Color Harmonies of #DA5AB2
Complementary color
Monochromatic Colors of #DA5AB2
Black with #DA5AB2
Text Example
Text Example
White with #DA5AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5AB2; }
p { color: rgb(218,90,178); }
H1.HeaderClassName
{
color: #DA5AB2;
}
.AnyTagClassName
{
color: #DA5AB2;
}
</style>
background-color css
<style>
a { background-color: #DA5AB2; }
a { background-color: rgb(218,90,178); }
div.DivClassName
{
background-color: #DA5AB2;
}
.BgClassName
{
background-color: #DA5AB2;
}
</style>
border-color css
<style>
span { border-color: #DA5AB2; }
span { border-color: rgb(218,90,178); }
td.TdClassName
{
border-color: #DA5AB2;
}
.TagClassName
{
border-color: #DA5AB2;
}
</style>