Shades of Fuchsia #DD50B4
Tints of Fuchsia #DD50B4
RGB
CMYK
RGB Variations
Color information
#DD50B4 (or 0xDD50B4) is known color: Fuchsia. HEX triplet: DD, 50 and B4. RGB value is (221,80,180). Sum of RGB (Red+Green+Blue) = 221+80+180=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50B4 is #22AF4B. Grayscale: #858585. Windows color (decimal): -2273100 or 11817181. OLE color: 11817181.
HSL color Cylindrical-coordinate representation of color #DD50B4: hue angle of 317.45º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD50B4 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 180 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.13 |
| HSL | 317.45º | 0.67% | 0.59% | - |
| HSV(B) | 317.45º | 0.64% | 0.87% | - |
| XYZ | 40.93 | 24.4 | 45.73 | - |
| YUV | 133.56 | 154.21 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 180 | 0 | 0.64 | 0.19 | 0.13 | 317.45 | 0.67 | 0.59 |
| Hex | DD | 50 | B4 | 0 | 40 | 13 | D | 13D | 43 | 3B |
| Octal | 335 | 120 | 264 | 0 | 100 | 23 | 15 | 475 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10110100 | 0 | 1000000 | 10011 | 1101 | 100111101 | 1000011 | 111011 |
Color Harmonies of #DD50B4
Complementary color
Monochromatic Colors of #DD50B4
Black with #DD50B4
Text Example
Text Example
White with #DD50B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50B4; }
p { color: rgb(221,80,180); }
H1.HeaderClassName
{
color: #DD50B4;
}
.AnyTagClassName
{
color: #DD50B4;
}
</style>
background-color css
<style>
a { background-color: #DD50B4; }
a { background-color: rgb(221,80,180); }
div.DivClassName
{
background-color: #DD50B4;
}
.BgClassName
{
background-color: #DD50B4;
}
</style>
border-color css
<style>
span { border-color: #DD50B4; }
span { border-color: rgb(221,80,180); }
td.TdClassName
{
border-color: #DD50B4;
}
.TagClassName
{
border-color: #DD50B4;
}
</style>