Shades of Fuchsia #DD43BE
Tints of Fuchsia #DD43BE
RGB
CMYK
RGB Variations
Color information
#DD43BE (or 0xDD43BE) is known color: Fuchsia. HEX triplet: DD, 43 and BE. RGB value is (221,67,190). Sum of RGB (Red+Green+Blue) = 221+67+190=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD43BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD43BE is #22BC41. Grayscale: #7E7E7E. Windows color (decimal): -2276418 or 12469213. OLE color: 12469213.
HSL color Cylindrical-coordinate representation of color #DD43BE: hue angle of 312.08º 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 #DD43BE is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 190 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.13 |
| HSL | 312.08º | 0.69% | 0.56% | - |
| HSV(B) | 312.08º | 0.7% | 0.87% | - |
| XYZ | 41.12 | 23.1 | 51.01 | - |
| YUV | 127.07 | 163.52 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 190 | 0 | 0.70 | 0.14 | 0.13 | 312.08 | 0.69 | 0.56 |
| Hex | DD | 43 | BE | 0 | 46 | E | D | 138 | 45 | 38 |
| Octal | 335 | 103 | 276 | 0 | 106 | 16 | 15 | 470 | 105 | 70 |
| Binary | 11011101 | 1000011 | 10111110 | 0 | 1000110 | 1110 | 1101 | 100111000 | 1000101 | 111000 |
Color Harmonies of #DD43BE
Complementary color
Monochromatic Colors of #DD43BE
Black with #DD43BE
Text Example
Text Example
White with #DD43BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD43BE; }
p { color: rgb(221,67,190); }
H1.HeaderClassName
{
color: #DD43BE;
}
.AnyTagClassName
{
color: #DD43BE;
}
</style>
background-color css
<style>
a { background-color: #DD43BE; }
a { background-color: rgb(221,67,190); }
div.DivClassName
{
background-color: #DD43BE;
}
.BgClassName
{
background-color: #DD43BE;
}
</style>
border-color css
<style>
span { border-color: #DD43BE; }
span { border-color: rgb(221,67,190); }
td.TdClassName
{
border-color: #DD43BE;
}
.TagClassName
{
border-color: #DD43BE;
}
</style>