Shades of Fuchsia #DC42BE
Tints of Fuchsia #DC42BE
RGB
CMYK
RGB Variations
Color information
#DC42BE (or 0xDC42BE) is known color: Fuchsia. HEX triplet: DC, 42 and BE. RGB value is (220,66,190). Sum of RGB (Red+Green+Blue) = 220+66+190=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC42BE is #23BD41. Grayscale: #7D7D7D. Windows color (decimal): -2342210 or 12468956. OLE color: 12468956.
HSL color Cylindrical-coordinate representation of color #DC42BE: hue angle of 311.69º 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 #DC42BE is Cyan = 0, Magento = 0.7, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 190 | - |
| CMYK | 0 | 0.7 | 0.14 | 0.14 |
| HSL | 311.69º | 0.69% | 0.56% | - |
| HSV(B) | 311.69º | 0.7% | 0.86% | - |
| XYZ | 40.76 | 22.83 | 50.97 | - |
| YUV | 126.18 | 164.02 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 190 | 0 | 0.7 | 0.14 | 0.14 | 311.69 | 0.69 | 0.56 |
| Hex | DC | 42 | BE | 0 | 46 | E | E | 138 | 45 | 38 |
| Octal | 334 | 102 | 276 | 0 | 106 | 16 | 16 | 470 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10111110 | 0 | 1000110 | 1110 | 1110 | 100111000 | 1000101 | 111000 |
Color Harmonies of #DC42BE
Complementary color
Monochromatic Colors of #DC42BE
Black with #DC42BE
Text Example
Text Example
White with #DC42BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC42BE; }
p { color: rgb(220,66,190); }
H1.HeaderClassName
{
color: #DC42BE;
}
.AnyTagClassName
{
color: #DC42BE;
}
</style>
background-color css
<style>
a { background-color: #DC42BE; }
a { background-color: rgb(220,66,190); }
div.DivClassName
{
background-color: #DC42BE;
}
.BgClassName
{
background-color: #DC42BE;
}
</style>
border-color css
<style>
span { border-color: #DC42BE; }
span { border-color: rgb(220,66,190); }
td.TdClassName
{
border-color: #DC42BE;
}
.TagClassName
{
border-color: #DC42BE;
}
</style>