Shades of Fuchsia #DD41BD
Tints of Fuchsia #DD41BD
RGB
CMYK
RGB Variations
Color information
#DD41BD (or 0xDD41BD) is known color: Fuchsia. HEX triplet: DD, 41 and BD. RGB value is (221,65,189). Sum of RGB (Red+Green+Blue) = 221+65+189=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41BD is #22BE42. Grayscale: #7D7D7D. Windows color (decimal): -2276931 or 12403165. OLE color: 12403165.
HSL color Cylindrical-coordinate representation of color #DD41BD: hue angle of 312.31º 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 #DD41BD is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 189 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.13 |
| HSL | 312.31º | 0.7% | 0.56% | - |
| HSV(B) | 312.31º | 0.71% | 0.87% | - |
| XYZ | 40.89 | 22.83 | 50.39 | - |
| YUV | 125.78 | 163.68 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 189 | 0 | 0.71 | 0.14 | 0.13 | 312.31 | 0.7 | 0.56 |
| Hex | DD | 41 | BD | 0 | 47 | E | D | 138 | 46 | 38 |
| Octal | 335 | 101 | 275 | 0 | 107 | 16 | 15 | 470 | 106 | 70 |
| Binary | 11011101 | 1000001 | 10111101 | 0 | 1000111 | 1110 | 1101 | 100111000 | 1000110 | 111000 |
Color Harmonies of #DD41BD
Complementary color
Monochromatic Colors of #DD41BD
Black with #DD41BD
Text Example
Text Example
White with #DD41BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD41BD; }
p { color: rgb(221,65,189); }
H1.HeaderClassName
{
color: #DD41BD;
}
.AnyTagClassName
{
color: #DD41BD;
}
</style>
background-color css
<style>
a { background-color: #DD41BD; }
a { background-color: rgb(221,65,189); }
div.DivClassName
{
background-color: #DD41BD;
}
.BgClassName
{
background-color: #DD41BD;
}
</style>
border-color css
<style>
span { border-color: #DD41BD; }
span { border-color: rgb(221,65,189); }
td.TdClassName
{
border-color: #DD41BD;
}
.TagClassName
{
border-color: #DD41BD;
}
</style>