Shades of Fuchsia #DD3FBC
Tints of Fuchsia #DD3FBC
RGB
CMYK
RGB Variations
Color information
#DD3FBC (or 0xDD3FBC) is known color: Fuchsia. HEX triplet: DD, 3F and BC. RGB value is (221,63,188). Sum of RGB (Red+Green+Blue) = 221+63+188=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3FBC is #22C043. Grayscale: #7C7C7C. Windows color (decimal): -2277444 or 12337117. OLE color: 12337117.
HSL color Cylindrical-coordinate representation of color #DD3FBC: hue angle of 312.53º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD3FBC is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 188 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.13 |
| HSL | 312.53º | 0.7% | 0.56% | - |
| HSV(B) | 312.53º | 0.71% | 0.87% | - |
| XYZ | 40.67 | 22.56 | 49.79 | - |
| YUV | 124.49 | 163.85 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 188 | 0 | 0.71 | 0.15 | 0.13 | 312.53 | 0.7 | 0.56 |
| Hex | DD | 3F | BC | 0 | 47 | F | D | 139 | 46 | 38 |
| Octal | 335 | 77 | 274 | 0 | 107 | 17 | 15 | 471 | 106 | 70 |
| Binary | 11011101 | 111111 | 10111100 | 0 | 1000111 | 1111 | 1101 | 100111001 | 1000110 | 111000 |
Color Harmonies of #DD3FBC
Complementary color
Monochromatic Colors of #DD3FBC
Black with #DD3FBC
Text Example
Text Example
White with #DD3FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3FBC; }
p { color: rgb(221,63,188); }
H1.HeaderClassName
{
color: #DD3FBC;
}
.AnyTagClassName
{
color: #DD3FBC;
}
</style>
background-color css
<style>
a { background-color: #DD3FBC; }
a { background-color: rgb(221,63,188); }
div.DivClassName
{
background-color: #DD3FBC;
}
.BgClassName
{
background-color: #DD3FBC;
}
</style>
border-color css
<style>
span { border-color: #DD3FBC; }
span { border-color: rgb(221,63,188); }
td.TdClassName
{
border-color: #DD3FBC;
}
.TagClassName
{
border-color: #DD3FBC;
}
</style>