Shades of Fuchsia #DD4AB5
Tints of Fuchsia #DD4AB5
RGB
CMYK
RGB Variations
Color information
#DD4AB5 (or 0xDD4AB5) is known color: Fuchsia. HEX triplet: DD, 4A and B5. RGB value is (221,74,181). Sum of RGB (Red+Green+Blue) = 221+74+181=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4AB5 is #22B54A. Grayscale: #818181. Windows color (decimal): -2274635 or 11881181. OLE color: 11881181.
HSL color Cylindrical-coordinate representation of color #DD4AB5: hue angle of 316.33º 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 #DD4AB5 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 181 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.13 |
| HSL | 316.33º | 0.68% | 0.58% | - |
| HSV(B) | 316.33º | 0.67% | 0.87% | - |
| XYZ | 40.61 | 23.61 | 46.13 | - |
| YUV | 130.15 | 156.7 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 181 | 0 | 0.67 | 0.18 | 0.13 | 316.33 | 0.68 | 0.58 |
| Hex | DD | 4A | B5 | 0 | 43 | 12 | D | 13C | 44 | 3A |
| Octal | 335 | 112 | 265 | 0 | 103 | 22 | 15 | 474 | 104 | 72 |
| Binary | 11011101 | 1001010 | 10110101 | 0 | 1000011 | 10010 | 1101 | 100111100 | 1000100 | 111010 |
Color Harmonies of #DD4AB5
Complementary color
Monochromatic Colors of #DD4AB5
Black with #DD4AB5
Text Example
Text Example
White with #DD4AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4AB5; }
p { color: rgb(221,74,181); }
H1.HeaderClassName
{
color: #DD4AB5;
}
.AnyTagClassName
{
color: #DD4AB5;
}
</style>
background-color css
<style>
a { background-color: #DD4AB5; }
a { background-color: rgb(221,74,181); }
div.DivClassName
{
background-color: #DD4AB5;
}
.BgClassName
{
background-color: #DD4AB5;
}
</style>
border-color css
<style>
span { border-color: #DD4AB5; }
span { border-color: rgb(221,74,181); }
td.TdClassName
{
border-color: #DD4AB5;
}
.TagClassName
{
border-color: #DD4AB5;
}
</style>