Shades of Fuchsia #DC42BA
Tints of Fuchsia #DC42BA
RGB
CMYK
RGB Variations
Color information
#DC42BA (or 0xDC42BA) is known color: Fuchsia. HEX triplet: DC, 42 and BA. RGB value is (220,66,186). Sum of RGB (Red+Green+Blue) = 220+66+186=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC42BA is #23BD45. Grayscale: #7D7D7D. Windows color (decimal): -2342214 or 12206812. OLE color: 12206812.
HSL color Cylindrical-coordinate representation of color #DC42BA: hue angle of 313.25º 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 #DC42BA is Cyan = 0, Magento = 0.7, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 186 | - |
| CMYK | 0 | 0.7 | 0.15 | 0.14 |
| HSL | 313.25º | 0.69% | 0.56% | - |
| HSV(B) | 313.25º | 0.7% | 0.86% | - |
| XYZ | 40.33 | 22.66 | 48.7 | - |
| YUV | 125.73 | 162.02 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 186 | 0 | 0.7 | 0.15 | 0.14 | 313.25 | 0.69 | 0.56 |
| Hex | DC | 42 | BA | 0 | 46 | F | E | 139 | 45 | 38 |
| Octal | 334 | 102 | 272 | 0 | 106 | 17 | 16 | 471 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10111010 | 0 | 1000110 | 1111 | 1110 | 100111001 | 1000101 | 111000 |
Color Harmonies of #DC42BA
Complementary color
Monochromatic Colors of #DC42BA
Black with #DC42BA
Text Example
Text Example
White with #DC42BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC42BA; }
p { color: rgb(220,66,186); }
H1.HeaderClassName
{
color: #DC42BA;
}
.AnyTagClassName
{
color: #DC42BA;
}
</style>
background-color css
<style>
a { background-color: #DC42BA; }
a { background-color: rgb(220,66,186); }
div.DivClassName
{
background-color: #DC42BA;
}
.BgClassName
{
background-color: #DC42BA;
}
</style>
border-color css
<style>
span { border-color: #DC42BA; }
span { border-color: rgb(220,66,186); }
td.TdClassName
{
border-color: #DC42BA;
}
.TagClassName
{
border-color: #DC42BA;
}
</style>