Shades of Fuchsia #DD50B2
Tints of Fuchsia #DD50B2
RGB
CMYK
RGB Variations
Color information
#DD50B2 (or 0xDD50B2) is known color: Fuchsia. HEX triplet: DD, 50 and B2. RGB value is (221,80,178). Sum of RGB (Red+Green+Blue) = 221+80+178=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD50B2 is #22AF4D. Grayscale: #858585. Windows color (decimal): -2273102 or 11686109. OLE color: 11686109.
HSL color Cylindrical-coordinate representation of color #DD50B2: hue angle of 318.3º 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 #DD50B2 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 178 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.13 |
| HSL | 318.3º | 0.67% | 0.59% | - |
| HSV(B) | 318.3º | 0.64% | 0.87% | - |
| XYZ | 40.72 | 24.32 | 44.67 | - |
| YUV | 133.33 | 153.21 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 178 | 0 | 0.64 | 0.19 | 0.13 | 318.3 | 0.67 | 0.59 |
| Hex | DD | 50 | B2 | 0 | 40 | 13 | D | 13E | 43 | 3B |
| Octal | 335 | 120 | 262 | 0 | 100 | 23 | 15 | 476 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10110010 | 0 | 1000000 | 10011 | 1101 | 100111110 | 1000011 | 111011 |
Color Harmonies of #DD50B2
Complementary color
Monochromatic Colors of #DD50B2
Black with #DD50B2
Text Example
Text Example
White with #DD50B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50B2; }
p { color: rgb(221,80,178); }
H1.HeaderClassName
{
color: #DD50B2;
}
.AnyTagClassName
{
color: #DD50B2;
}
</style>
background-color css
<style>
a { background-color: #DD50B2; }
a { background-color: rgb(221,80,178); }
div.DivClassName
{
background-color: #DD50B2;
}
.BgClassName
{
background-color: #DD50B2;
}
</style>
border-color css
<style>
span { border-color: #DD50B2; }
span { border-color: rgb(221,80,178); }
td.TdClassName
{
border-color: #DD50B2;
}
.TagClassName
{
border-color: #DD50B2;
}
</style>