Shades of Fuchsia #DA40B8
Tints of Fuchsia #DA40B8
RGB
CMYK
RGB Variations
Color information
#DA40B8 (or 0xDA40B8) is known color: Fuchsia. HEX triplet: DA, 40 and B8. RGB value is (218,64,184). Sum of RGB (Red+Green+Blue) = 218+64+184=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40B8 is #25BF47. Grayscale: #7B7B7B. Windows color (decimal): -2473800 or 12075226. OLE color: 12075226.
HSL color Cylindrical-coordinate representation of color #DA40B8: hue angle of 313.25º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA40B8 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 184 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.15 |
| HSL | 313.25º | 0.68% | 0.55% | - |
| HSV(B) | 313.25º | 0.71% | 0.85% | - |
| XYZ | 39.4 | 22.03 | 47.52 | - |
| YUV | 123.73 | 162.02 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 184 | 0 | 0.71 | 0.16 | 0.15 | 313.25 | 0.68 | 0.55 |
| Hex | DA | 40 | B8 | 0 | 47 | 10 | F | 139 | 44 | 37 |
| Octal | 332 | 100 | 270 | 0 | 107 | 20 | 17 | 471 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10111000 | 0 | 1000111 | 10000 | 1111 | 100111001 | 1000100 | 110111 |
Color Harmonies of #DA40B8
Complementary color
Monochromatic Colors of #DA40B8
Black with #DA40B8
Text Example
Text Example
White with #DA40B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40B8; }
p { color: rgb(218,64,184); }
H1.HeaderClassName
{
color: #DA40B8;
}
.AnyTagClassName
{
color: #DA40B8;
}
</style>
background-color css
<style>
a { background-color: #DA40B8; }
a { background-color: rgb(218,64,184); }
div.DivClassName
{
background-color: #DA40B8;
}
.BgClassName
{
background-color: #DA40B8;
}
</style>
border-color css
<style>
span { border-color: #DA40B8; }
span { border-color: rgb(218,64,184); }
td.TdClassName
{
border-color: #DA40B8;
}
.TagClassName
{
border-color: #DA40B8;
}
</style>