Shades of Fuchsia #DD41B8
Tints of Fuchsia #DD41B8
RGB
CMYK
RGB Variations
Color information
#DD41B8 (or 0xDD41B8) is known color: Fuchsia. HEX triplet: DD, 41 and B8. RGB value is (221,65,184). Sum of RGB (Red+Green+Blue) = 221+65+184=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41B8 is #22BE47. Grayscale: #7C7C7C. Windows color (decimal): -2276936 or 12075485. OLE color: 12075485.
HSL color Cylindrical-coordinate representation of color #DD41B8: hue angle of 314.23º 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 #DD41B8 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 184 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.13 |
| HSL | 314.23º | 0.7% | 0.56% | - |
| HSV(B) | 314.23º | 0.71% | 0.87% | - |
| XYZ | 40.36 | 22.61 | 47.58 | - |
| YUV | 125.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 184 | 0 | 0.71 | 0.17 | 0.13 | 314.23 | 0.7 | 0.56 |
| Hex | DD | 41 | B8 | 0 | 47 | 11 | D | 13A | 46 | 38 |
| Octal | 335 | 101 | 270 | 0 | 107 | 21 | 15 | 472 | 106 | 70 |
| Binary | 11011101 | 1000001 | 10111000 | 0 | 1000111 | 10001 | 1101 | 100111010 | 1000110 | 111000 |
Color Harmonies of #DD41B8
Complementary color
Monochromatic Colors of #DD41B8
Black with #DD41B8
Text Example
Text Example
White with #DD41B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD41B8; }
p { color: rgb(221,65,184); }
H1.HeaderClassName
{
color: #DD41B8;
}
.AnyTagClassName
{
color: #DD41B8;
}
</style>
background-color css
<style>
a { background-color: #DD41B8; }
a { background-color: rgb(221,65,184); }
div.DivClassName
{
background-color: #DD41B8;
}
.BgClassName
{
background-color: #DD41B8;
}
</style>
border-color css
<style>
span { border-color: #DD41B8; }
span { border-color: rgb(221,65,184); }
td.TdClassName
{
border-color: #DD41B8;
}
.TagClassName
{
border-color: #DD41B8;
}
</style>