Shades of Fuchsia #DA3CC1
Tints of Fuchsia #DA3CC1
RGB
CMYK
RGB Variations
Color information
#DA3CC1 (or 0xDA3CC1) is known color: Fuchsia. HEX triplet: DA, 3C and C1. RGB value is (218,60,193). Sum of RGB (Red+Green+Blue) = 218+60+193=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3CC1 is #25C33E. Grayscale: #7A7A7A. Windows color (decimal): -2474815 or 12664026. OLE color: 12664026.
HSL color Cylindrical-coordinate representation of color #DA3CC1: hue angle of 309.49º 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 #DA3CC1 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 193 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.15 |
| HSL | 309.49º | 0.68% | 0.55% | - |
| HSV(B) | 309.49º | 0.72% | 0.85% | - |
| XYZ | 40.15 | 21.99 | 52.58 | - |
| YUV | 122.4 | 167.85 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 193 | 0 | 0.72 | 0.11 | 0.15 | 309.49 | 0.68 | 0.55 |
| Hex | DA | 3C | C1 | 0 | 48 | B | F | 135 | 44 | 37 |
| Octal | 332 | 74 | 301 | 0 | 110 | 13 | 17 | 465 | 104 | 67 |
| Binary | 11011010 | 111100 | 11000001 | 0 | 1001000 | 1011 | 1111 | 100110101 | 1000100 | 110111 |
Color Harmonies of #DA3CC1
Complementary color
Monochromatic Colors of #DA3CC1
Black with #DA3CC1
Text Example
Text Example
White with #DA3CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3CC1; }
p { color: rgb(218,60,193); }
H1.HeaderClassName
{
color: #DA3CC1;
}
.AnyTagClassName
{
color: #DA3CC1;
}
</style>
background-color css
<style>
a { background-color: #DA3CC1; }
a { background-color: rgb(218,60,193); }
div.DivClassName
{
background-color: #DA3CC1;
}
.BgClassName
{
background-color: #DA3CC1;
}
</style>
border-color css
<style>
span { border-color: #DA3CC1; }
span { border-color: rgb(218,60,193); }
td.TdClassName
{
border-color: #DA3CC1;
}
.TagClassName
{
border-color: #DA3CC1;
}
</style>