Shades of Fuchsia #DD41BA
Tints of Fuchsia #DD41BA
RGB
CMYK
RGB Variations
Color information
#DD41BA (or 0xDD41BA) is known color: Fuchsia. HEX triplet: DD, 41 and BA. RGB value is (221,65,186). Sum of RGB (Red+Green+Blue) = 221+65+186=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41BA is #22BE45. Grayscale: #7D7D7D. Windows color (decimal): -2276934 or 12206557. OLE color: 12206557.
HSL color Cylindrical-coordinate representation of color #DD41BA: hue angle of 313.46º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD41BA is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 186 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.13 |
| HSL | 313.46º | 0.7% | 0.56% | - |
| HSV(B) | 313.46º | 0.71% | 0.87% | - |
| XYZ | 40.57 | 22.7 | 48.7 | - |
| YUV | 125.44 | 162.18 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 186 | 0 | 0.71 | 0.16 | 0.13 | 313.46 | 0.7 | 0.56 |
| Hex | DD | 41 | BA | 0 | 47 | 10 | D | 139 | 46 | 38 |
| Octal | 335 | 101 | 272 | 0 | 107 | 20 | 15 | 471 | 106 | 70 |
| Binary | 11011101 | 1000001 | 10111010 | 0 | 1000111 | 10000 | 1101 | 100111001 | 1000110 | 111000 |
Color Harmonies of #DD41BA
Complementary color
Monochromatic Colors of #DD41BA
Black with #DD41BA
Text Example
Text Example
White with #DD41BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD41BA; }
p { color: rgb(221,65,186); }
H1.HeaderClassName
{
color: #DD41BA;
}
.AnyTagClassName
{
color: #DD41BA;
}
</style>
background-color css
<style>
a { background-color: #DD41BA; }
a { background-color: rgb(221,65,186); }
div.DivClassName
{
background-color: #DD41BA;
}
.BgClassName
{
background-color: #DD41BA;
}
</style>
border-color css
<style>
span { border-color: #DD41BA; }
span { border-color: rgb(221,65,186); }
td.TdClassName
{
border-color: #DD41BA;
}
.TagClassName
{
border-color: #DD41BA;
}
</style>