Shades of Fuchsia #DC40B3
Tints of Fuchsia #DC40B3
RGB
CMYK
RGB Variations
Color information
#DC40B3 (or 0xDC40B3) is known color: Fuchsia. HEX triplet: DC, 40 and B3. RGB value is (220,64,179). Sum of RGB (Red+Green+Blue) = 220+64+179=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC40B3 is #23BF4C. Grayscale: #7B7B7B. Windows color (decimal): -2342733 or 11747548. OLE color: 11747548.
HSL color Cylindrical-coordinate representation of color #DC40B3: hue angle of 315.77º 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 #DC40B3 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 179 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.14 |
| HSL | 315.77º | 0.69% | 0.56% | - |
| HSV(B) | 315.77º | 0.71% | 0.86% | - |
| XYZ | 39.49 | 22.14 | 44.84 | - |
| YUV | 123.75 | 159.18 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 179 | 0 | 0.71 | 0.19 | 0.14 | 315.77 | 0.69 | 0.56 |
| Hex | DC | 40 | B3 | 0 | 47 | 13 | E | 13C | 45 | 38 |
| Octal | 334 | 100 | 263 | 0 | 107 | 23 | 16 | 474 | 105 | 70 |
| Binary | 11011100 | 1000000 | 10110011 | 0 | 1000111 | 10011 | 1110 | 100111100 | 1000101 | 111000 |
Color Harmonies of #DC40B3
Complementary color
Monochromatic Colors of #DC40B3
Black with #DC40B3
Text Example
Text Example
White with #DC40B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC40B3; }
p { color: rgb(220,64,179); }
H1.HeaderClassName
{
color: #DC40B3;
}
.AnyTagClassName
{
color: #DC40B3;
}
</style>
background-color css
<style>
a { background-color: #DC40B3; }
a { background-color: rgb(220,64,179); }
div.DivClassName
{
background-color: #DC40B3;
}
.BgClassName
{
background-color: #DC40B3;
}
</style>
border-color css
<style>
span { border-color: #DC40B3; }
span { border-color: rgb(220,64,179); }
td.TdClassName
{
border-color: #DC40B3;
}
.TagClassName
{
border-color: #DC40B3;
}
</style>