Shades of Fuchsia #DD54B2
Tints of Fuchsia #DD54B2
RGB
CMYK
RGB Variations
Color information
#DD54B2 (or 0xDD54B2) is known color: Fuchsia. HEX triplet: DD, 54 and B2. RGB value is (221,84,178). Sum of RGB (Red+Green+Blue) = 221+84+178=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD54B2 is #22AB4D. Grayscale: #878787. Windows color (decimal): -2272078 or 11687133. OLE color: 11687133.
HSL color Cylindrical-coordinate representation of color #DD54B2: hue angle of 318.83º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD54B2 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 178 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.13 |
| HSL | 318.83º | 0.67% | 0.6% | - |
| HSV(B) | 318.83º | 0.62% | 0.87% | - |
| XYZ | 41.03 | 24.93 | 44.77 | - |
| YUV | 135.68 | 151.89 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 178 | 0 | 0.62 | 0.19 | 0.13 | 318.83 | 0.67 | 0.6 |
| Hex | DD | 54 | B2 | 0 | 3E | 13 | D | 13F | 43 | 3C |
| Octal | 335 | 124 | 262 | 0 | 76 | 23 | 15 | 477 | 103 | 74 |
| Binary | 11011101 | 1010100 | 10110010 | 0 | 111110 | 10011 | 1101 | 100111111 | 1000011 | 111100 |
Color Harmonies of #DD54B2
Complementary color
Monochromatic Colors of #DD54B2
Black with #DD54B2
Text Example
Text Example
White with #DD54B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54B2; }
p { color: rgb(221,84,178); }
H1.HeaderClassName
{
color: #DD54B2;
}
.AnyTagClassName
{
color: #DD54B2;
}
</style>
background-color css
<style>
a { background-color: #DD54B2; }
a { background-color: rgb(221,84,178); }
div.DivClassName
{
background-color: #DD54B2;
}
.BgClassName
{
background-color: #DD54B2;
}
</style>
border-color css
<style>
span { border-color: #DD54B2; }
span { border-color: rgb(221,84,178); }
td.TdClassName
{
border-color: #DD54B2;
}
.TagClassName
{
border-color: #DD54B2;
}
</style>