Shades of Fuchsia #DA40BC
Tints of Fuchsia #DA40BC
RGB
CMYK
RGB Variations
Color information
#DA40BC (or 0xDA40BC) is known color: Fuchsia. HEX triplet: DA, 40 and BC. RGB value is (218,64,188). Sum of RGB (Red+Green+Blue) = 218+64+188=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40BC is #25BF43. Grayscale: #7B7B7B. Windows color (decimal): -2473796 or 12337370. OLE color: 12337370.
HSL color Cylindrical-coordinate representation of color #DA40BC: hue angle of 311.69º 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 #DA40BC is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 188 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.15 |
| HSL | 311.69º | 0.68% | 0.55% | - |
| HSV(B) | 311.69º | 0.71% | 0.85% | - |
| XYZ | 39.82 | 22.2 | 49.76 | - |
| YUV | 124.18 | 164.02 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 188 | 0 | 0.71 | 0.14 | 0.15 | 311.69 | 0.68 | 0.55 |
| Hex | DA | 40 | BC | 0 | 47 | E | F | 138 | 44 | 37 |
| Octal | 332 | 100 | 274 | 0 | 107 | 16 | 17 | 470 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10111100 | 0 | 1000111 | 1110 | 1111 | 100111000 | 1000100 | 110111 |
Color Harmonies of #DA40BC
Complementary color
Monochromatic Colors of #DA40BC
Black with #DA40BC
Text Example
Text Example
White with #DA40BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40BC; }
p { color: rgb(218,64,188); }
H1.HeaderClassName
{
color: #DA40BC;
}
.AnyTagClassName
{
color: #DA40BC;
}
</style>
background-color css
<style>
a { background-color: #DA40BC; }
a { background-color: rgb(218,64,188); }
div.DivClassName
{
background-color: #DA40BC;
}
.BgClassName
{
background-color: #DA40BC;
}
</style>
border-color css
<style>
span { border-color: #DA40BC; }
span { border-color: rgb(218,64,188); }
td.TdClassName
{
border-color: #DA40BC;
}
.TagClassName
{
border-color: #DA40BC;
}
</style>