Shades of Fuchsia #DD41B2
Tints of Fuchsia #DD41B2
RGB
CMYK
RGB Variations
Color information
#DD41B2 (or 0xDD41B2) is known color: Fuchsia. HEX triplet: DD, 41 and B2. RGB value is (221,65,178). Sum of RGB (Red+Green+Blue) = 221+65+178=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD41B2 is #22BE4D. Grayscale: #7C7C7C. Windows color (decimal): -2276942 or 11682269. OLE color: 11682269.
HSL color Cylindrical-coordinate representation of color #DD41B2: hue angle of 316.54º 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 #DD41B2 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 178 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.13 |
| HSL | 316.54º | 0.7% | 0.56% | - |
| HSV(B) | 316.54º | 0.71% | 0.87% | - |
| XYZ | 39.74 | 22.37 | 44.34 | - |
| YUV | 124.53 | 158.18 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 178 | 0 | 0.71 | 0.19 | 0.13 | 316.54 | 0.7 | 0.56 |
| Hex | DD | 41 | B2 | 0 | 47 | 13 | D | 13D | 46 | 38 |
| Octal | 335 | 101 | 262 | 0 | 107 | 23 | 15 | 475 | 106 | 70 |
| Binary | 11011101 | 1000001 | 10110010 | 0 | 1000111 | 10011 | 1101 | 100111101 | 1000110 | 111000 |
Color Harmonies of #DD41B2
Complementary color
Monochromatic Colors of #DD41B2
Black with #DD41B2
Text Example
Text Example
White with #DD41B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD41B2; }
p { color: rgb(221,65,178); }
H1.HeaderClassName
{
color: #DD41B2;
}
.AnyTagClassName
{
color: #DD41B2;
}
</style>
background-color css
<style>
a { background-color: #DD41B2; }
a { background-color: rgb(221,65,178); }
div.DivClassName
{
background-color: #DD41B2;
}
.BgClassName
{
background-color: #DD41B2;
}
</style>
border-color css
<style>
span { border-color: #DD41B2; }
span { border-color: rgb(221,65,178); }
td.TdClassName
{
border-color: #DD41B2;
}
.TagClassName
{
border-color: #DD41B2;
}
</style>