Shades of Fuchsia #DA3CC0
Tints of Fuchsia #DA3CC0
RGB
CMYK
RGB Variations
Color information
#DA3CC0 (or 0xDA3CC0) is known color: Fuchsia. HEX triplet: DA, 3C and C0. RGB value is (218,60,192). Sum of RGB (Red+Green+Blue) = 218+60+192=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3CC0 is #25C33F. Grayscale: #797979. Windows color (decimal): -2474816 or 12598490. OLE color: 12598490.
HSL color Cylindrical-coordinate representation of color #DA3CC0: hue angle of 309.87º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3CC0 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 192 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.15 |
| HSL | 309.87º | 0.68% | 0.55% | - |
| HSV(B) | 309.87º | 0.72% | 0.85% | - |
| XYZ | 40.04 | 21.94 | 51.99 | - |
| YUV | 122.29 | 167.35 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 192 | 0 | 0.72 | 0.12 | 0.15 | 309.87 | 0.68 | 0.55 |
| Hex | DA | 3C | C0 | 0 | 48 | C | F | 136 | 44 | 37 |
| Octal | 332 | 74 | 300 | 0 | 110 | 14 | 17 | 466 | 104 | 67 |
| Binary | 11011010 | 111100 | 11000000 | 0 | 1001000 | 1100 | 1111 | 100110110 | 1000100 | 110111 |
Color Harmonies of #DA3CC0
Complementary color
Monochromatic Colors of #DA3CC0
Black with #DA3CC0
Text Example
Text Example
White with #DA3CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3CC0; }
p { color: rgb(218,60,192); }
H1.HeaderClassName
{
color: #DA3CC0;
}
.AnyTagClassName
{
color: #DA3CC0;
}
</style>
background-color css
<style>
a { background-color: #DA3CC0; }
a { background-color: rgb(218,60,192); }
div.DivClassName
{
background-color: #DA3CC0;
}
.BgClassName
{
background-color: #DA3CC0;
}
</style>
border-color css
<style>
span { border-color: #DA3CC0; }
span { border-color: rgb(218,60,192); }
td.TdClassName
{
border-color: #DA3CC0;
}
.TagClassName
{
border-color: #DA3CC0;
}
</style>