Shades of Fuchsia #DA5DB9
Tints of Fuchsia #DA5DB9
RGB
CMYK
RGB Variations
Color information
#DA5DB9 (or 0xDA5DB9) is known color: Fuchsia. HEX triplet: DA, 5D and B9. RGB value is (218,93,185). Sum of RGB (Red+Green+Blue) = 218+93+185=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5DB9 is #25A246. Grayscale: #8C8C8C. Windows color (decimal): -2466375 or 12148186. OLE color: 12148186.
HSL color Cylindrical-coordinate representation of color #DA5DB9: hue angle of 315.84º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5DB9 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 185 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.15 |
| HSL | 315.84º | 0.63% | 0.61% | - |
| HSV(B) | 315.84º | 0.57% | 0.85% | - |
| XYZ | 41.58 | 26.24 | 48.77 | - |
| YUV | 140.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 185 | 0 | 0.57 | 0.15 | 0.15 | 315.84 | 0.63 | 0.61 |
| Hex | DA | 5D | B9 | 0 | 39 | F | F | 13C | 3F | 3D |
| Octal | 332 | 135 | 271 | 0 | 71 | 17 | 17 | 474 | 77 | 75 |
| Binary | 11011010 | 1011101 | 10111001 | 0 | 111001 | 1111 | 1111 | 100111100 | 111111 | 111101 |
Color Harmonies of #DA5DB9
Complementary color
Monochromatic Colors of #DA5DB9
Black with #DA5DB9
Text Example
Text Example
White with #DA5DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5DB9; }
p { color: rgb(218,93,185); }
H1.HeaderClassName
{
color: #DA5DB9;
}
.AnyTagClassName
{
color: #DA5DB9;
}
</style>
background-color css
<style>
a { background-color: #DA5DB9; }
a { background-color: rgb(218,93,185); }
div.DivClassName
{
background-color: #DA5DB9;
}
.BgClassName
{
background-color: #DA5DB9;
}
</style>
border-color css
<style>
span { border-color: #DA5DB9; }
span { border-color: rgb(218,93,185); }
td.TdClassName
{
border-color: #DA5DB9;
}
.TagClassName
{
border-color: #DA5DB9;
}
</style>