Shades of Fuchsia #DD41B1
Tints of Fuchsia #DD41B1
RGB
CMYK
RGB Variations
Color information
#DD41B1 (or 0xDD41B1) is known color: Fuchsia. HEX triplet: DD, 41 and B1. RGB value is (221,65,177). Sum of RGB (Red+Green+Blue) = 221+65+177=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD41B1 is #22BE4E. Grayscale: #7C7C7C. Windows color (decimal): -2276943 or 11616733. OLE color: 11616733.
HSL color Cylindrical-coordinate representation of color #DD41B1: hue angle of 316.92º 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 #DD41B1 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 177 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.13 |
| HSL | 316.92º | 0.7% | 0.56% | - |
| HSV(B) | 316.92º | 0.71% | 0.87% | - |
| XYZ | 39.64 | 22.33 | 43.82 | - |
| YUV | 124.41 | 157.68 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 177 | 0 | 0.71 | 0.20 | 0.13 | 316.92 | 0.7 | 0.56 |
| Hex | DD | 41 | B1 | 0 | 47 | 14 | D | 13D | 46 | 38 |
| Octal | 335 | 101 | 261 | 0 | 107 | 24 | 15 | 475 | 106 | 70 |
| Binary | 11011101 | 1000001 | 10110001 | 0 | 1000111 | 10100 | 1101 | 100111101 | 1000110 | 111000 |
Color Harmonies of #DD41B1
Complementary color
Monochromatic Colors of #DD41B1
Black with #DD41B1
Text Example
Text Example
White with #DD41B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD41B1; }
p { color: rgb(221,65,177); }
H1.HeaderClassName
{
color: #DD41B1;
}
.AnyTagClassName
{
color: #DD41B1;
}
</style>
background-color css
<style>
a { background-color: #DD41B1; }
a { background-color: rgb(221,65,177); }
div.DivClassName
{
background-color: #DD41B1;
}
.BgClassName
{
background-color: #DD41B1;
}
</style>
border-color css
<style>
span { border-color: #DD41B1; }
span { border-color: rgb(221,65,177); }
td.TdClassName
{
border-color: #DD41B1;
}
.TagClassName
{
border-color: #DD41B1;
}
</style>