Shades of Fuchsia #DD46BC
Tints of Fuchsia #DD46BC
RGB
CMYK
RGB Variations
Color information
#DD46BC (or 0xDD46BC) is known color: Fuchsia. HEX triplet: DD, 46 and BC. RGB value is (221,70,188). Sum of RGB (Red+Green+Blue) = 221+70+188=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46BC is #22B943. Grayscale: #808080. Windows color (decimal): -2275652 or 12338909. OLE color: 12338909.
HSL color Cylindrical-coordinate representation of color #DD46BC: hue angle of 313.11º 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 #DD46BC is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 188 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.13 |
| HSL | 313.11º | 0.69% | 0.57% | - |
| HSV(B) | 313.11º | 0.68% | 0.87% | - |
| XYZ | 41.09 | 23.38 | 49.92 | - |
| YUV | 128.6 | 161.53 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 188 | 0 | 0.68 | 0.15 | 0.13 | 313.11 | 0.69 | 0.57 |
| Hex | DD | 46 | BC | 0 | 44 | F | D | 139 | 45 | 39 |
| Octal | 335 | 106 | 274 | 0 | 104 | 17 | 15 | 471 | 105 | 71 |
| Binary | 11011101 | 1000110 | 10111100 | 0 | 1000100 | 1111 | 1101 | 100111001 | 1000101 | 111001 |
Color Harmonies of #DD46BC
Complementary color
Monochromatic Colors of #DD46BC
Black with #DD46BC
Text Example
Text Example
White with #DD46BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD46BC; }
p { color: rgb(221,70,188); }
H1.HeaderClassName
{
color: #DD46BC;
}
.AnyTagClassName
{
color: #DD46BC;
}
</style>
background-color css
<style>
a { background-color: #DD46BC; }
a { background-color: rgb(221,70,188); }
div.DivClassName
{
background-color: #DD46BC;
}
.BgClassName
{
background-color: #DD46BC;
}
</style>
border-color css
<style>
span { border-color: #DD46BC; }
span { border-color: rgb(221,70,188); }
td.TdClassName
{
border-color: #DD46BC;
}
.TagClassName
{
border-color: #DD46BC;
}
</style>