Shades of Fuchsia #DD51B8
Tints of Fuchsia #DD51B8
RGB
CMYK
RGB Variations
Color information
#DD51B8 (or 0xDD51B8) is known color: Fuchsia. HEX triplet: DD, 51 and B8. RGB value is (221,81,184). Sum of RGB (Red+Green+Blue) = 221+81+184=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51B8 is #22AE47. Grayscale: #868686. Windows color (decimal): -2272840 or 12079581. OLE color: 12079581.
HSL color Cylindrical-coordinate representation of color #DD51B8: hue angle of 315.86º 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 #DD51B8 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 184 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.13 |
| HSL | 315.86º | 0.67% | 0.59% | - |
| HSV(B) | 315.86º | 0.63% | 0.87% | - |
| XYZ | 41.41 | 24.72 | 47.94 | - |
| YUV | 134.6 | 155.88 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 184 | 0 | 0.63 | 0.17 | 0.13 | 315.86 | 0.67 | 0.59 |
| Hex | DD | 51 | B8 | 0 | 3F | 11 | D | 13C | 43 | 3B |
| Octal | 335 | 121 | 270 | 0 | 77 | 21 | 15 | 474 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10111000 | 0 | 111111 | 10001 | 1101 | 100111100 | 1000011 | 111011 |
Color Harmonies of #DD51B8
Complementary color
Monochromatic Colors of #DD51B8
Black with #DD51B8
Text Example
Text Example
White with #DD51B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51B8; }
p { color: rgb(221,81,184); }
H1.HeaderClassName
{
color: #DD51B8;
}
.AnyTagClassName
{
color: #DD51B8;
}
</style>
background-color css
<style>
a { background-color: #DD51B8; }
a { background-color: rgb(221,81,184); }
div.DivClassName
{
background-color: #DD51B8;
}
.BgClassName
{
background-color: #DD51B8;
}
</style>
border-color css
<style>
span { border-color: #DD51B8; }
span { border-color: rgb(221,81,184); }
td.TdClassName
{
border-color: #DD51B8;
}
.TagClassName
{
border-color: #DD51B8;
}
</style>