Shades of Fuchsia #DD43BC
Tints of Fuchsia #DD43BC
RGB
CMYK
RGB Variations
Color information
#DD43BC (or 0xDD43BC) is known color: Fuchsia. HEX triplet: DD, 43 and BC. RGB value is (221,67,188). Sum of RGB (Red+Green+Blue) = 221+67+188=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD43BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD43BC is #22BC43. Grayscale: #7E7E7E. Windows color (decimal): -2276420 or 12338141. OLE color: 12338141.
HSL color Cylindrical-coordinate representation of color #DD43BC: hue angle of 312.86º 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 #DD43BC is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 188 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.13 |
| HSL | 312.86º | 0.69% | 0.56% | - |
| HSV(B) | 312.86º | 0.7% | 0.87% | - |
| XYZ | 40.9 | 23.02 | 49.86 | - |
| YUV | 126.84 | 162.52 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 188 | 0 | 0.70 | 0.15 | 0.13 | 312.86 | 0.69 | 0.56 |
| Hex | DD | 43 | BC | 0 | 46 | F | D | 139 | 45 | 38 |
| Octal | 335 | 103 | 274 | 0 | 106 | 17 | 15 | 471 | 105 | 70 |
| Binary | 11011101 | 1000011 | 10111100 | 0 | 1000110 | 1111 | 1101 | 100111001 | 1000101 | 111000 |
Color Harmonies of #DD43BC
Complementary color
Monochromatic Colors of #DD43BC
Black with #DD43BC
Text Example
Text Example
White with #DD43BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD43BC; }
p { color: rgb(221,67,188); }
H1.HeaderClassName
{
color: #DD43BC;
}
.AnyTagClassName
{
color: #DD43BC;
}
</style>
background-color css
<style>
a { background-color: #DD43BC; }
a { background-color: rgb(221,67,188); }
div.DivClassName
{
background-color: #DD43BC;
}
.BgClassName
{
background-color: #DD43BC;
}
</style>
border-color css
<style>
span { border-color: #DD43BC; }
span { border-color: rgb(221,67,188); }
td.TdClassName
{
border-color: #DD43BC;
}
.TagClassName
{
border-color: #DD43BC;
}
</style>