Shades of Fuchsia #DD48BA
Tints of Fuchsia #DD48BA
RGB
CMYK
RGB Variations
Color information
#DD48BA (or 0xDD48BA) is known color: Fuchsia. HEX triplet: DD, 48 and BA. RGB value is (221,72,186). Sum of RGB (Red+Green+Blue) = 221+72+186=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48BA is #22B745. Grayscale: #818181. Windows color (decimal): -2275142 or 12208349. OLE color: 12208349.
HSL color Cylindrical-coordinate representation of color #DD48BA: hue angle of 314.09º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD48BA is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 186 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.13 |
| HSL | 314.09º | 0.69% | 0.57% | - |
| HSV(B) | 314.09º | 0.67% | 0.87% | - |
| XYZ | 41 | 23.55 | 48.84 | - |
| YUV | 129.55 | 159.86 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 186 | 0 | 0.67 | 0.16 | 0.13 | 314.09 | 0.69 | 0.57 |
| Hex | DD | 48 | BA | 0 | 43 | 10 | D | 13A | 45 | 39 |
| Octal | 335 | 110 | 272 | 0 | 103 | 20 | 15 | 472 | 105 | 71 |
| Binary | 11011101 | 1001000 | 10111010 | 0 | 1000011 | 10000 | 1101 | 100111010 | 1000101 | 111001 |
Color Harmonies of #DD48BA
Complementary color
Monochromatic Colors of #DD48BA
Black with #DD48BA
Text Example
Text Example
White with #DD48BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD48BA; }
p { color: rgb(221,72,186); }
H1.HeaderClassName
{
color: #DD48BA;
}
.AnyTagClassName
{
color: #DD48BA;
}
</style>
background-color css
<style>
a { background-color: #DD48BA; }
a { background-color: rgb(221,72,186); }
div.DivClassName
{
background-color: #DD48BA;
}
.BgClassName
{
background-color: #DD48BA;
}
</style>
border-color css
<style>
span { border-color: #DD48BA; }
span { border-color: rgb(221,72,186); }
td.TdClassName
{
border-color: #DD48BA;
}
.TagClassName
{
border-color: #DD48BA;
}
</style>