Shades of Fuchsia #DC40B7
Tints of Fuchsia #DC40B7
RGB
CMYK
RGB Variations
Color information
#DC40B7 (or 0xDC40B7) is known color: Fuchsia. HEX triplet: DC, 40 and B7. RGB value is (220,64,183). Sum of RGB (Red+Green+Blue) = 220+64+183=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC40B7 is #23BF48. Grayscale: #7B7B7B. Windows color (decimal): -2342729 or 12009692. OLE color: 12009692.
HSL color Cylindrical-coordinate representation of color #DC40B7: hue angle of 314.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC40B7 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 183 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.14 |
| HSL | 314.23º | 0.69% | 0.56% | - |
| HSV(B) | 314.23º | 0.71% | 0.86% | - |
| XYZ | 39.9 | 22.3 | 47 | - |
| YUV | 124.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 183 | 0 | 0.71 | 0.17 | 0.14 | 314.23 | 0.69 | 0.56 |
| Hex | DC | 40 | B7 | 0 | 47 | 11 | E | 13A | 45 | 38 |
| Octal | 334 | 100 | 267 | 0 | 107 | 21 | 16 | 472 | 105 | 70 |
| Binary | 11011100 | 1000000 | 10110111 | 0 | 1000111 | 10001 | 1110 | 100111010 | 1000101 | 111000 |
Color Harmonies of #DC40B7
Complementary color
Monochromatic Colors of #DC40B7
Black with #DC40B7
Text Example
Text Example
White with #DC40B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC40B7; }
p { color: rgb(220,64,183); }
H1.HeaderClassName
{
color: #DC40B7;
}
.AnyTagClassName
{
color: #DC40B7;
}
</style>
background-color css
<style>
a { background-color: #DC40B7; }
a { background-color: rgb(220,64,183); }
div.DivClassName
{
background-color: #DC40B7;
}
.BgClassName
{
background-color: #DC40B7;
}
</style>
border-color css
<style>
span { border-color: #DC40B7; }
span { border-color: rgb(220,64,183); }
td.TdClassName
{
border-color: #DC40B7;
}
.TagClassName
{
border-color: #DC40B7;
}
</style>