Shades of Fuchsia #DD52B3
Tints of Fuchsia #DD52B3
RGB
CMYK
RGB Variations
Color information
#DD52B3 (or 0xDD52B3) is known color: Fuchsia. HEX triplet: DD, 52 and B3. RGB value is (221,82,179). Sum of RGB (Red+Green+Blue) = 221+82+179=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD52B3 is #22AD4C. Grayscale: #868686. Windows color (decimal): -2272589 or 11752157. OLE color: 11752157.
HSL color Cylindrical-coordinate representation of color #DD52B3: hue angle of 318.13º 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 #DD52B3 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 179 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.13 |
| HSL | 318.13º | 0.67% | 0.59% | - |
| HSV(B) | 318.13º | 0.63% | 0.87% | - |
| XYZ | 40.97 | 24.66 | 45.25 | - |
| YUV | 134.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 179 | 0 | 0.63 | 0.19 | 0.13 | 318.13 | 0.67 | 0.59 |
| Hex | DD | 52 | B3 | 0 | 3F | 13 | D | 13E | 43 | 3B |
| Octal | 335 | 122 | 263 | 0 | 77 | 23 | 15 | 476 | 103 | 73 |
| Binary | 11011101 | 1010010 | 10110011 | 0 | 111111 | 10011 | 1101 | 100111110 | 1000011 | 111011 |
Color Harmonies of #DD52B3
Complementary color
Monochromatic Colors of #DD52B3
Black with #DD52B3
Text Example
Text Example
White with #DD52B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD52B3; }
p { color: rgb(221,82,179); }
H1.HeaderClassName
{
color: #DD52B3;
}
.AnyTagClassName
{
color: #DD52B3;
}
</style>
background-color css
<style>
a { background-color: #DD52B3; }
a { background-color: rgb(221,82,179); }
div.DivClassName
{
background-color: #DD52B3;
}
.BgClassName
{
background-color: #DD52B3;
}
</style>
border-color css
<style>
span { border-color: #DD52B3; }
span { border-color: rgb(221,82,179); }
td.TdClassName
{
border-color: #DD52B3;
}
.TagClassName
{
border-color: #DD52B3;
}
</style>