Shades of Fuchsia #DD4AB3
Tints of Fuchsia #DD4AB3
RGB
CMYK
RGB Variations
Color information
#DD4AB3 (or 0xDD4AB3) is known color: Fuchsia. HEX triplet: DD, 4A and B3. RGB value is (221,74,179). Sum of RGB (Red+Green+Blue) = 221+74+179=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4AB3 is #22B54C. Grayscale: #818181. Windows color (decimal): -2274637 or 11750109. OLE color: 11750109.
HSL color Cylindrical-coordinate representation of color #DD4AB3: hue angle of 317.14º 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 #DD4AB3 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 179 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.13 |
| HSL | 317.14º | 0.68% | 0.58% | - |
| HSV(B) | 317.14º | 0.67% | 0.87% | - |
| XYZ | 40.4 | 23.52 | 45.06 | - |
| YUV | 129.92 | 155.7 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 179 | 0 | 0.67 | 0.19 | 0.13 | 317.14 | 0.68 | 0.58 |
| Hex | DD | 4A | B3 | 0 | 43 | 13 | D | 13D | 44 | 3A |
| Octal | 335 | 112 | 263 | 0 | 103 | 23 | 15 | 475 | 104 | 72 |
| Binary | 11011101 | 1001010 | 10110011 | 0 | 1000011 | 10011 | 1101 | 100111101 | 1000100 | 111010 |
Color Harmonies of #DD4AB3
Complementary color
Monochromatic Colors of #DD4AB3
Black with #DD4AB3
Text Example
Text Example
White with #DD4AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4AB3; }
p { color: rgb(221,74,179); }
H1.HeaderClassName
{
color: #DD4AB3;
}
.AnyTagClassName
{
color: #DD4AB3;
}
</style>
background-color css
<style>
a { background-color: #DD4AB3; }
a { background-color: rgb(221,74,179); }
div.DivClassName
{
background-color: #DD4AB3;
}
.BgClassName
{
background-color: #DD4AB3;
}
</style>
border-color css
<style>
span { border-color: #DD4AB3; }
span { border-color: rgb(221,74,179); }
td.TdClassName
{
border-color: #DD4AB3;
}
.TagClassName
{
border-color: #DD4AB3;
}
</style>