Shades of Fuchsia #DD43B8
Tints of Fuchsia #DD43B8
RGB
CMYK
RGB Variations
Color information
#DD43B8 (or 0xDD43B8) is known color: Fuchsia. HEX triplet: DD, 43 and B8. RGB value is (221,67,184). Sum of RGB (Red+Green+Blue) = 221+67+184=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD43B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD43B8 is #22BC47. Grayscale: #7E7E7E. Windows color (decimal): -2276424 or 12075997. OLE color: 12075997.
HSL color Cylindrical-coordinate representation of color #DD43B8: hue angle of 314.42º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD43B8 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 184 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.13 |
| HSL | 314.42º | 0.69% | 0.56% | - |
| HSV(B) | 314.42º | 0.7% | 0.87% | - |
| XYZ | 40.48 | 22.85 | 47.62 | - |
| YUV | 126.38 | 160.52 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 184 | 0 | 0.70 | 0.17 | 0.13 | 314.42 | 0.69 | 0.56 |
| Hex | DD | 43 | B8 | 0 | 46 | 11 | D | 13A | 45 | 38 |
| Octal | 335 | 103 | 270 | 0 | 106 | 21 | 15 | 472 | 105 | 70 |
| Binary | 11011101 | 1000011 | 10111000 | 0 | 1000110 | 10001 | 1101 | 100111010 | 1000101 | 111000 |
Color Harmonies of #DD43B8
Complementary color
Monochromatic Colors of #DD43B8
Black with #DD43B8
Text Example
Text Example
White with #DD43B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD43B8; }
p { color: rgb(221,67,184); }
H1.HeaderClassName
{
color: #DD43B8;
}
.AnyTagClassName
{
color: #DD43B8;
}
</style>
background-color css
<style>
a { background-color: #DD43B8; }
a { background-color: rgb(221,67,184); }
div.DivClassName
{
background-color: #DD43B8;
}
.BgClassName
{
background-color: #DD43B8;
}
</style>
border-color css
<style>
span { border-color: #DD43B8; }
span { border-color: rgb(221,67,184); }
td.TdClassName
{
border-color: #DD43B8;
}
.TagClassName
{
border-color: #DD43B8;
}
</style>