Shades of Fuchsia #DA40BF
Tints of Fuchsia #DA40BF
RGB
CMYK
RGB Variations
Color information
#DA40BF (or 0xDA40BF) is known color: Fuchsia. HEX triplet: DA, 40 and BF. RGB value is (218,64,191). Sum of RGB (Red+Green+Blue) = 218+64+191=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40BF is #25BF40. Grayscale: #7C7C7C. Windows color (decimal): -2473793 or 12533978. OLE color: 12533978.
HSL color Cylindrical-coordinate representation of color #DA40BF: hue angle of 310.52º 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 #DA40BF is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 191 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.15 |
| HSL | 310.52º | 0.68% | 0.55% | - |
| HSV(B) | 310.52º | 0.71% | 0.85% | - |
| XYZ | 40.15 | 22.33 | 51.48 | - |
| YUV | 124.52 | 165.52 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 191 | 0 | 0.71 | 0.12 | 0.15 | 310.52 | 0.68 | 0.55 |
| Hex | DA | 40 | BF | 0 | 47 | C | F | 137 | 44 | 37 |
| Octal | 332 | 100 | 277 | 0 | 107 | 14 | 17 | 467 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10111111 | 0 | 1000111 | 1100 | 1111 | 100110111 | 1000100 | 110111 |
Color Harmonies of #DA40BF
Complementary color
Monochromatic Colors of #DA40BF
Black with #DA40BF
Text Example
Text Example
White with #DA40BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40BF; }
p { color: rgb(218,64,191); }
H1.HeaderClassName
{
color: #DA40BF;
}
.AnyTagClassName
{
color: #DA40BF;
}
</style>
background-color css
<style>
a { background-color: #DA40BF; }
a { background-color: rgb(218,64,191); }
div.DivClassName
{
background-color: #DA40BF;
}
.BgClassName
{
background-color: #DA40BF;
}
</style>
border-color css
<style>
span { border-color: #DA40BF; }
span { border-color: rgb(218,64,191); }
td.TdClassName
{
border-color: #DA40BF;
}
.TagClassName
{
border-color: #DA40BF;
}
</style>