Shades of Fuchsia #DD46B2
Tints of Fuchsia #DD46B2
RGB
CMYK
RGB Variations
Color information
#DD46B2 (or 0xDD46B2) is known color: Fuchsia. HEX triplet: DD, 46 and B2. RGB value is (221,70,178). Sum of RGB (Red+Green+Blue) = 221+70+178=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD46B2 is #22B94D. Grayscale: #7F7F7F. Windows color (decimal): -2275662 or 11683549. OLE color: 11683549.
HSL color Cylindrical-coordinate representation of color #DD46B2: hue angle of 317.09º 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 #DD46B2 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 178 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.13 |
| HSL | 317.09º | 0.69% | 0.57% | - |
| HSV(B) | 317.09º | 0.68% | 0.87% | - |
| XYZ | 40.04 | 22.97 | 44.44 | - |
| YUV | 127.46 | 156.53 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 178 | 0 | 0.68 | 0.19 | 0.13 | 317.09 | 0.69 | 0.57 |
| Hex | DD | 46 | B2 | 0 | 44 | 13 | D | 13D | 45 | 39 |
| Octal | 335 | 106 | 262 | 0 | 104 | 23 | 15 | 475 | 105 | 71 |
| Binary | 11011101 | 1000110 | 10110010 | 0 | 1000100 | 10011 | 1101 | 100111101 | 1000101 | 111001 |
Color Harmonies of #DD46B2
Complementary color
Monochromatic Colors of #DD46B2
Black with #DD46B2
Text Example
Text Example
White with #DD46B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD46B2; }
p { color: rgb(221,70,178); }
H1.HeaderClassName
{
color: #DD46B2;
}
.AnyTagClassName
{
color: #DD46B2;
}
</style>
background-color css
<style>
a { background-color: #DD46B2; }
a { background-color: rgb(221,70,178); }
div.DivClassName
{
background-color: #DD46B2;
}
.BgClassName
{
background-color: #DD46B2;
}
</style>
border-color css
<style>
span { border-color: #DD46B2; }
span { border-color: rgb(221,70,178); }
td.TdClassName
{
border-color: #DD46B2;
}
.TagClassName
{
border-color: #DD46B2;
}
</style>