Shades of Fuchsia #DD3FBA
Tints of Fuchsia #DD3FBA
RGB
CMYK
RGB Variations
Color information
#DD3FBA (or 0xDD3FBA) is known color: Fuchsia. HEX triplet: DD, 3F and BA. RGB value is (221,63,186). Sum of RGB (Red+Green+Blue) = 221+63+186=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3FBA is #22C045. Grayscale: #7B7B7B. Windows color (decimal): -2277446 or 12206045. OLE color: 12206045.
HSL color Cylindrical-coordinate representation of color #DD3FBA: hue angle of 313.29º 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 #DD3FBA is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 186 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.13 |
| HSL | 313.29º | 0.7% | 0.56% | - |
| HSV(B) | 313.29º | 0.71% | 0.87% | - |
| XYZ | 40.46 | 22.47 | 48.66 | - |
| YUV | 124.26 | 162.85 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 186 | 0 | 0.71 | 0.16 | 0.13 | 313.29 | 0.7 | 0.56 |
| Hex | DD | 3F | BA | 0 | 47 | 10 | D | 139 | 46 | 38 |
| Octal | 335 | 77 | 272 | 0 | 107 | 20 | 15 | 471 | 106 | 70 |
| Binary | 11011101 | 111111 | 10111010 | 0 | 1000111 | 10000 | 1101 | 100111001 | 1000110 | 111000 |
Color Harmonies of #DD3FBA
Complementary color
Monochromatic Colors of #DD3FBA
Black with #DD3FBA
Text Example
Text Example
White with #DD3FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3FBA; }
p { color: rgb(221,63,186); }
H1.HeaderClassName
{
color: #DD3FBA;
}
.AnyTagClassName
{
color: #DD3FBA;
}
</style>
background-color css
<style>
a { background-color: #DD3FBA; }
a { background-color: rgb(221,63,186); }
div.DivClassName
{
background-color: #DD3FBA;
}
.BgClassName
{
background-color: #DD3FBA;
}
</style>
border-color css
<style>
span { border-color: #DD3FBA; }
span { border-color: rgb(221,63,186); }
td.TdClassName
{
border-color: #DD3FBA;
}
.TagClassName
{
border-color: #DD3FBA;
}
</style>