Shades of Fuchsia #DA40B4
Tints of Fuchsia #DA40B4
RGB
CMYK
RGB Variations
Color information
#DA40B4 (or 0xDA40B4) is known color: Fuchsia. HEX triplet: DA, 40 and B4. RGB value is (218,64,180). Sum of RGB (Red+Green+Blue) = 218+64+180=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40B4 is #25BF4B. Grayscale: #7A7A7A. Windows color (decimal): -2473804 or 11813082. OLE color: 11813082.
HSL color Cylindrical-coordinate representation of color #DA40B4: hue angle of 314.81º 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 #DA40B4 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 180 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.15 |
| HSL | 314.81º | 0.68% | 0.55% | - |
| HSV(B) | 314.81º | 0.71% | 0.85% | - |
| XYZ | 38.99 | 21.87 | 45.35 | - |
| YUV | 123.27 | 160.02 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 180 | 0 | 0.71 | 0.17 | 0.15 | 314.81 | 0.68 | 0.55 |
| Hex | DA | 40 | B4 | 0 | 47 | 11 | F | 13B | 44 | 37 |
| Octal | 332 | 100 | 264 | 0 | 107 | 21 | 17 | 473 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10110100 | 0 | 1000111 | 10001 | 1111 | 100111011 | 1000100 | 110111 |
Color Harmonies of #DA40B4
Complementary color
Monochromatic Colors of #DA40B4
Black with #DA40B4
Text Example
Text Example
White with #DA40B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40B4; }
p { color: rgb(218,64,180); }
H1.HeaderClassName
{
color: #DA40B4;
}
.AnyTagClassName
{
color: #DA40B4;
}
</style>
background-color css
<style>
a { background-color: #DA40B4; }
a { background-color: rgb(218,64,180); }
div.DivClassName
{
background-color: #DA40B4;
}
.BgClassName
{
background-color: #DA40B4;
}
</style>
border-color css
<style>
span { border-color: #DA40B4; }
span { border-color: rgb(218,64,180); }
td.TdClassName
{
border-color: #DA40B4;
}
.TagClassName
{
border-color: #DA40B4;
}
</style>