Shades of Fuchsia #DC5BB4
Tints of Fuchsia #DC5BB4
RGB
CMYK
RGB Variations
Color information
#DC5BB4 (or 0xDC5BB4) is known color: Fuchsia. HEX triplet: DC, 5B and B4. RGB value is (220,91,180). Sum of RGB (Red+Green+Blue) = 220+91+180=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5BB4 is #23A44B. Grayscale: #8B8B8B. Windows color (decimal): -2335820 or 11819996. OLE color: 11819996.
HSL color Cylindrical-coordinate representation of color #DC5BB4: hue angle of 318.6º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5BB4 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 180 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.14 |
| HSL | 318.6º | 0.65% | 0.61% | - |
| HSV(B) | 318.6º | 0.59% | 0.86% | - |
| XYZ | 41.49 | 25.99 | 46.01 | - |
| YUV | 139.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 180 | 0 | 0.59 | 0.18 | 0.14 | 318.6 | 0.65 | 0.61 |
| Hex | DC | 5B | B4 | 0 | 3B | 12 | E | 13F | 41 | 3D |
| Octal | 334 | 133 | 264 | 0 | 73 | 22 | 16 | 477 | 101 | 75 |
| Binary | 11011100 | 1011011 | 10110100 | 0 | 111011 | 10010 | 1110 | 100111111 | 1000001 | 111101 |
Color Harmonies of #DC5BB4
Complementary color
Monochromatic Colors of #DC5BB4
Black with #DC5BB4
Text Example
Text Example
White with #DC5BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5BB4; }
p { color: rgb(220,91,180); }
H1.HeaderClassName
{
color: #DC5BB4;
}
.AnyTagClassName
{
color: #DC5BB4;
}
</style>
background-color css
<style>
a { background-color: #DC5BB4; }
a { background-color: rgb(220,91,180); }
div.DivClassName
{
background-color: #DC5BB4;
}
.BgClassName
{
background-color: #DC5BB4;
}
</style>
border-color css
<style>
span { border-color: #DC5BB4; }
span { border-color: rgb(220,91,180); }
td.TdClassName
{
border-color: #DC5BB4;
}
.TagClassName
{
border-color: #DC5BB4;
}
</style>