Shades of Fuchsia #DD41BC
Tints of Fuchsia #DD41BC
RGB
CMYK
RGB Variations
Color information
#DD41BC (or 0xDD41BC) is known color: Fuchsia. HEX triplet: DD, 41 and BC. RGB value is (221,65,188). Sum of RGB (Red+Green+Blue) = 221+65+188=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41BC is #22BE43. Grayscale: #7D7D7D. Windows color (decimal): -2276932 or 12337629. OLE color: 12337629.
HSL color Cylindrical-coordinate representation of color #DD41BC: hue angle of 312.69º 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 #DD41BC is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 188 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.13 |
| HSL | 312.69º | 0.7% | 0.56% | - |
| HSV(B) | 312.69º | 0.71% | 0.87% | - |
| XYZ | 40.79 | 22.78 | 49.82 | - |
| YUV | 125.67 | 163.18 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 188 | 0 | 0.71 | 0.15 | 0.13 | 312.69 | 0.7 | 0.56 |
| Hex | DD | 41 | BC | 0 | 47 | F | D | 139 | 46 | 38 |
| Octal | 335 | 101 | 274 | 0 | 107 | 17 | 15 | 471 | 106 | 70 |
| Binary | 11011101 | 1000001 | 10111100 | 0 | 1000111 | 1111 | 1101 | 100111001 | 1000110 | 111000 |
Color Harmonies of #DD41BC
Complementary color
Monochromatic Colors of #DD41BC
Black with #DD41BC
Text Example
Text Example
White with #DD41BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD41BC; }
p { color: rgb(221,65,188); }
H1.HeaderClassName
{
color: #DD41BC;
}
.AnyTagClassName
{
color: #DD41BC;
}
</style>
background-color css
<style>
a { background-color: #DD41BC; }
a { background-color: rgb(221,65,188); }
div.DivClassName
{
background-color: #DD41BC;
}
.BgClassName
{
background-color: #DD41BC;
}
</style>
border-color css
<style>
span { border-color: #DD41BC; }
span { border-color: rgb(221,65,188); }
td.TdClassName
{
border-color: #DD41BC;
}
.TagClassName
{
border-color: #DD41BC;
}
</style>