Shades of Fuchsia #DC5DB5
Tints of Fuchsia #DC5DB5
RGB
CMYK
RGB Variations
Color information
#DC5DB5 (or 0xDC5DB5) is known color: Fuchsia. HEX triplet: DC, 5D and B5. RGB value is (220,93,181). Sum of RGB (Red+Green+Blue) = 220+93+181=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DB5 is #23A24A. Grayscale: #8C8C8C. Windows color (decimal): -2335307 or 11886044. OLE color: 11886044.
HSL color Cylindrical-coordinate representation of color #DC5DB5: hue angle of 318.43º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5DB5 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 181 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.14 |
| HSL | 318.43º | 0.64% | 0.61% | - |
| HSV(B) | 318.43º | 0.58% | 0.86% | - |
| XYZ | 41.77 | 26.38 | 46.61 | - |
| YUV | 141.01 | 150.58 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 181 | 0 | 0.58 | 0.18 | 0.14 | 318.43 | 0.64 | 0.61 |
| Hex | DC | 5D | B5 | 0 | 3A | 12 | E | 13E | 40 | 3D |
| Octal | 334 | 135 | 265 | 0 | 72 | 22 | 16 | 476 | 100 | 75 |
| Binary | 11011100 | 1011101 | 10110101 | 0 | 111010 | 10010 | 1110 | 100111110 | 1000000 | 111101 |
Color Harmonies of #DC5DB5
Complementary color
Monochromatic Colors of #DC5DB5
Black with #DC5DB5
Text Example
Text Example
White with #DC5DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5DB5; }
p { color: rgb(220,93,181); }
H1.HeaderClassName
{
color: #DC5DB5;
}
.AnyTagClassName
{
color: #DC5DB5;
}
</style>
background-color css
<style>
a { background-color: #DC5DB5; }
a { background-color: rgb(220,93,181); }
div.DivClassName
{
background-color: #DC5DB5;
}
.BgClassName
{
background-color: #DC5DB5;
}
</style>
border-color css
<style>
span { border-color: #DC5DB5; }
span { border-color: rgb(220,93,181); }
td.TdClassName
{
border-color: #DC5DB5;
}
.TagClassName
{
border-color: #DC5DB5;
}
</style>