Shades of Fuchsia #DC55B3
Tints of Fuchsia #DC55B3
RGB
CMYK
RGB Variations
Color information
#DC55B3 (or 0xDC55B3) is known color: Fuchsia. HEX triplet: DC, 55 and B3. RGB value is (220,85,179). Sum of RGB (Red+Green+Blue) = 220+85+179=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC55B3 is #23AA4C. Grayscale: #878787. Windows color (decimal): -2337357 or 11752924. OLE color: 11752924.
HSL color Cylindrical-coordinate representation of color #DC55B3: hue angle of 318.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC55B3 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 179 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.14 |
| HSL | 318.22º | 0.66% | 0.6% | - |
| HSV(B) | 318.22º | 0.61% | 0.86% | - |
| XYZ | 40.9 | 24.97 | 45.31 | - |
| YUV | 136.08 | 152.23 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 179 | 0 | 0.61 | 0.19 | 0.14 | 318.22 | 0.66 | 0.6 |
| Hex | DC | 55 | B3 | 0 | 3D | 13 | E | 13E | 42 | 3C |
| Octal | 334 | 125 | 263 | 0 | 75 | 23 | 16 | 476 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10110011 | 0 | 111101 | 10011 | 1110 | 100111110 | 1000010 | 111100 |
Color Harmonies of #DC55B3
Complementary color
Monochromatic Colors of #DC55B3
Black with #DC55B3
Text Example
Text Example
White with #DC55B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55B3; }
p { color: rgb(220,85,179); }
H1.HeaderClassName
{
color: #DC55B3;
}
.AnyTagClassName
{
color: #DC55B3;
}
</style>
background-color css
<style>
a { background-color: #DC55B3; }
a { background-color: rgb(220,85,179); }
div.DivClassName
{
background-color: #DC55B3;
}
.BgClassName
{
background-color: #DC55B3;
}
</style>
border-color css
<style>
span { border-color: #DC55B3; }
span { border-color: rgb(220,85,179); }
td.TdClassName
{
border-color: #DC55B3;
}
.TagClassName
{
border-color: #DC55B3;
}
</style>