Shades of Fuchsia #DD52B8
Tints of Fuchsia #DD52B8
RGB
CMYK
RGB Variations
Color information
#DD52B8 (or 0xDD52B8) is known color: Fuchsia. HEX triplet: DD, 52 and B8. RGB value is (221,82,184). Sum of RGB (Red+Green+Blue) = 221+82+184=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD52B8 is #22AD47. Grayscale: #868686. Windows color (decimal): -2272584 or 12079837. OLE color: 12079837.
HSL color Cylindrical-coordinate representation of color #DD52B8: hue angle of 315.97º 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 #DD52B8 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 184 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.13 |
| HSL | 315.97º | 0.67% | 0.59% | - |
| HSV(B) | 315.97º | 0.63% | 0.87% | - |
| XYZ | 41.49 | 24.87 | 47.96 | - |
| YUV | 135.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 184 | 0 | 0.63 | 0.17 | 0.13 | 315.97 | 0.67 | 0.59 |
| Hex | DD | 52 | B8 | 0 | 3F | 11 | D | 13C | 43 | 3B |
| Octal | 335 | 122 | 270 | 0 | 77 | 21 | 15 | 474 | 103 | 73 |
| Binary | 11011101 | 1010010 | 10111000 | 0 | 111111 | 10001 | 1101 | 100111100 | 1000011 | 111011 |
Color Harmonies of #DD52B8
Complementary color
Monochromatic Colors of #DD52B8
Black with #DD52B8
Text Example
Text Example
White with #DD52B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD52B8; }
p { color: rgb(221,82,184); }
H1.HeaderClassName
{
color: #DD52B8;
}
.AnyTagClassName
{
color: #DD52B8;
}
</style>
background-color css
<style>
a { background-color: #DD52B8; }
a { background-color: rgb(221,82,184); }
div.DivClassName
{
background-color: #DD52B8;
}
.BgClassName
{
background-color: #DD52B8;
}
</style>
border-color css
<style>
span { border-color: #DD52B8; }
span { border-color: rgb(221,82,184); }
td.TdClassName
{
border-color: #DD52B8;
}
.TagClassName
{
border-color: #DD52B8;
}
</style>