Shades of Fuchsia #DA46BC
Tints of Fuchsia #DA46BC
RGB
CMYK
RGB Variations
Color information
#DA46BC (or 0xDA46BC) is known color: Fuchsia. HEX triplet: DA, 46 and BC. RGB value is (218,70,188). Sum of RGB (Red+Green+Blue) = 218+70+188=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA46BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA46BC is #25B943. Grayscale: #7F7F7F. Windows color (decimal): -2472260 or 12338906. OLE color: 12338906.
HSL color Cylindrical-coordinate representation of color #DA46BC: hue angle of 312.16º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA46BC is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 188 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.15 |
| HSL | 312.16º | 0.67% | 0.56% | - |
| HSV(B) | 312.16º | 0.68% | 0.85% | - |
| XYZ | 40.18 | 22.92 | 49.88 | - |
| YUV | 127.7 | 162.03 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 188 | 0 | 0.68 | 0.14 | 0.15 | 312.16 | 0.67 | 0.56 |
| Hex | DA | 46 | BC | 0 | 44 | E | F | 138 | 43 | 38 |
| Octal | 332 | 106 | 274 | 0 | 104 | 16 | 17 | 470 | 103 | 70 |
| Binary | 11011010 | 1000110 | 10111100 | 0 | 1000100 | 1110 | 1111 | 100111000 | 1000011 | 111000 |
Color Harmonies of #DA46BC
Complementary color
Monochromatic Colors of #DA46BC
Black with #DA46BC
Text Example
Text Example
White with #DA46BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA46BC; }
p { color: rgb(218,70,188); }
H1.HeaderClassName
{
color: #DA46BC;
}
.AnyTagClassName
{
color: #DA46BC;
}
</style>
background-color css
<style>
a { background-color: #DA46BC; }
a { background-color: rgb(218,70,188); }
div.DivClassName
{
background-color: #DA46BC;
}
.BgClassName
{
background-color: #DA46BC;
}
</style>
border-color css
<style>
span { border-color: #DA46BC; }
span { border-color: rgb(218,70,188); }
td.TdClassName
{
border-color: #DA46BC;
}
.TagClassName
{
border-color: #DA46BC;
}
</style>