Shades of Fuchsia #DA3DC1
Tints of Fuchsia #DA3DC1
RGB
CMYK
RGB Variations
Color information
#DA3DC1 (or 0xDA3DC1) is known color: Fuchsia. HEX triplet: DA, 3D and C1. RGB value is (218,61,193). Sum of RGB (Red+Green+Blue) = 218+61+193=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3DC1 is #25C23E. Grayscale: #7A7A7A. Windows color (decimal): -2474559 or 12664282. OLE color: 12664282.
HSL color Cylindrical-coordinate representation of color #DA3DC1: hue angle of 309.55º 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 #DA3DC1 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 61 | 193 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.15 |
| HSL | 309.55º | 0.68% | 0.55% | - |
| HSV(B) | 309.55º | 0.72% | 0.85% | - |
| XYZ | 40.21 | 22.09 | 52.6 | - |
| YUV | 122.99 | 167.51 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 61 | 193 | 0 | 0.72 | 0.11 | 0.15 | 309.55 | 0.68 | 0.55 |
| Hex | DA | 3D | C1 | 0 | 48 | B | F | 136 | 44 | 37 |
| Octal | 332 | 75 | 301 | 0 | 110 | 13 | 17 | 466 | 104 | 67 |
| Binary | 11011010 | 111101 | 11000001 | 0 | 1001000 | 1011 | 1111 | 100110110 | 1000100 | 110111 |
Color Harmonies of #DA3DC1
Complementary color
Monochromatic Colors of #DA3DC1
Black with #DA3DC1
Text Example
Text Example
White with #DA3DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3DC1; }
p { color: rgb(218,61,193); }
H1.HeaderClassName
{
color: #DA3DC1;
}
.AnyTagClassName
{
color: #DA3DC1;
}
</style>
background-color css
<style>
a { background-color: #DA3DC1; }
a { background-color: rgb(218,61,193); }
div.DivClassName
{
background-color: #DA3DC1;
}
.BgClassName
{
background-color: #DA3DC1;
}
</style>
border-color css
<style>
span { border-color: #DA3DC1; }
span { border-color: rgb(218,61,193); }
td.TdClassName
{
border-color: #DA3DC1;
}
.TagClassName
{
border-color: #DA3DC1;
}
</style>