Shades of Fuchsia #DD44B3
Tints of Fuchsia #DD44B3
RGB
CMYK
RGB Variations
Color information
#DD44B3 (or 0xDD44B3) is known color: Fuchsia. HEX triplet: DD, 44 and B3. RGB value is (221,68,179). Sum of RGB (Red+Green+Blue) = 221+68+179=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44B3 is #22BB4C. Grayscale: #7E7E7E. Windows color (decimal): -2276173 or 11748573. OLE color: 11748573.
HSL color Cylindrical-coordinate representation of color #DD44B3: hue angle of 316.47º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD44B3 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 179 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.13 |
| HSL | 316.47º | 0.69% | 0.57% | - |
| HSV(B) | 316.47º | 0.69% | 0.87% | - |
| XYZ | 40.02 | 22.76 | 44.93 | - |
| YUV | 126.4 | 157.69 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 179 | 0 | 0.69 | 0.19 | 0.13 | 316.47 | 0.69 | 0.57 |
| Hex | DD | 44 | B3 | 0 | 45 | 13 | D | 13C | 45 | 39 |
| Octal | 335 | 104 | 263 | 0 | 105 | 23 | 15 | 474 | 105 | 71 |
| Binary | 11011101 | 1000100 | 10110011 | 0 | 1000101 | 10011 | 1101 | 100111100 | 1000101 | 111001 |
Color Harmonies of #DD44B3
Complementary color
Monochromatic Colors of #DD44B3
Black with #DD44B3
Text Example
Text Example
White with #DD44B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD44B3; }
p { color: rgb(221,68,179); }
H1.HeaderClassName
{
color: #DD44B3;
}
.AnyTagClassName
{
color: #DD44B3;
}
</style>
background-color css
<style>
a { background-color: #DD44B3; }
a { background-color: rgb(221,68,179); }
div.DivClassName
{
background-color: #DD44B3;
}
.BgClassName
{
background-color: #DD44B3;
}
</style>
border-color css
<style>
span { border-color: #DD44B3; }
span { border-color: rgb(221,68,179); }
td.TdClassName
{
border-color: #DD44B3;
}
.TagClassName
{
border-color: #DD44B3;
}
</style>