Shades of Fuchsia #DC44B9
Tints of Fuchsia #DC44B9
RGB
CMYK
RGB Variations
Color information
#DC44B9 (or 0xDC44B9) is known color: Fuchsia. HEX triplet: DC, 44 and B9. RGB value is (220,68,185). Sum of RGB (Red+Green+Blue) = 220+68+185=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC44B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC44B9 is #23BB46. Grayscale: #7E7E7E. Windows color (decimal): -2341703 or 12141788. OLE color: 12141788.
HSL color Cylindrical-coordinate representation of color #DC44B9: hue angle of 313.82º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC44B9 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 185 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.14 |
| HSL | 313.82º | 0.68% | 0.56% | - |
| HSV(B) | 313.82º | 0.69% | 0.86% | - |
| XYZ | 40.34 | 22.85 | 48.18 | - |
| YUV | 126.79 | 160.86 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 185 | 0 | 0.69 | 0.16 | 0.14 | 313.82 | 0.68 | 0.56 |
| Hex | DC | 44 | B9 | 0 | 45 | 10 | E | 13A | 44 | 38 |
| Octal | 334 | 104 | 271 | 0 | 105 | 20 | 16 | 472 | 104 | 70 |
| Binary | 11011100 | 1000100 | 10111001 | 0 | 1000101 | 10000 | 1110 | 100111010 | 1000100 | 111000 |
Color Harmonies of #DC44B9
Complementary color
Monochromatic Colors of #DC44B9
Black with #DC44B9
Text Example
Text Example
White with #DC44B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC44B9; }
p { color: rgb(220,68,185); }
H1.HeaderClassName
{
color: #DC44B9;
}
.AnyTagClassName
{
color: #DC44B9;
}
</style>
background-color css
<style>
a { background-color: #DC44B9; }
a { background-color: rgb(220,68,185); }
div.DivClassName
{
background-color: #DC44B9;
}
.BgClassName
{
background-color: #DC44B9;
}
</style>
border-color css
<style>
span { border-color: #DC44B9; }
span { border-color: rgb(220,68,185); }
td.TdClassName
{
border-color: #DC44B9;
}
.TagClassName
{
border-color: #DC44B9;
}
</style>