Shades of Fuchsia #DD48BC
Tints of Fuchsia #DD48BC
RGB
CMYK
RGB Variations
Color information
#DD48BC (or 0xDD48BC) is known color: Fuchsia. HEX triplet: DD, 48 and BC. RGB value is (221,72,188). Sum of RGB (Red+Green+Blue) = 221+72+188=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48BC is #22B743. Grayscale: #818181. Windows color (decimal): -2275140 or 12339421. OLE color: 12339421.
HSL color Cylindrical-coordinate representation of color #DD48BC: hue angle of 313.29º 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 #DD48BC is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 188 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.13 |
| HSL | 313.29º | 0.69% | 0.57% | - |
| HSV(B) | 313.29º | 0.67% | 0.87% | - |
| XYZ | 41.21 | 23.64 | 49.97 | - |
| YUV | 129.78 | 160.86 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 188 | 0 | 0.67 | 0.15 | 0.13 | 313.29 | 0.69 | 0.57 |
| Hex | DD | 48 | BC | 0 | 43 | F | D | 139 | 45 | 39 |
| Octal | 335 | 110 | 274 | 0 | 103 | 17 | 15 | 471 | 105 | 71 |
| Binary | 11011101 | 1001000 | 10111100 | 0 | 1000011 | 1111 | 1101 | 100111001 | 1000101 | 111001 |
Color Harmonies of #DD48BC
Complementary color
Monochromatic Colors of #DD48BC
Black with #DD48BC
Text Example
Text Example
White with #DD48BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD48BC; }
p { color: rgb(221,72,188); }
H1.HeaderClassName
{
color: #DD48BC;
}
.AnyTagClassName
{
color: #DD48BC;
}
</style>
background-color css
<style>
a { background-color: #DD48BC; }
a { background-color: rgb(221,72,188); }
div.DivClassName
{
background-color: #DD48BC;
}
.BgClassName
{
background-color: #DD48BC;
}
</style>
border-color css
<style>
span { border-color: #DD48BC; }
span { border-color: rgb(221,72,188); }
td.TdClassName
{
border-color: #DD48BC;
}
.TagClassName
{
border-color: #DD48BC;
}
</style>