Shades of Fuchsia #DC44BD
Tints of Fuchsia #DC44BD
RGB
CMYK
RGB Variations
Color information
#DC44BD (or 0xDC44BD) is known color: Fuchsia. HEX triplet: DC, 44 and BD. RGB value is (220,68,189). Sum of RGB (Red+Green+Blue) = 220+68+189=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 68 (26.95% from 255 or 14.26% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC44BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC44BD is #23BB42. Grayscale: #7E7E7E. Windows color (decimal): -2341699 or 12403932. OLE color: 12403932.
HSL color Cylindrical-coordinate representation of color #DC44BD: hue angle of 312.24º 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 #DC44BD is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 189 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.14 |
| HSL | 312.24º | 0.68% | 0.56% | - |
| HSV(B) | 312.24º | 0.69% | 0.86% | - |
| XYZ | 40.77 | 23.02 | 50.44 | - |
| YUV | 127.24 | 162.86 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 189 | 0 | 0.69 | 0.14 | 0.14 | 312.24 | 0.68 | 0.56 |
| Hex | DC | 44 | BD | 0 | 45 | E | E | 138 | 44 | 38 |
| Octal | 334 | 104 | 275 | 0 | 105 | 16 | 16 | 470 | 104 | 70 |
| Binary | 11011100 | 1000100 | 10111101 | 0 | 1000101 | 1110 | 1110 | 100111000 | 1000100 | 111000 |
Color Harmonies of #DC44BD
Complementary color
Monochromatic Colors of #DC44BD
Black with #DC44BD
Text Example
Text Example
White with #DC44BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC44BD; }
p { color: rgb(220,68,189); }
H1.HeaderClassName
{
color: #DC44BD;
}
.AnyTagClassName
{
color: #DC44BD;
}
</style>
background-color css
<style>
a { background-color: #DC44BD; }
a { background-color: rgb(220,68,189); }
div.DivClassName
{
background-color: #DC44BD;
}
.BgClassName
{
background-color: #DC44BD;
}
</style>
border-color css
<style>
span { border-color: #DC44BD; }
span { border-color: rgb(220,68,189); }
td.TdClassName
{
border-color: #DC44BD;
}
.TagClassName
{
border-color: #DC44BD;
}
</style>