Shades of Fuchsia #DD47BC
Tints of Fuchsia #DD47BC
RGB
CMYK
RGB Variations
Color information
#DD47BC (or 0xDD47BC) is known color: Fuchsia. HEX triplet: DD, 47 and BC. RGB value is (221,71,188). Sum of RGB (Red+Green+Blue) = 221+71+188=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47BC is #22B843. Grayscale: #808080. Windows color (decimal): -2275396 or 12339165. OLE color: 12339165.
HSL color Cylindrical-coordinate representation of color #DD47BC: hue angle of 313.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD47BC is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 188 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.13 |
| HSL | 313.2º | 0.69% | 0.57% | - |
| HSV(B) | 313.2º | 0.68% | 0.87% | - |
| XYZ | 41.15 | 23.51 | 49.95 | - |
| YUV | 129.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 188 | 0 | 0.68 | 0.15 | 0.13 | 313.2 | 0.69 | 0.57 |
| Hex | DD | 47 | BC | 0 | 44 | F | D | 139 | 45 | 39 |
| Octal | 335 | 107 | 274 | 0 | 104 | 17 | 15 | 471 | 105 | 71 |
| Binary | 11011101 | 1000111 | 10111100 | 0 | 1000100 | 1111 | 1101 | 100111001 | 1000101 | 111001 |
Color Harmonies of #DD47BC
Complementary color
Monochromatic Colors of #DD47BC
Black with #DD47BC
Text Example
Text Example
White with #DD47BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD47BC; }
p { color: rgb(221,71,188); }
H1.HeaderClassName
{
color: #DD47BC;
}
.AnyTagClassName
{
color: #DD47BC;
}
</style>
background-color css
<style>
a { background-color: #DD47BC; }
a { background-color: rgb(221,71,188); }
div.DivClassName
{
background-color: #DD47BC;
}
.BgClassName
{
background-color: #DD47BC;
}
</style>
border-color css
<style>
span { border-color: #DD47BC; }
span { border-color: rgb(221,71,188); }
td.TdClassName
{
border-color: #DD47BC;
}
.TagClassName
{
border-color: #DD47BC;
}
</style>