Shades of Fuchsia #DC42B3
Tints of Fuchsia #DC42B3
RGB
CMYK
RGB Variations
Color information
#DC42B3 (or 0xDC42B3) is known color: Fuchsia. HEX triplet: DC, 42 and B3. RGB value is (220,66,179). Sum of RGB (Red+Green+Blue) = 220+66+179=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC42B3 is #23BD4C. Grayscale: #7C7C7C. Windows color (decimal): -2342221 or 11748060. OLE color: 11748060.
HSL color Cylindrical-coordinate representation of color #DC42B3: hue angle of 315.97º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC42B3 is Cyan = 0, Magento = 0.7, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 179 | - |
| CMYK | 0 | 0.7 | 0.19 | 0.14 |
| HSL | 315.97º | 0.69% | 0.56% | - |
| HSV(B) | 315.97º | 0.7% | 0.86% | - |
| XYZ | 39.6 | 22.37 | 44.88 | - |
| YUV | 124.93 | 158.52 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 179 | 0 | 0.7 | 0.19 | 0.14 | 315.97 | 0.69 | 0.56 |
| Hex | DC | 42 | B3 | 0 | 46 | 13 | E | 13C | 45 | 38 |
| Octal | 334 | 102 | 263 | 0 | 106 | 23 | 16 | 474 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10110011 | 0 | 1000110 | 10011 | 1110 | 100111100 | 1000101 | 111000 |
Color Harmonies of #DC42B3
Complementary color
Monochromatic Colors of #DC42B3
Black with #DC42B3
Text Example
Text Example
White with #DC42B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC42B3; }
p { color: rgb(220,66,179); }
H1.HeaderClassName
{
color: #DC42B3;
}
.AnyTagClassName
{
color: #DC42B3;
}
</style>
background-color css
<style>
a { background-color: #DC42B3; }
a { background-color: rgb(220,66,179); }
div.DivClassName
{
background-color: #DC42B3;
}
.BgClassName
{
background-color: #DC42B3;
}
</style>
border-color css
<style>
span { border-color: #DC42B3; }
span { border-color: rgb(220,66,179); }
td.TdClassName
{
border-color: #DC42B3;
}
.TagClassName
{
border-color: #DC42B3;
}
</style>