Shades of Fuchsia #DD48BB
Tints of Fuchsia #DD48BB
RGB
CMYK
RGB Variations
Color information
#DD48BB (or 0xDD48BB) is known color: Fuchsia. HEX triplet: DD, 48 and BB. RGB value is (221,72,187). Sum of RGB (Red+Green+Blue) = 221+72+187=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48BB is #22B744. Grayscale: #818181. Windows color (decimal): -2275141 or 12273885. OLE color: 12273885.
HSL color Cylindrical-coordinate representation of color #DD48BB: hue angle of 313.69º 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 #DD48BB is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 187 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.13 |
| HSL | 313.69º | 0.69% | 0.57% | - |
| HSV(B) | 313.69º | 0.67% | 0.87% | - |
| XYZ | 41.11 | 23.59 | 49.4 | - |
| YUV | 129.66 | 160.36 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 187 | 0 | 0.67 | 0.15 | 0.13 | 313.69 | 0.69 | 0.57 |
| Hex | DD | 48 | BB | 0 | 43 | F | D | 13A | 45 | 39 |
| Octal | 335 | 110 | 273 | 0 | 103 | 17 | 15 | 472 | 105 | 71 |
| Binary | 11011101 | 1001000 | 10111011 | 0 | 1000011 | 1111 | 1101 | 100111010 | 1000101 | 111001 |
Color Harmonies of #DD48BB
Complementary color
Monochromatic Colors of #DD48BB
Black with #DD48BB
Text Example
Text Example
White with #DD48BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD48BB; }
p { color: rgb(221,72,187); }
H1.HeaderClassName
{
color: #DD48BB;
}
.AnyTagClassName
{
color: #DD48BB;
}
</style>
background-color css
<style>
a { background-color: #DD48BB; }
a { background-color: rgb(221,72,187); }
div.DivClassName
{
background-color: #DD48BB;
}
.BgClassName
{
background-color: #DD48BB;
}
</style>
border-color css
<style>
span { border-color: #DD48BB; }
span { border-color: rgb(221,72,187); }
td.TdClassName
{
border-color: #DD48BB;
}
.TagClassName
{
border-color: #DD48BB;
}
</style>