Shades of Fuchsia #DA41BC
Tints of Fuchsia #DA41BC
RGB
CMYK
RGB Variations
Color information
#DA41BC (or 0xDA41BC) is known color: Fuchsia. HEX triplet: DA, 41 and BC. RGB value is (218,65,188). Sum of RGB (Red+Green+Blue) = 218+65+188=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA41BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA41BC is #25BE43. Grayscale: #7C7C7C. Windows color (decimal): -2473540 or 12337626. OLE color: 12337626.
HSL color Cylindrical-coordinate representation of color #DA41BC: hue angle of 311.76º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA41BC is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 188 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.15 |
| HSL | 311.76º | 0.67% | 0.55% | - |
| HSV(B) | 311.76º | 0.7% | 0.85% | - |
| XYZ | 39.88 | 22.32 | 49.78 | - |
| YUV | 124.77 | 163.69 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 188 | 0 | 0.70 | 0.14 | 0.15 | 311.76 | 0.67 | 0.55 |
| Hex | DA | 41 | BC | 0 | 46 | E | F | 138 | 43 | 37 |
| Octal | 332 | 101 | 274 | 0 | 106 | 16 | 17 | 470 | 103 | 67 |
| Binary | 11011010 | 1000001 | 10111100 | 0 | 1000110 | 1110 | 1111 | 100111000 | 1000011 | 110111 |
Color Harmonies of #DA41BC
Complementary color
Monochromatic Colors of #DA41BC
Black with #DA41BC
Text Example
Text Example
White with #DA41BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA41BC; }
p { color: rgb(218,65,188); }
H1.HeaderClassName
{
color: #DA41BC;
}
.AnyTagClassName
{
color: #DA41BC;
}
</style>
background-color css
<style>
a { background-color: #DA41BC; }
a { background-color: rgb(218,65,188); }
div.DivClassName
{
background-color: #DA41BC;
}
.BgClassName
{
background-color: #DA41BC;
}
</style>
border-color css
<style>
span { border-color: #DA41BC; }
span { border-color: rgb(218,65,188); }
td.TdClassName
{
border-color: #DA41BC;
}
.TagClassName
{
border-color: #DA41BC;
}
</style>