Shades of Fuchsia #DA5DB8
Tints of Fuchsia #DA5DB8
RGB
CMYK
RGB Variations
Color information
#DA5DB8 (or 0xDA5DB8) is known color: Fuchsia. HEX triplet: DA, 5D and B8. RGB value is (218,93,184). Sum of RGB (Red+Green+Blue) = 218+93+184=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5DB8 is #25A247. Grayscale: #8C8C8C. Windows color (decimal): -2466376 or 12082650. OLE color: 12082650.
HSL color Cylindrical-coordinate representation of color #DA5DB8: hue angle of 316.32º 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 #DA5DB8 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 184 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.15 |
| HSL | 316.32º | 0.63% | 0.61% | - |
| HSV(B) | 316.32º | 0.57% | 0.85% | - |
| XYZ | 41.48 | 26.19 | 48.22 | - |
| YUV | 140.75 | 152.41 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 184 | 0 | 0.57 | 0.16 | 0.15 | 316.32 | 0.63 | 0.61 |
| Hex | DA | 5D | B8 | 0 | 39 | 10 | F | 13C | 3F | 3D |
| Octal | 332 | 135 | 270 | 0 | 71 | 20 | 17 | 474 | 77 | 75 |
| Binary | 11011010 | 1011101 | 10111000 | 0 | 111001 | 10000 | 1111 | 100111100 | 111111 | 111101 |
Color Harmonies of #DA5DB8
Complementary color
Monochromatic Colors of #DA5DB8
Black with #DA5DB8
Text Example
Text Example
White with #DA5DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5DB8; }
p { color: rgb(218,93,184); }
H1.HeaderClassName
{
color: #DA5DB8;
}
.AnyTagClassName
{
color: #DA5DB8;
}
</style>
background-color css
<style>
a { background-color: #DA5DB8; }
a { background-color: rgb(218,93,184); }
div.DivClassName
{
background-color: #DA5DB8;
}
.BgClassName
{
background-color: #DA5DB8;
}
</style>
border-color css
<style>
span { border-color: #DA5DB8; }
span { border-color: rgb(218,93,184); }
td.TdClassName
{
border-color: #DA5DB8;
}
.TagClassName
{
border-color: #DA5DB8;
}
</style>