Shades of Fuchsia #DD42B9
Tints of Fuchsia #DD42B9
RGB
CMYK
RGB Variations
Color information
#DD42B9 (or 0xDD42B9) is known color: Fuchsia. HEX triplet: DD, 42 and B9. RGB value is (221,66,185). Sum of RGB (Red+Green+Blue) = 221+66+185=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42B9 is #22BD46. Grayscale: #7D7D7D. Windows color (decimal): -2276679 or 12141277. OLE color: 12141277.
HSL color Cylindrical-coordinate representation of color #DD42B9: hue angle of 313.94º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD42B9 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 185 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.13 |
| HSL | 313.94º | 0.7% | 0.56% | - |
| HSV(B) | 313.94º | 0.7% | 0.87% | - |
| XYZ | 40.52 | 22.77 | 48.16 | - |
| YUV | 125.91 | 161.35 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 185 | 0 | 0.70 | 0.16 | 0.13 | 313.94 | 0.7 | 0.56 |
| Hex | DD | 42 | B9 | 0 | 46 | 10 | D | 13A | 46 | 38 |
| Octal | 335 | 102 | 271 | 0 | 106 | 20 | 15 | 472 | 106 | 70 |
| Binary | 11011101 | 1000010 | 10111001 | 0 | 1000110 | 10000 | 1101 | 100111010 | 1000110 | 111000 |
Color Harmonies of #DD42B9
Complementary color
Monochromatic Colors of #DD42B9
Black with #DD42B9
Text Example
Text Example
White with #DD42B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD42B9; }
p { color: rgb(221,66,185); }
H1.HeaderClassName
{
color: #DD42B9;
}
.AnyTagClassName
{
color: #DD42B9;
}
</style>
background-color css
<style>
a { background-color: #DD42B9; }
a { background-color: rgb(221,66,185); }
div.DivClassName
{
background-color: #DD42B9;
}
.BgClassName
{
background-color: #DD42B9;
}
</style>
border-color css
<style>
span { border-color: #DD42B9; }
span { border-color: rgb(221,66,185); }
td.TdClassName
{
border-color: #DD42B9;
}
.TagClassName
{
border-color: #DD42B9;
}
</style>