Shades of Fuchsia #DD47B3
Tints of Fuchsia #DD47B3
RGB
CMYK
RGB Variations
Color information
#DD47B3 (or 0xDD47B3) is known color: Fuchsia. HEX triplet: DD, 47 and B3. RGB value is (221,71,179). Sum of RGB (Red+Green+Blue) = 221+71+179=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47B3 is #22B84C. Grayscale: #7F7F7F. Windows color (decimal): -2275405 or 11749341. OLE color: 11749341.
HSL color Cylindrical-coordinate representation of color #DD47B3: hue angle of 316.8º 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 #DD47B3 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 179 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.13 |
| HSL | 316.8º | 0.69% | 0.57% | - |
| HSV(B) | 316.8º | 0.68% | 0.87% | - |
| XYZ | 40.21 | 23.13 | 44.99 | - |
| YUV | 128.16 | 156.7 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 179 | 0 | 0.68 | 0.19 | 0.13 | 316.8 | 0.69 | 0.57 |
| Hex | DD | 47 | B3 | 0 | 44 | 13 | D | 13D | 45 | 39 |
| Octal | 335 | 107 | 263 | 0 | 104 | 23 | 15 | 475 | 105 | 71 |
| Binary | 11011101 | 1000111 | 10110011 | 0 | 1000100 | 10011 | 1101 | 100111101 | 1000101 | 111001 |
Color Harmonies of #DD47B3
Complementary color
Monochromatic Colors of #DD47B3
Black with #DD47B3
Text Example
Text Example
White with #DD47B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD47B3; }
p { color: rgb(221,71,179); }
H1.HeaderClassName
{
color: #DD47B3;
}
.AnyTagClassName
{
color: #DD47B3;
}
</style>
background-color css
<style>
a { background-color: #DD47B3; }
a { background-color: rgb(221,71,179); }
div.DivClassName
{
background-color: #DD47B3;
}
.BgClassName
{
background-color: #DD47B3;
}
</style>
border-color css
<style>
span { border-color: #DD47B3; }
span { border-color: rgb(221,71,179); }
td.TdClassName
{
border-color: #DD47B3;
}
.TagClassName
{
border-color: #DD47B3;
}
</style>