Shades of Fuchsia #DD47B0
Tints of Fuchsia #DD47B0
RGB
CMYK
RGB Variations
Color information
#DD47B0 (or 0xDD47B0) is known color: Fuchsia. HEX triplet: DD, 47 and B0. RGB value is (221,71,176). Sum of RGB (Red+Green+Blue) = 221+71+176=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD47B0 is #22B84F. Grayscale: #7F7F7F. Windows color (decimal): -2275408 or 11552733. OLE color: 11552733.
HSL color Cylindrical-coordinate representation of color #DD47B0: hue angle of 318º 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 #DD47B0 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 176 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.13 |
| HSL | 318º | 0.69% | 0.57% | - |
| HSV(B) | 318º | 0.68% | 0.87% | - |
| XYZ | 39.91 | 23.01 | 43.41 | - |
| YUV | 127.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 176 | 0 | 0.68 | 0.20 | 0.13 | 318 | 0.69 | 0.57 |
| Hex | DD | 47 | B0 | 0 | 44 | 14 | D | 13E | 45 | 39 |
| Octal | 335 | 107 | 260 | 0 | 104 | 24 | 15 | 476 | 105 | 71 |
| Binary | 11011101 | 1000111 | 10110000 | 0 | 1000100 | 10100 | 1101 | 100111110 | 1000101 | 111001 |
Color Harmonies of #DD47B0
Complementary color
Monochromatic Colors of #DD47B0
Black with #DD47B0
Text Example
Text Example
White with #DD47B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD47B0; }
p { color: rgb(221,71,176); }
H1.HeaderClassName
{
color: #DD47B0;
}
.AnyTagClassName
{
color: #DD47B0;
}
</style>
background-color css
<style>
a { background-color: #DD47B0; }
a { background-color: rgb(221,71,176); }
div.DivClassName
{
background-color: #DD47B0;
}
.BgClassName
{
background-color: #DD47B0;
}
</style>
border-color css
<style>
span { border-color: #DD47B0; }
span { border-color: rgb(221,71,176); }
td.TdClassName
{
border-color: #DD47B0;
}
.TagClassName
{
border-color: #DD47B0;
}
</style>