Shades of Fuchsia #DD40B5
Tints of Fuchsia #DD40B5
RGB
CMYK
RGB Variations
Color information
#DD40B5 (or 0xDD40B5) is known color: Fuchsia. HEX triplet: DD, 40 and B5. RGB value is (221,64,181). Sum of RGB (Red+Green+Blue) = 221+64+181=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40B5 is #22BF4A. Grayscale: #7B7B7B. Windows color (decimal): -2277195 or 11878621. OLE color: 11878621.
HSL color Cylindrical-coordinate representation of color #DD40B5: hue angle of 315.29º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD40B5 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 181 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.13 |
| HSL | 315.29º | 0.7% | 0.56% | - |
| HSV(B) | 315.29º | 0.71% | 0.87% | - |
| XYZ | 39.99 | 22.38 | 45.93 | - |
| YUV | 124.28 | 160.01 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 181 | 0 | 0.71 | 0.18 | 0.13 | 315.29 | 0.7 | 0.56 |
| Hex | DD | 40 | B5 | 0 | 47 | 12 | D | 13B | 46 | 38 |
| Octal | 335 | 100 | 265 | 0 | 107 | 22 | 15 | 473 | 106 | 70 |
| Binary | 11011101 | 1000000 | 10110101 | 0 | 1000111 | 10010 | 1101 | 100111011 | 1000110 | 111000 |
Color Harmonies of #DD40B5
Complementary color
Monochromatic Colors of #DD40B5
Black with #DD40B5
Text Example
Text Example
White with #DD40B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD40B5; }
p { color: rgb(221,64,181); }
H1.HeaderClassName
{
color: #DD40B5;
}
.AnyTagClassName
{
color: #DD40B5;
}
</style>
background-color css
<style>
a { background-color: #DD40B5; }
a { background-color: rgb(221,64,181); }
div.DivClassName
{
background-color: #DD40B5;
}
.BgClassName
{
background-color: #DD40B5;
}
</style>
border-color css
<style>
span { border-color: #DD40B5; }
span { border-color: rgb(221,64,181); }
td.TdClassName
{
border-color: #DD40B5;
}
.TagClassName
{
border-color: #DD40B5;
}
</style>