Shades of Fuchsia #DC44B8
Tints of Fuchsia #DC44B8
RGB
CMYK
RGB Variations
Color information
#DC44B8 (or 0xDC44B8) is known color: Fuchsia. HEX triplet: DC, 44 and B8. RGB value is (220,68,184). Sum of RGB (Red+Green+Blue) = 220+68+184=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC44B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC44B8 is #23BB47. Grayscale: #7E7E7E. Windows color (decimal): -2341704 or 12076252. OLE color: 12076252.
HSL color Cylindrical-coordinate representation of color #DC44B8: hue angle of 314.21º 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 #DC44B8 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 184 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.14 |
| HSL | 314.21º | 0.68% | 0.56% | - |
| HSV(B) | 314.21º | 0.69% | 0.86% | - |
| XYZ | 40.23 | 22.81 | 47.63 | - |
| YUV | 126.67 | 160.36 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 184 | 0 | 0.69 | 0.16 | 0.14 | 314.21 | 0.68 | 0.56 |
| Hex | DC | 44 | B8 | 0 | 45 | 10 | E | 13A | 44 | 38 |
| Octal | 334 | 104 | 270 | 0 | 105 | 20 | 16 | 472 | 104 | 70 |
| Binary | 11011100 | 1000100 | 10111000 | 0 | 1000101 | 10000 | 1110 | 100111010 | 1000100 | 111000 |
Color Harmonies of #DC44B8
Complementary color
Monochromatic Colors of #DC44B8
Black with #DC44B8
Text Example
Text Example
White with #DC44B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC44B8; }
p { color: rgb(220,68,184); }
H1.HeaderClassName
{
color: #DC44B8;
}
.AnyTagClassName
{
color: #DC44B8;
}
</style>
background-color css
<style>
a { background-color: #DC44B8; }
a { background-color: rgb(220,68,184); }
div.DivClassName
{
background-color: #DC44B8;
}
.BgClassName
{
background-color: #DC44B8;
}
</style>
border-color css
<style>
span { border-color: #DC44B8; }
span { border-color: rgb(220,68,184); }
td.TdClassName
{
border-color: #DC44B8;
}
.TagClassName
{
border-color: #DC44B8;
}
</style>