Shades of Fuchsia #DC42B0
Tints of Fuchsia #DC42B0
RGB
CMYK
RGB Variations
Color information
#DC42B0 (or 0xDC42B0) is known color: Fuchsia. HEX triplet: DC, 42 and B0. RGB value is (220,66,176). Sum of RGB (Red+Green+Blue) = 220+66+176=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC42B0 is #23BD4F. Grayscale: #7C7C7C. Windows color (decimal): -2342224 or 11551452. OLE color: 11551452.
HSL color Cylindrical-coordinate representation of color #DC42B0: hue angle of 317.14º 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 #DC42B0 is Cyan = 0, Magento = 0.7, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 176 | - |
| CMYK | 0 | 0.7 | 0.2 | 0.14 |
| HSL | 317.14º | 0.69% | 0.56% | - |
| HSV(B) | 317.14º | 0.7% | 0.86% | - |
| XYZ | 39.3 | 22.25 | 43.3 | - |
| YUV | 124.59 | 157.02 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 176 | 0 | 0.7 | 0.2 | 0.14 | 317.14 | 0.69 | 0.56 |
| Hex | DC | 42 | B0 | 0 | 46 | 14 | E | 13D | 45 | 38 |
| Octal | 334 | 102 | 260 | 0 | 106 | 24 | 16 | 475 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10110000 | 0 | 1000110 | 10100 | 1110 | 100111101 | 1000101 | 111000 |
Color Harmonies of #DC42B0
Complementary color
Monochromatic Colors of #DC42B0
Black with #DC42B0
Text Example
Text Example
White with #DC42B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC42B0; }
p { color: rgb(220,66,176); }
H1.HeaderClassName
{
color: #DC42B0;
}
.AnyTagClassName
{
color: #DC42B0;
}
</style>
background-color css
<style>
a { background-color: #DC42B0; }
a { background-color: rgb(220,66,176); }
div.DivClassName
{
background-color: #DC42B0;
}
.BgClassName
{
background-color: #DC42B0;
}
</style>
border-color css
<style>
span { border-color: #DC42B0; }
span { border-color: rgb(220,66,176); }
td.TdClassName
{
border-color: #DC42B0;
}
.TagClassName
{
border-color: #DC42B0;
}
</style>