Shades of Fuchsia #DD52B2
Tints of Fuchsia #DD52B2
RGB
CMYK
RGB Variations
Color information
#DD52B2 (or 0xDD52B2) is known color: Fuchsia. HEX triplet: DD, 52 and B2. RGB value is (221,82,178). Sum of RGB (Red+Green+Blue) = 221+82+178=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD52B2 is #22AD4D. Grayscale: #868686. Windows color (decimal): -2272590 or 11686621. OLE color: 11686621.
HSL color Cylindrical-coordinate representation of color #DD52B2: hue angle of 318.56º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD52B2 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 178 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.13 |
| HSL | 318.56º | 0.67% | 0.59% | - |
| HSV(B) | 318.56º | 0.63% | 0.87% | - |
| XYZ | 40.87 | 24.62 | 44.72 | - |
| YUV | 134.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 178 | 0 | 0.63 | 0.19 | 0.13 | 318.56 | 0.67 | 0.59 |
| Hex | DD | 52 | B2 | 0 | 3F | 13 | D | 13F | 43 | 3B |
| Octal | 335 | 122 | 262 | 0 | 77 | 23 | 15 | 477 | 103 | 73 |
| Binary | 11011101 | 1010010 | 10110010 | 0 | 111111 | 10011 | 1101 | 100111111 | 1000011 | 111011 |
Color Harmonies of #DD52B2
Complementary color
Monochromatic Colors of #DD52B2
Black with #DD52B2
Text Example
Text Example
White with #DD52B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD52B2; }
p { color: rgb(221,82,178); }
H1.HeaderClassName
{
color: #DD52B2;
}
.AnyTagClassName
{
color: #DD52B2;
}
</style>
background-color css
<style>
a { background-color: #DD52B2; }
a { background-color: rgb(221,82,178); }
div.DivClassName
{
background-color: #DD52B2;
}
.BgClassName
{
background-color: #DD52B2;
}
</style>
border-color css
<style>
span { border-color: #DD52B2; }
span { border-color: rgb(221,82,178); }
td.TdClassName
{
border-color: #DD52B2;
}
.TagClassName
{
border-color: #DD52B2;
}
</style>