Shades of Fuchsia #DD44B2
Tints of Fuchsia #DD44B2
RGB
CMYK
RGB Variations
Color information
#DD44B2 (or 0xDD44B2) is known color: Fuchsia. HEX triplet: DD, 44 and B2. RGB value is (221,68,178). Sum of RGB (Red+Green+Blue) = 221+68+178=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD44B2 is #22BB4D. Grayscale: #7D7D7D. Windows color (decimal): -2276174 or 11683037. OLE color: 11683037.
HSL color Cylindrical-coordinate representation of color #DD44B2: hue angle of 316.86º 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 #DD44B2 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 178 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.13 |
| HSL | 316.86º | 0.69% | 0.57% | - |
| HSV(B) | 316.86º | 0.69% | 0.87% | - |
| XYZ | 39.92 | 22.72 | 44.4 | - |
| YUV | 126.29 | 157.19 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 178 | 0 | 0.69 | 0.19 | 0.13 | 316.86 | 0.69 | 0.57 |
| Hex | DD | 44 | B2 | 0 | 45 | 13 | D | 13D | 45 | 39 |
| Octal | 335 | 104 | 262 | 0 | 105 | 23 | 15 | 475 | 105 | 71 |
| Binary | 11011101 | 1000100 | 10110010 | 0 | 1000101 | 10011 | 1101 | 100111101 | 1000101 | 111001 |
Color Harmonies of #DD44B2
Complementary color
Monochromatic Colors of #DD44B2
Black with #DD44B2
Text Example
Text Example
White with #DD44B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD44B2; }
p { color: rgb(221,68,178); }
H1.HeaderClassName
{
color: #DD44B2;
}
.AnyTagClassName
{
color: #DD44B2;
}
</style>
background-color css
<style>
a { background-color: #DD44B2; }
a { background-color: rgb(221,68,178); }
div.DivClassName
{
background-color: #DD44B2;
}
.BgClassName
{
background-color: #DD44B2;
}
</style>
border-color css
<style>
span { border-color: #DD44B2; }
span { border-color: rgb(221,68,178); }
td.TdClassName
{
border-color: #DD44B2;
}
.TagClassName
{
border-color: #DD44B2;
}
</style>