Shades of Fuchsia #DD4AB4
Tints of Fuchsia #DD4AB4
RGB
CMYK
RGB Variations
Color information
#DD4AB4 (or 0xDD4AB4) is known color: Fuchsia. HEX triplet: DD, 4A and B4. RGB value is (221,74,180). Sum of RGB (Red+Green+Blue) = 221+74+180=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4AB4 is #22B54B. Grayscale: #818181. Windows color (decimal): -2274636 or 11815645. OLE color: 11815645.
HSL color Cylindrical-coordinate representation of color #DD4AB4: hue angle of 316.73º 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 #DD4AB4 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 180 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.13 |
| HSL | 316.73º | 0.68% | 0.58% | - |
| HSV(B) | 316.73º | 0.67% | 0.87% | - |
| XYZ | 40.51 | 23.57 | 45.59 | - |
| YUV | 130.04 | 156.2 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 180 | 0 | 0.67 | 0.19 | 0.13 | 316.73 | 0.68 | 0.58 |
| Hex | DD | 4A | B4 | 0 | 43 | 13 | D | 13D | 44 | 3A |
| Octal | 335 | 112 | 264 | 0 | 103 | 23 | 15 | 475 | 104 | 72 |
| Binary | 11011101 | 1001010 | 10110100 | 0 | 1000011 | 10011 | 1101 | 100111101 | 1000100 | 111010 |
Color Harmonies of #DD4AB4
Complementary color
Monochromatic Colors of #DD4AB4
Black with #DD4AB4
Text Example
Text Example
White with #DD4AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4AB4; }
p { color: rgb(221,74,180); }
H1.HeaderClassName
{
color: #DD4AB4;
}
.AnyTagClassName
{
color: #DD4AB4;
}
</style>
background-color css
<style>
a { background-color: #DD4AB4; }
a { background-color: rgb(221,74,180); }
div.DivClassName
{
background-color: #DD4AB4;
}
.BgClassName
{
background-color: #DD4AB4;
}
</style>
border-color css
<style>
span { border-color: #DD4AB4; }
span { border-color: rgb(221,74,180); }
td.TdClassName
{
border-color: #DD4AB4;
}
.TagClassName
{
border-color: #DD4AB4;
}
</style>