Shades of Fuchsia #DD47B2
Tints of Fuchsia #DD47B2
RGB
CMYK
RGB Variations
Color information
#DD47B2 (or 0xDD47B2) is known color: Fuchsia. HEX triplet: DD, 47 and B2. RGB value is (221,71,178). Sum of RGB (Red+Green+Blue) = 221+71+178=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD47B2 is #22B84D. Grayscale: #7F7F7F. Windows color (decimal): -2275406 or 11683805. OLE color: 11683805.
HSL color Cylindrical-coordinate representation of color #DD47B2: hue angle of 317.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 #DD47B2 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 178 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.13 |
| HSL | 317.2º | 0.69% | 0.57% | - |
| HSV(B) | 317.2º | 0.68% | 0.87% | - |
| XYZ | 40.11 | 23.09 | 44.46 | - |
| YUV | 128.05 | 156.2 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 178 | 0 | 0.68 | 0.19 | 0.13 | 317.2 | 0.69 | 0.57 |
| Hex | DD | 47 | B2 | 0 | 44 | 13 | D | 13D | 45 | 39 |
| Octal | 335 | 107 | 262 | 0 | 104 | 23 | 15 | 475 | 105 | 71 |
| Binary | 11011101 | 1000111 | 10110010 | 0 | 1000100 | 10011 | 1101 | 100111101 | 1000101 | 111001 |
Color Harmonies of #DD47B2
Complementary color
Monochromatic Colors of #DD47B2
Black with #DD47B2
Text Example
Text Example
White with #DD47B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD47B2; }
p { color: rgb(221,71,178); }
H1.HeaderClassName
{
color: #DD47B2;
}
.AnyTagClassName
{
color: #DD47B2;
}
</style>
background-color css
<style>
a { background-color: #DD47B2; }
a { background-color: rgb(221,71,178); }
div.DivClassName
{
background-color: #DD47B2;
}
.BgClassName
{
background-color: #DD47B2;
}
</style>
border-color css
<style>
span { border-color: #DD47B2; }
span { border-color: rgb(221,71,178); }
td.TdClassName
{
border-color: #DD47B2;
}
.TagClassName
{
border-color: #DD47B2;
}
</style>