Shades of Fuchsia #DD46B7
Tints of Fuchsia #DD46B7
RGB
CMYK
RGB Variations
Color information
#DD46B7 (or 0xDD46B7) is known color: Fuchsia. HEX triplet: DD, 46 and B7. RGB value is (221,70,183). Sum of RGB (Red+Green+Blue) = 221+70+183=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46B7 is #22B948. Grayscale: #7F7F7F. Windows color (decimal): -2275657 or 12011229. OLE color: 12011229.
HSL color Cylindrical-coordinate representation of color #DD46B7: hue angle of 315.1º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD46B7 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 183 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.13 |
| HSL | 315.1º | 0.69% | 0.57% | - |
| HSV(B) | 315.1º | 0.68% | 0.87% | - |
| XYZ | 40.56 | 23.17 | 47.13 | - |
| YUV | 128.03 | 159.03 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 183 | 0 | 0.68 | 0.17 | 0.13 | 315.1 | 0.69 | 0.57 |
| Hex | DD | 46 | B7 | 0 | 44 | 11 | D | 13B | 45 | 39 |
| Octal | 335 | 106 | 267 | 0 | 104 | 21 | 15 | 473 | 105 | 71 |
| Binary | 11011101 | 1000110 | 10110111 | 0 | 1000100 | 10001 | 1101 | 100111011 | 1000101 | 111001 |
Color Harmonies of #DD46B7
Complementary color
Monochromatic Colors of #DD46B7
Black with #DD46B7
Text Example
Text Example
White with #DD46B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD46B7; }
p { color: rgb(221,70,183); }
H1.HeaderClassName
{
color: #DD46B7;
}
.AnyTagClassName
{
color: #DD46B7;
}
</style>
background-color css
<style>
a { background-color: #DD46B7; }
a { background-color: rgb(221,70,183); }
div.DivClassName
{
background-color: #DD46B7;
}
.BgClassName
{
background-color: #DD46B7;
}
</style>
border-color css
<style>
span { border-color: #DD46B7; }
span { border-color: rgb(221,70,183); }
td.TdClassName
{
border-color: #DD46B7;
}
.TagClassName
{
border-color: #DD46B7;
}
</style>