Shades of Fuchsia #DA40B7
Tints of Fuchsia #DA40B7
RGB
CMYK
RGB Variations
Color information
#DA40B7 (or 0xDA40B7) is known color: Fuchsia. HEX triplet: DA, 40 and B7. RGB value is (218,64,183). Sum of RGB (Red+Green+Blue) = 218+64+183=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40B7 is #25BF48. Grayscale: #7B7B7B. Windows color (decimal): -2473801 or 12009690. OLE color: 12009690.
HSL color Cylindrical-coordinate representation of color #DA40B7: hue angle of 313.64º 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 #DA40B7 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 183 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.15 |
| HSL | 313.64º | 0.68% | 0.55% | - |
| HSV(B) | 313.64º | 0.71% | 0.85% | - |
| XYZ | 39.29 | 21.99 | 46.97 | - |
| YUV | 123.61 | 161.52 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 183 | 0 | 0.71 | 0.16 | 0.15 | 313.64 | 0.68 | 0.55 |
| Hex | DA | 40 | B7 | 0 | 47 | 10 | F | 13A | 44 | 37 |
| Octal | 332 | 100 | 267 | 0 | 107 | 20 | 17 | 472 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10110111 | 0 | 1000111 | 10000 | 1111 | 100111010 | 1000100 | 110111 |
Color Harmonies of #DA40B7
Complementary color
Monochromatic Colors of #DA40B7
Black with #DA40B7
Text Example
Text Example
White with #DA40B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40B7; }
p { color: rgb(218,64,183); }
H1.HeaderClassName
{
color: #DA40B7;
}
.AnyTagClassName
{
color: #DA40B7;
}
</style>
background-color css
<style>
a { background-color: #DA40B7; }
a { background-color: rgb(218,64,183); }
div.DivClassName
{
background-color: #DA40B7;
}
.BgClassName
{
background-color: #DA40B7;
}
</style>
border-color css
<style>
span { border-color: #DA40B7; }
span { border-color: rgb(218,64,183); }
td.TdClassName
{
border-color: #DA40B7;
}
.TagClassName
{
border-color: #DA40B7;
}
</style>