Shades of Fuchsia #DD55B2
Tints of Fuchsia #DD55B2
RGB
CMYK
RGB Variations
Color information
#DD55B2 (or 0xDD55B2) is known color: Fuchsia. HEX triplet: DD, 55 and B2. RGB value is (221,85,178). Sum of RGB (Red+Green+Blue) = 221+85+178=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD55B2 is #22AA4D. Grayscale: #888888. Windows color (decimal): -2271822 or 11687389. OLE color: 11687389.
HSL color Cylindrical-coordinate representation of color #DD55B2: hue angle of 318.97º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD55B2 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 178 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.13 |
| HSL | 318.97º | 0.67% | 0.6% | - |
| HSV(B) | 318.97º | 0.62% | 0.87% | - |
| XYZ | 41.1 | 25.08 | 44.79 | - |
| YUV | 136.27 | 151.56 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 178 | 0 | 0.62 | 0.19 | 0.13 | 318.97 | 0.67 | 0.6 |
| Hex | DD | 55 | B2 | 0 | 3E | 13 | D | 13F | 43 | 3C |
| Octal | 335 | 125 | 262 | 0 | 76 | 23 | 15 | 477 | 103 | 74 |
| Binary | 11011101 | 1010101 | 10110010 | 0 | 111110 | 10011 | 1101 | 100111111 | 1000011 | 111100 |
Color Harmonies of #DD55B2
Complementary color
Monochromatic Colors of #DD55B2
Black with #DD55B2
Text Example
Text Example
White with #DD55B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55B2; }
p { color: rgb(221,85,178); }
H1.HeaderClassName
{
color: #DD55B2;
}
.AnyTagClassName
{
color: #DD55B2;
}
</style>
background-color css
<style>
a { background-color: #DD55B2; }
a { background-color: rgb(221,85,178); }
div.DivClassName
{
background-color: #DD55B2;
}
.BgClassName
{
background-color: #DD55B2;
}
</style>
border-color css
<style>
span { border-color: #DD55B2; }
span { border-color: rgb(221,85,178); }
td.TdClassName
{
border-color: #DD55B2;
}
.TagClassName
{
border-color: #DD55B2;
}
</style>