Shades of Fuchsia #DD4ABB
Tints of Fuchsia #DD4ABB
RGB
CMYK
RGB Variations
Color information
#DD4ABB (or 0xDD4ABB) is known color: Fuchsia. HEX triplet: DD, 4A and BB. RGB value is (221,74,187). Sum of RGB (Red+Green+Blue) = 221+74+187=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4ABB is #22B544. Grayscale: #828282. Windows color (decimal): -2274629 or 12274397. OLE color: 12274397.
HSL color Cylindrical-coordinate representation of color #DD4ABB: hue angle of 313.88º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4ABB is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 187 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.13 |
| HSL | 313.88º | 0.68% | 0.58% | - |
| HSV(B) | 313.88º | 0.67% | 0.87% | - |
| XYZ | 41.24 | 23.86 | 49.45 | - |
| YUV | 130.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 187 | 0 | 0.67 | 0.15 | 0.13 | 313.88 | 0.68 | 0.58 |
| Hex | DD | 4A | BB | 0 | 43 | F | D | 13A | 44 | 3A |
| Octal | 335 | 112 | 273 | 0 | 103 | 17 | 15 | 472 | 104 | 72 |
| Binary | 11011101 | 1001010 | 10111011 | 0 | 1000011 | 1111 | 1101 | 100111010 | 1000100 | 111010 |
Color Harmonies of #DD4ABB
Complementary color
Monochromatic Colors of #DD4ABB
Black with #DD4ABB
Text Example
Text Example
White with #DD4ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4ABB; }
p { color: rgb(221,74,187); }
H1.HeaderClassName
{
color: #DD4ABB;
}
.AnyTagClassName
{
color: #DD4ABB;
}
</style>
background-color css
<style>
a { background-color: #DD4ABB; }
a { background-color: rgb(221,74,187); }
div.DivClassName
{
background-color: #DD4ABB;
}
.BgClassName
{
background-color: #DD4ABB;
}
</style>
border-color css
<style>
span { border-color: #DD4ABB; }
span { border-color: rgb(221,74,187); }
td.TdClassName
{
border-color: #DD4ABB;
}
.TagClassName
{
border-color: #DD4ABB;
}
</style>