Shades of Fuchsia #DA52B2
Tints of Fuchsia #DA52B2
RGB
CMYK
RGB Variations
Color information
#DA52B2 (or 0xDA52B2) is known color: Fuchsia. HEX triplet: DA, 52 and B2. RGB value is (218,82,178). Sum of RGB (Red+Green+Blue) = 218+82+178=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA52B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA52B2 is #25AD4D. Grayscale: #858585. Windows color (decimal): -2469198 or 11686618. OLE color: 11686618.
HSL color Cylindrical-coordinate representation of color #DA52B2: hue angle of 317.65º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA52B2 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 178 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.15 |
| HSL | 317.65º | 0.65% | 0.59% | - |
| HSV(B) | 317.65º | 0.62% | 0.85% | - |
| XYZ | 39.97 | 24.15 | 44.68 | - |
| YUV | 133.61 | 153.06 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 178 | 0 | 0.62 | 0.18 | 0.15 | 317.65 | 0.65 | 0.59 |
| Hex | DA | 52 | B2 | 0 | 3E | 12 | F | 13E | 41 | 3B |
| Octal | 332 | 122 | 262 | 0 | 76 | 22 | 17 | 476 | 101 | 73 |
| Binary | 11011010 | 1010010 | 10110010 | 0 | 111110 | 10010 | 1111 | 100111110 | 1000001 | 111011 |
Color Harmonies of #DA52B2
Complementary color
Monochromatic Colors of #DA52B2
Black with #DA52B2
Text Example
Text Example
White with #DA52B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA52B2; }
p { color: rgb(218,82,178); }
H1.HeaderClassName
{
color: #DA52B2;
}
.AnyTagClassName
{
color: #DA52B2;
}
</style>
background-color css
<style>
a { background-color: #DA52B2; }
a { background-color: rgb(218,82,178); }
div.DivClassName
{
background-color: #DA52B2;
}
.BgClassName
{
background-color: #DA52B2;
}
</style>
border-color css
<style>
span { border-color: #DA52B2; }
span { border-color: rgb(218,82,178); }
td.TdClassName
{
border-color: #DA52B2;
}
.TagClassName
{
border-color: #DA52B2;
}
</style>