Shades of Fuchsia #DD42B5
Tints of Fuchsia #DD42B5
RGB
CMYK
RGB Variations
Color information
#DD42B5 (or 0xDD42B5) is known color: Fuchsia. HEX triplet: DD, 42 and B5. RGB value is (221,66,181). Sum of RGB (Red+Green+Blue) = 221+66+181=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42B5 is #22BD4A. Grayscale: #7D7D7D. Windows color (decimal): -2276683 or 11879133. OLE color: 11879133.
HSL color Cylindrical-coordinate representation of color #DD42B5: hue angle of 315.48º 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 #DD42B5 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 181 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.13 |
| HSL | 315.48º | 0.7% | 0.56% | - |
| HSV(B) | 315.48º | 0.7% | 0.87% | - |
| XYZ | 40.11 | 22.6 | 45.97 | - |
| YUV | 125.46 | 159.35 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 181 | 0 | 0.70 | 0.18 | 0.13 | 315.48 | 0.7 | 0.56 |
| Hex | DD | 42 | B5 | 0 | 46 | 12 | D | 13B | 46 | 38 |
| Octal | 335 | 102 | 265 | 0 | 106 | 22 | 15 | 473 | 106 | 70 |
| Binary | 11011101 | 1000010 | 10110101 | 0 | 1000110 | 10010 | 1101 | 100111011 | 1000110 | 111000 |
Color Harmonies of #DD42B5
Complementary color
Monochromatic Colors of #DD42B5
Black with #DD42B5
Text Example
Text Example
White with #DD42B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD42B5; }
p { color: rgb(221,66,181); }
H1.HeaderClassName
{
color: #DD42B5;
}
.AnyTagClassName
{
color: #DD42B5;
}
</style>
background-color css
<style>
a { background-color: #DD42B5; }
a { background-color: rgb(221,66,181); }
div.DivClassName
{
background-color: #DD42B5;
}
.BgClassName
{
background-color: #DD42B5;
}
</style>
border-color css
<style>
span { border-color: #DD42B5; }
span { border-color: rgb(221,66,181); }
td.TdClassName
{
border-color: #DD42B5;
}
.TagClassName
{
border-color: #DD42B5;
}
</style>