Shades of Fuchsia #DA53BD
Tints of Fuchsia #DA53BD
RGB
CMYK
RGB Variations
Color information
#DA53BD (or 0xDA53BD) is known color: Fuchsia. HEX triplet: DA, 53 and BD. RGB value is (218,83,189). Sum of RGB (Red+Green+Blue) = 218+83+189=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA53BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA53BD is #25AC42. Grayscale: #878787. Windows color (decimal): -2468931 or 12407770. OLE color: 12407770.
HSL color Cylindrical-coordinate representation of color #DA53BD: hue angle of 312.89º 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 #DA53BD is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 189 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.15 |
| HSL | 312.89º | 0.65% | 0.59% | - |
| HSV(B) | 312.89º | 0.62% | 0.85% | - |
| XYZ | 41.19 | 24.77 | 50.75 | - |
| YUV | 135.45 | 158.23 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 189 | 0 | 0.62 | 0.13 | 0.15 | 312.89 | 0.65 | 0.59 |
| Hex | DA | 53 | BD | 0 | 3E | D | F | 139 | 41 | 3B |
| Octal | 332 | 123 | 275 | 0 | 76 | 15 | 17 | 471 | 101 | 73 |
| Binary | 11011010 | 1010011 | 10111101 | 0 | 111110 | 1101 | 1111 | 100111001 | 1000001 | 111011 |
Color Harmonies of #DA53BD
Complementary color
Monochromatic Colors of #DA53BD
Black with #DA53BD
Text Example
Text Example
White with #DA53BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA53BD; }
p { color: rgb(218,83,189); }
H1.HeaderClassName
{
color: #DA53BD;
}
.AnyTagClassName
{
color: #DA53BD;
}
</style>
background-color css
<style>
a { background-color: #DA53BD; }
a { background-color: rgb(218,83,189); }
div.DivClassName
{
background-color: #DA53BD;
}
.BgClassName
{
background-color: #DA53BD;
}
</style>
border-color css
<style>
span { border-color: #DA53BD; }
span { border-color: rgb(218,83,189); }
td.TdClassName
{
border-color: #DA53BD;
}
.TagClassName
{
border-color: #DA53BD;
}
</style>