Shades of Fuchsia #DD44B8
Tints of Fuchsia #DD44B8
RGB
CMYK
RGB Variations
Color information
#DD44B8 (or 0xDD44B8) is known color: Fuchsia. HEX triplet: DD, 44 and B8. RGB value is (221,68,184). Sum of RGB (Red+Green+Blue) = 221+68+184=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44B8 is #22BB47. Grayscale: #7E7E7E. Windows color (decimal): -2276168 or 12076253. OLE color: 12076253.
HSL color Cylindrical-coordinate representation of color #DD44B8: hue angle of 314.51º 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 #DD44B8 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 184 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.13 |
| HSL | 314.51º | 0.69% | 0.57% | - |
| HSV(B) | 314.51º | 0.69% | 0.87% | - |
| XYZ | 40.54 | 22.97 | 47.64 | - |
| YUV | 126.97 | 160.19 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 184 | 0 | 0.69 | 0.17 | 0.13 | 314.51 | 0.69 | 0.57 |
| Hex | DD | 44 | B8 | 0 | 45 | 11 | D | 13B | 45 | 39 |
| Octal | 335 | 104 | 270 | 0 | 105 | 21 | 15 | 473 | 105 | 71 |
| Binary | 11011101 | 1000100 | 10111000 | 0 | 1000101 | 10001 | 1101 | 100111011 | 1000101 | 111001 |
Color Harmonies of #DD44B8
Complementary color
Monochromatic Colors of #DD44B8
Black with #DD44B8
Text Example
Text Example
White with #DD44B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD44B8; }
p { color: rgb(221,68,184); }
H1.HeaderClassName
{
color: #DD44B8;
}
.AnyTagClassName
{
color: #DD44B8;
}
</style>
background-color css
<style>
a { background-color: #DD44B8; }
a { background-color: rgb(221,68,184); }
div.DivClassName
{
background-color: #DD44B8;
}
.BgClassName
{
background-color: #DD44B8;
}
</style>
border-color css
<style>
span { border-color: #DD44B8; }
span { border-color: rgb(221,68,184); }
td.TdClassName
{
border-color: #DD44B8;
}
.TagClassName
{
border-color: #DD44B8;
}
</style>