Shades of Fuchsia #DD50B3
Tints of Fuchsia #DD50B3
RGB
CMYK
RGB Variations
Color information
#DD50B3 (or 0xDD50B3) is known color: Fuchsia. HEX triplet: DD, 50 and B3. RGB value is (221,80,179). Sum of RGB (Red+Green+Blue) = 221+80+179=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50B3 is #22AF4C. Grayscale: #858585. Windows color (decimal): -2273101 or 11751645. OLE color: 11751645.
HSL color Cylindrical-coordinate representation of color #DD50B3: hue angle of 317.87º 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 #DD50B3 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 179 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.13 |
| HSL | 317.87º | 0.67% | 0.59% | - |
| HSV(B) | 317.87º | 0.64% | 0.87% | - |
| XYZ | 40.82 | 24.36 | 45.2 | - |
| YUV | 133.45 | 153.71 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 179 | 0 | 0.64 | 0.19 | 0.13 | 317.87 | 0.67 | 0.59 |
| Hex | DD | 50 | B3 | 0 | 40 | 13 | D | 13E | 43 | 3B |
| Octal | 335 | 120 | 263 | 0 | 100 | 23 | 15 | 476 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10110011 | 0 | 1000000 | 10011 | 1101 | 100111110 | 1000011 | 111011 |
Color Harmonies of #DD50B3
Complementary color
Monochromatic Colors of #DD50B3
Black with #DD50B3
Text Example
Text Example
White with #DD50B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50B3; }
p { color: rgb(221,80,179); }
H1.HeaderClassName
{
color: #DD50B3;
}
.AnyTagClassName
{
color: #DD50B3;
}
</style>
background-color css
<style>
a { background-color: #DD50B3; }
a { background-color: rgb(221,80,179); }
div.DivClassName
{
background-color: #DD50B3;
}
.BgClassName
{
background-color: #DD50B3;
}
</style>
border-color css
<style>
span { border-color: #DD50B3; }
span { border-color: rgb(221,80,179); }
td.TdClassName
{
border-color: #DD50B3;
}
.TagClassName
{
border-color: #DD50B3;
}
</style>