Shades of Fuchsia #DD42B7
Tints of Fuchsia #DD42B7
RGB
CMYK
RGB Variations
Color information
#DD42B7 (or 0xDD42B7) is known color: Fuchsia. HEX triplet: DD, 42 and B7. RGB value is (221,66,183). Sum of RGB (Red+Green+Blue) = 221+66+183=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42B7 is #22BD48. Grayscale: #7D7D7D. Windows color (decimal): -2276681 or 12010205. OLE color: 12010205.
HSL color Cylindrical-coordinate representation of color #DD42B7: hue angle of 314.71º 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 #DD42B7 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 183 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.13 |
| HSL | 314.71º | 0.7% | 0.56% | - |
| HSV(B) | 314.71º | 0.7% | 0.87% | - |
| XYZ | 40.31 | 22.69 | 47.05 | - |
| YUV | 125.68 | 160.35 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 183 | 0 | 0.70 | 0.17 | 0.13 | 314.71 | 0.7 | 0.56 |
| Hex | DD | 42 | B7 | 0 | 46 | 11 | D | 13B | 46 | 38 |
| Octal | 335 | 102 | 267 | 0 | 106 | 21 | 15 | 473 | 106 | 70 |
| Binary | 11011101 | 1000010 | 10110111 | 0 | 1000110 | 10001 | 1101 | 100111011 | 1000110 | 111000 |
Color Harmonies of #DD42B7
Complementary color
Monochromatic Colors of #DD42B7
Black with #DD42B7
Text Example
Text Example
White with #DD42B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD42B7; }
p { color: rgb(221,66,183); }
H1.HeaderClassName
{
color: #DD42B7;
}
.AnyTagClassName
{
color: #DD42B7;
}
</style>
background-color css
<style>
a { background-color: #DD42B7; }
a { background-color: rgb(221,66,183); }
div.DivClassName
{
background-color: #DD42B7;
}
.BgClassName
{
background-color: #DD42B7;
}
</style>
border-color css
<style>
span { border-color: #DD42B7; }
span { border-color: rgb(221,66,183); }
td.TdClassName
{
border-color: #DD42B7;
}
.TagClassName
{
border-color: #DD42B7;
}
</style>