Shades of Fuchsia #DD42B1
Tints of Fuchsia #DD42B1
RGB
CMYK
RGB Variations
Color information
#DD42B1 (or 0xDD42B1) is known color: Fuchsia. HEX triplet: DD, 42 and B1. RGB value is (221,66,177). Sum of RGB (Red+Green+Blue) = 221+66+177=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD42B1 is #22BD4E. Grayscale: #7C7C7C. Windows color (decimal): -2276687 or 11616989. OLE color: 11616989.
HSL color Cylindrical-coordinate representation of color #DD42B1: hue angle of 317.03º 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 #DD42B1 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 177 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.13 |
| HSL | 317.03º | 0.7% | 0.56% | - |
| HSV(B) | 317.03º | 0.7% | 0.87% | - |
| XYZ | 39.7 | 22.44 | 43.83 | - |
| YUV | 125 | 157.35 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 177 | 0 | 0.70 | 0.20 | 0.13 | 317.03 | 0.7 | 0.56 |
| Hex | DD | 42 | B1 | 0 | 46 | 14 | D | 13D | 46 | 38 |
| Octal | 335 | 102 | 261 | 0 | 106 | 24 | 15 | 475 | 106 | 70 |
| Binary | 11011101 | 1000010 | 10110001 | 0 | 1000110 | 10100 | 1101 | 100111101 | 1000110 | 111000 |
Color Harmonies of #DD42B1
Complementary color
Monochromatic Colors of #DD42B1
Black with #DD42B1
Text Example
Text Example
White with #DD42B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD42B1; }
p { color: rgb(221,66,177); }
H1.HeaderClassName
{
color: #DD42B1;
}
.AnyTagClassName
{
color: #DD42B1;
}
</style>
background-color css
<style>
a { background-color: #DD42B1; }
a { background-color: rgb(221,66,177); }
div.DivClassName
{
background-color: #DD42B1;
}
.BgClassName
{
background-color: #DD42B1;
}
</style>
border-color css
<style>
span { border-color: #DD42B1; }
span { border-color: rgb(221,66,177); }
td.TdClassName
{
border-color: #DD42B1;
}
.TagClassName
{
border-color: #DD42B1;
}
</style>