Shades of Fuchsia #DA40C2
Tints of Fuchsia #DA40C2
RGB
CMYK
RGB Variations
Color information
#DA40C2 (or 0xDA40C2) is known color: Fuchsia. HEX triplet: DA, 40 and C2. RGB value is (218,64,194). Sum of RGB (Red+Green+Blue) = 218+64+194=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40C2 is #25BF3D. Grayscale: #7C7C7C. Windows color (decimal): -2473790 or 12730586. OLE color: 12730586.
HSL color Cylindrical-coordinate representation of color #DA40C2: hue angle of 309.35º 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 #DA40C2 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 194 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.15 |
| HSL | 309.35º | 0.68% | 0.55% | - |
| HSV(B) | 309.35º | 0.71% | 0.85% | - |
| XYZ | 40.48 | 22.47 | 53.24 | - |
| YUV | 124.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 194 | 0 | 0.71 | 0.11 | 0.15 | 309.35 | 0.68 | 0.55 |
| Hex | DA | 40 | C2 | 0 | 47 | B | F | 135 | 44 | 37 |
| Octal | 332 | 100 | 302 | 0 | 107 | 13 | 17 | 465 | 104 | 67 |
| Binary | 11011010 | 1000000 | 11000010 | 0 | 1000111 | 1011 | 1111 | 100110101 | 1000100 | 110111 |
Color Harmonies of #DA40C2
Complementary color
Monochromatic Colors of #DA40C2
Black with #DA40C2
Text Example
Text Example
White with #DA40C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40C2; }
p { color: rgb(218,64,194); }
H1.HeaderClassName
{
color: #DA40C2;
}
.AnyTagClassName
{
color: #DA40C2;
}
</style>
background-color css
<style>
a { background-color: #DA40C2; }
a { background-color: rgb(218,64,194); }
div.DivClassName
{
background-color: #DA40C2;
}
.BgClassName
{
background-color: #DA40C2;
}
</style>
border-color css
<style>
span { border-color: #DA40C2; }
span { border-color: rgb(218,64,194); }
td.TdClassName
{
border-color: #DA40C2;
}
.TagClassName
{
border-color: #DA40C2;
}
</style>