Shades of Fuchsia #DD4DB5
Tints of Fuchsia #DD4DB5
RGB
CMYK
RGB Variations
Color information
#DD4DB5 (or 0xDD4DB5) is known color: Fuchsia. HEX triplet: DD, 4D and B5. RGB value is (221,77,181). Sum of RGB (Red+Green+Blue) = 221+77+181=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DB5 is #22B24A. Grayscale: #838383. Windows color (decimal): -2273867 or 11881949. OLE color: 11881949.
HSL color Cylindrical-coordinate representation of color #DD4DB5: hue angle of 316.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4DB5 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 181 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.13 |
| HSL | 316.67º | 0.68% | 0.58% | - |
| HSV(B) | 316.67º | 0.65% | 0.87% | - |
| XYZ | 40.81 | 24.02 | 46.2 | - |
| YUV | 131.91 | 155.71 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 181 | 0 | 0.65 | 0.18 | 0.13 | 316.67 | 0.68 | 0.58 |
| Hex | DD | 4D | B5 | 0 | 41 | 12 | D | 13D | 44 | 3A |
| Octal | 335 | 115 | 265 | 0 | 101 | 22 | 15 | 475 | 104 | 72 |
| Binary | 11011101 | 1001101 | 10110101 | 0 | 1000001 | 10010 | 1101 | 100111101 | 1000100 | 111010 |
Color Harmonies of #DD4DB5
Complementary color
Monochromatic Colors of #DD4DB5
Black with #DD4DB5
Text Example
Text Example
White with #DD4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DB5; }
p { color: rgb(221,77,181); }
H1.HeaderClassName
{
color: #DD4DB5;
}
.AnyTagClassName
{
color: #DD4DB5;
}
</style>
background-color css
<style>
a { background-color: #DD4DB5; }
a { background-color: rgb(221,77,181); }
div.DivClassName
{
background-color: #DD4DB5;
}
.BgClassName
{
background-color: #DD4DB5;
}
</style>
border-color css
<style>
span { border-color: #DD4DB5; }
span { border-color: rgb(221,77,181); }
td.TdClassName
{
border-color: #DD4DB5;
}
.TagClassName
{
border-color: #DD4DB5;
}
</style>