Shades of Fuchsia #DD55B3
Tints of Fuchsia #DD55B3
RGB
CMYK
RGB Variations
Color information
#DD55B3 (or 0xDD55B3) is known color: Fuchsia. HEX triplet: DD, 55 and B3. RGB value is (221,85,179). Sum of RGB (Red+Green+Blue) = 221+85+179=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55B3 is #22AA4C. Grayscale: #888888. Windows color (decimal): -2271821 or 11752925. OLE color: 11752925.
HSL color Cylindrical-coordinate representation of color #DD55B3: hue angle of 318.53º 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 #DD55B3 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 179 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.13 |
| HSL | 318.53º | 0.67% | 0.6% | - |
| HSV(B) | 318.53º | 0.62% | 0.87% | - |
| XYZ | 41.2 | 25.12 | 45.33 | - |
| YUV | 136.38 | 152.06 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 179 | 0 | 0.62 | 0.19 | 0.13 | 318.53 | 0.67 | 0.6 |
| Hex | DD | 55 | B3 | 0 | 3E | 13 | D | 13F | 43 | 3C |
| Octal | 335 | 125 | 263 | 0 | 76 | 23 | 15 | 477 | 103 | 74 |
| Binary | 11011101 | 1010101 | 10110011 | 0 | 111110 | 10011 | 1101 | 100111111 | 1000011 | 111100 |
Color Harmonies of #DD55B3
Complementary color
Monochromatic Colors of #DD55B3
Black with #DD55B3
Text Example
Text Example
White with #DD55B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55B3; }
p { color: rgb(221,85,179); }
H1.HeaderClassName
{
color: #DD55B3;
}
.AnyTagClassName
{
color: #DD55B3;
}
</style>
background-color css
<style>
a { background-color: #DD55B3; }
a { background-color: rgb(221,85,179); }
div.DivClassName
{
background-color: #DD55B3;
}
.BgClassName
{
background-color: #DD55B3;
}
</style>
border-color css
<style>
span { border-color: #DD55B3; }
span { border-color: rgb(221,85,179); }
td.TdClassName
{
border-color: #DD55B3;
}
.TagClassName
{
border-color: #DD55B3;
}
</style>