Shades of Fuchsia #DA52B8
Tints of Fuchsia #DA52B8
RGB
CMYK
RGB Variations
Color information
#DA52B8 (or 0xDA52B8) is known color: Fuchsia. HEX triplet: DA, 52 and B8. RGB value is (218,82,184). Sum of RGB (Red+Green+Blue) = 218+82+184=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA52B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA52B8 is #25AD47. Grayscale: #868686. Windows color (decimal): -2469192 or 12079834. OLE color: 12079834.
HSL color Cylindrical-coordinate representation of color #DA52B8: hue angle of 315º 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 #DA52B8 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 184 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.15 |
| HSL | 315º | 0.65% | 0.59% | - |
| HSV(B) | 315º | 0.62% | 0.85% | - |
| XYZ | 40.58 | 24.4 | 47.92 | - |
| YUV | 134.29 | 156.06 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 184 | 0 | 0.62 | 0.16 | 0.15 | 315 | 0.65 | 0.59 |
| Hex | DA | 52 | B8 | 0 | 3E | 10 | F | 13B | 41 | 3B |
| Octal | 332 | 122 | 270 | 0 | 76 | 20 | 17 | 473 | 101 | 73 |
| Binary | 11011010 | 1010010 | 10111000 | 0 | 111110 | 10000 | 1111 | 100111011 | 1000001 | 111011 |
Color Harmonies of #DA52B8
Complementary color
Monochromatic Colors of #DA52B8
Black with #DA52B8
Text Example
Text Example
White with #DA52B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA52B8; }
p { color: rgb(218,82,184); }
H1.HeaderClassName
{
color: #DA52B8;
}
.AnyTagClassName
{
color: #DA52B8;
}
</style>
background-color css
<style>
a { background-color: #DA52B8; }
a { background-color: rgb(218,82,184); }
div.DivClassName
{
background-color: #DA52B8;
}
.BgClassName
{
background-color: #DA52B8;
}
</style>
border-color css
<style>
span { border-color: #DA52B8; }
span { border-color: rgb(218,82,184); }
td.TdClassName
{
border-color: #DA52B8;
}
.TagClassName
{
border-color: #DA52B8;
}
</style>