Shades of Fuchsia #DD41BB
Tints of Fuchsia #DD41BB
RGB
CMYK
RGB Variations
Color information
#DD41BB (or 0xDD41BB) is known color: Fuchsia. HEX triplet: DD, 41 and BB. RGB value is (221,65,187). Sum of RGB (Red+Green+Blue) = 221+65+187=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41BB is #22BE44. Grayscale: #7D7D7D. Windows color (decimal): -2276933 or 12272093. OLE color: 12272093.
HSL color Cylindrical-coordinate representation of color #DD41BB: hue angle of 313.08º 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 #DD41BB is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 187 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.13 |
| HSL | 313.08º | 0.7% | 0.56% | - |
| HSV(B) | 313.08º | 0.71% | 0.87% | - |
| XYZ | 40.68 | 22.74 | 49.26 | - |
| YUV | 125.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 187 | 0 | 0.71 | 0.15 | 0.13 | 313.08 | 0.7 | 0.56 |
| Hex | DD | 41 | BB | 0 | 47 | F | D | 139 | 46 | 38 |
| Octal | 335 | 101 | 273 | 0 | 107 | 17 | 15 | 471 | 106 | 70 |
| Binary | 11011101 | 1000001 | 10111011 | 0 | 1000111 | 1111 | 1101 | 100111001 | 1000110 | 111000 |
Color Harmonies of #DD41BB
Complementary color
Monochromatic Colors of #DD41BB
Black with #DD41BB
Text Example
Text Example
White with #DD41BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD41BB; }
p { color: rgb(221,65,187); }
H1.HeaderClassName
{
color: #DD41BB;
}
.AnyTagClassName
{
color: #DD41BB;
}
</style>
background-color css
<style>
a { background-color: #DD41BB; }
a { background-color: rgb(221,65,187); }
div.DivClassName
{
background-color: #DD41BB;
}
.BgClassName
{
background-color: #DD41BB;
}
</style>
border-color css
<style>
span { border-color: #DD41BB; }
span { border-color: rgb(221,65,187); }
td.TdClassName
{
border-color: #DD41BB;
}
.TagClassName
{
border-color: #DD41BB;
}
</style>