Shades of Fuchsia #DA3FC0
Tints of Fuchsia #DA3FC0
RGB
CMYK
RGB Variations
Color information
#DA3FC0 (or 0xDA3FC0) is known color: Fuchsia. HEX triplet: DA, 3F and C0. RGB value is (218,63,192). Sum of RGB (Red+Green+Blue) = 218+63+192=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3FC0 is #25C03F. Grayscale: #7B7B7B. Windows color (decimal): -2474048 or 12599258. OLE color: 12599258.
HSL color Cylindrical-coordinate representation of color #DA3FC0: hue angle of 310.06º 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 #DA3FC0 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 192 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.15 |
| HSL | 310.06º | 0.68% | 0.55% | - |
| HSV(B) | 310.06º | 0.71% | 0.85% | - |
| XYZ | 40.21 | 22.27 | 52.05 | - |
| YUV | 124.05 | 166.35 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 192 | 0 | 0.71 | 0.12 | 0.15 | 310.06 | 0.68 | 0.55 |
| Hex | DA | 3F | C0 | 0 | 47 | C | F | 136 | 44 | 37 |
| Octal | 332 | 77 | 300 | 0 | 107 | 14 | 17 | 466 | 104 | 67 |
| Binary | 11011010 | 111111 | 11000000 | 0 | 1000111 | 1100 | 1111 | 100110110 | 1000100 | 110111 |
Color Harmonies of #DA3FC0
Complementary color
Monochromatic Colors of #DA3FC0
Black with #DA3FC0
Text Example
Text Example
White with #DA3FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3FC0; }
p { color: rgb(218,63,192); }
H1.HeaderClassName
{
color: #DA3FC0;
}
.AnyTagClassName
{
color: #DA3FC0;
}
</style>
background-color css
<style>
a { background-color: #DA3FC0; }
a { background-color: rgb(218,63,192); }
div.DivClassName
{
background-color: #DA3FC0;
}
.BgClassName
{
background-color: #DA3FC0;
}
</style>
border-color css
<style>
span { border-color: #DA3FC0; }
span { border-color: rgb(218,63,192); }
td.TdClassName
{
border-color: #DA3FC0;
}
.TagClassName
{
border-color: #DA3FC0;
}
</style>