Shades of Fuchsia #DD54B4
Tints of Fuchsia #DD54B4
RGB
CMYK
RGB Variations
Color information
#DD54B4 (or 0xDD54B4) is known color: Fuchsia. HEX triplet: DD, 54 and B4. RGB value is (221,84,180). Sum of RGB (Red+Green+Blue) = 221+84+180=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD54B4 is #22AB4B. Grayscale: #878787. Windows color (decimal): -2272076 or 11818205. OLE color: 11818205.
HSL color Cylindrical-coordinate representation of color #DD54B4: hue angle of 317.96º 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 #DD54B4 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 180 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.13 |
| HSL | 317.96º | 0.67% | 0.6% | - |
| HSV(B) | 317.96º | 0.62% | 0.87% | - |
| XYZ | 41.23 | 25.01 | 45.83 | - |
| YUV | 135.91 | 152.89 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 180 | 0 | 0.62 | 0.19 | 0.13 | 317.96 | 0.67 | 0.6 |
| Hex | DD | 54 | B4 | 0 | 3E | 13 | D | 13E | 43 | 3C |
| Octal | 335 | 124 | 264 | 0 | 76 | 23 | 15 | 476 | 103 | 74 |
| Binary | 11011101 | 1010100 | 10110100 | 0 | 111110 | 10011 | 1101 | 100111110 | 1000011 | 111100 |
Color Harmonies of #DD54B4
Complementary color
Monochromatic Colors of #DD54B4
Black with #DD54B4
Text Example
Text Example
White with #DD54B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54B4; }
p { color: rgb(221,84,180); }
H1.HeaderClassName
{
color: #DD54B4;
}
.AnyTagClassName
{
color: #DD54B4;
}
</style>
background-color css
<style>
a { background-color: #DD54B4; }
a { background-color: rgb(221,84,180); }
div.DivClassName
{
background-color: #DD54B4;
}
.BgClassName
{
background-color: #DD54B4;
}
</style>
border-color css
<style>
span { border-color: #DD54B4; }
span { border-color: rgb(221,84,180); }
td.TdClassName
{
border-color: #DD54B4;
}
.TagClassName
{
border-color: #DD54B4;
}
</style>