Shades of Fuchsia #DD51B7
Tints of Fuchsia #DD51B7
RGB
CMYK
RGB Variations
Color information
#DD51B7 (or 0xDD51B7) is known color: Fuchsia. HEX triplet: DD, 51 and B7. RGB value is (221,81,183). Sum of RGB (Red+Green+Blue) = 221+81+183=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51B7 is #22AE48. Grayscale: #868686. Windows color (decimal): -2272841 or 12014045. OLE color: 12014045.
HSL color Cylindrical-coordinate representation of color #DD51B7: hue angle of 316.29º 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 #DD51B7 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 183 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.13 |
| HSL | 316.29º | 0.67% | 0.59% | - |
| HSV(B) | 316.29º | 0.63% | 0.87% | - |
| XYZ | 41.31 | 24.68 | 47.39 | - |
| YUV | 134.49 | 155.38 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 183 | 0 | 0.63 | 0.17 | 0.13 | 316.29 | 0.67 | 0.59 |
| Hex | DD | 51 | B7 | 0 | 3F | 11 | D | 13C | 43 | 3B |
| Octal | 335 | 121 | 267 | 0 | 77 | 21 | 15 | 474 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10110111 | 0 | 111111 | 10001 | 1101 | 100111100 | 1000011 | 111011 |
Color Harmonies of #DD51B7
Complementary color
Monochromatic Colors of #DD51B7
Black with #DD51B7
Text Example
Text Example
White with #DD51B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51B7; }
p { color: rgb(221,81,183); }
H1.HeaderClassName
{
color: #DD51B7;
}
.AnyTagClassName
{
color: #DD51B7;
}
</style>
background-color css
<style>
a { background-color: #DD51B7; }
a { background-color: rgb(221,81,183); }
div.DivClassName
{
background-color: #DD51B7;
}
.BgClassName
{
background-color: #DD51B7;
}
</style>
border-color css
<style>
span { border-color: #DD51B7; }
span { border-color: rgb(221,81,183); }
td.TdClassName
{
border-color: #DD51B7;
}
.TagClassName
{
border-color: #DD51B7;
}
</style>