Shades of Fuchsia #DA4BC1
Tints of Fuchsia #DA4BC1
RGB
CMYK
RGB Variations
Color information
#DA4BC1 (or 0xDA4BC1) is known color: Fuchsia. HEX triplet: DA, 4B and C1. RGB value is (218,75,193). Sum of RGB (Red+Green+Blue) = 218+75+193=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4BC1 is #25B43E. Grayscale: #828282. Windows color (decimal): -2470975 or 12667866. OLE color: 12667866.
HSL color Cylindrical-coordinate representation of color #DA4BC1: hue angle of 310.49º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4BC1 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 75 | 193 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.15 |
| HSL | 310.49º | 0.66% | 0.57% | - |
| HSV(B) | 310.49º | 0.66% | 0.85% | - |
| XYZ | 41.06 | 23.79 | 52.88 | - |
| YUV | 131.21 | 162.88 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 75 | 193 | 0 | 0.66 | 0.11 | 0.15 | 310.49 | 0.66 | 0.57 |
| Hex | DA | 4B | C1 | 0 | 42 | B | F | 136 | 42 | 39 |
| Octal | 332 | 113 | 301 | 0 | 102 | 13 | 17 | 466 | 102 | 71 |
| Binary | 11011010 | 1001011 | 11000001 | 0 | 1000010 | 1011 | 1111 | 100110110 | 1000010 | 111001 |
Color Harmonies of #DA4BC1
Complementary color
Monochromatic Colors of #DA4BC1
Black with #DA4BC1
Text Example
Text Example
White with #DA4BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4BC1; }
p { color: rgb(218,75,193); }
H1.HeaderClassName
{
color: #DA4BC1;
}
.AnyTagClassName
{
color: #DA4BC1;
}
</style>
background-color css
<style>
a { background-color: #DA4BC1; }
a { background-color: rgb(218,75,193); }
div.DivClassName
{
background-color: #DA4BC1;
}
.BgClassName
{
background-color: #DA4BC1;
}
</style>
border-color css
<style>
span { border-color: #DA4BC1; }
span { border-color: rgb(218,75,193); }
td.TdClassName
{
border-color: #DA4BC1;
}
.TagClassName
{
border-color: #DA4BC1;
}
</style>