Shades of Fuchsia #DD46B3
Tints of Fuchsia #DD46B3
RGB
CMYK
RGB Variations
Color information
#DD46B3 (or 0xDD46B3) is known color: Fuchsia. HEX triplet: DD, 46 and B3. RGB value is (221,70,179). Sum of RGB (Red+Green+Blue) = 221+70+179=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46B3 is #22B94C. Grayscale: #7F7F7F. Windows color (decimal): -2275661 or 11749085. OLE color: 11749085.
HSL color Cylindrical-coordinate representation of color #DD46B3: hue angle of 316.69º 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 #DD46B3 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 179 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.13 |
| HSL | 316.69º | 0.69% | 0.57% | - |
| HSV(B) | 316.69º | 0.68% | 0.87% | - |
| XYZ | 40.15 | 23.01 | 44.97 | - |
| YUV | 127.58 | 157.03 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 179 | 0 | 0.68 | 0.19 | 0.13 | 316.69 | 0.69 | 0.57 |
| Hex | DD | 46 | B3 | 0 | 44 | 13 | D | 13D | 45 | 39 |
| Octal | 335 | 106 | 263 | 0 | 104 | 23 | 15 | 475 | 105 | 71 |
| Binary | 11011101 | 1000110 | 10110011 | 0 | 1000100 | 10011 | 1101 | 100111101 | 1000101 | 111001 |
Color Harmonies of #DD46B3
Complementary color
Monochromatic Colors of #DD46B3
Black with #DD46B3
Text Example
Text Example
White with #DD46B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD46B3; }
p { color: rgb(221,70,179); }
H1.HeaderClassName
{
color: #DD46B3;
}
.AnyTagClassName
{
color: #DD46B3;
}
</style>
background-color css
<style>
a { background-color: #DD46B3; }
a { background-color: rgb(221,70,179); }
div.DivClassName
{
background-color: #DD46B3;
}
.BgClassName
{
background-color: #DD46B3;
}
</style>
border-color css
<style>
span { border-color: #DD46B3; }
span { border-color: rgb(221,70,179); }
td.TdClassName
{
border-color: #DD46B3;
}
.TagClassName
{
border-color: #DD46B3;
}
</style>