Shades of Fuchsia #DD3FC0
Tints of Fuchsia #DD3FC0
RGB
CMYK
RGB Variations
Color information
#DD3FC0 (or 0xDD3FC0) is known color: Fuchsia. HEX triplet: DD, 3F and C0. RGB value is (221,63,192). Sum of RGB (Red+Green+Blue) = 221+63+192=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3FC0 is #22C03F. Grayscale: #7C7C7C. Windows color (decimal): -2277440 or 12599261. OLE color: 12599261.
HSL color Cylindrical-coordinate representation of color #DD3FC0: hue angle of 311.01º 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 #DD3FC0 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 192 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.13 |
| HSL | 311.01º | 0.7% | 0.56% | - |
| HSV(B) | 311.01º | 0.71% | 0.87% | - |
| XYZ | 41.11 | 22.73 | 52.09 | - |
| YUV | 124.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 192 | 0 | 0.71 | 0.13 | 0.13 | 311.01 | 0.7 | 0.56 |
| Hex | DD | 3F | C0 | 0 | 47 | D | D | 137 | 46 | 38 |
| Octal | 335 | 77 | 300 | 0 | 107 | 15 | 15 | 467 | 106 | 70 |
| Binary | 11011101 | 111111 | 11000000 | 0 | 1000111 | 1101 | 1101 | 100110111 | 1000110 | 111000 |
Color Harmonies of #DD3FC0
Complementary color
Monochromatic Colors of #DD3FC0
Black with #DD3FC0
Text Example
Text Example
White with #DD3FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3FC0; }
p { color: rgb(221,63,192); }
H1.HeaderClassName
{
color: #DD3FC0;
}
.AnyTagClassName
{
color: #DD3FC0;
}
</style>
background-color css
<style>
a { background-color: #DD3FC0; }
a { background-color: rgb(221,63,192); }
div.DivClassName
{
background-color: #DD3FC0;
}
.BgClassName
{
background-color: #DD3FC0;
}
</style>
border-color css
<style>
span { border-color: #DD3FC0; }
span { border-color: rgb(221,63,192); }
td.TdClassName
{
border-color: #DD3FC0;
}
.TagClassName
{
border-color: #DD3FC0;
}
</style>