Shades of Fuchsia #DC4BB4
Tints of Fuchsia #DC4BB4
RGB
CMYK
RGB Variations
Color information
#DC4BB4 (or 0xDC4BB4) is known color: Fuchsia. HEX triplet: DC, 4B and B4. RGB value is (220,75,180). Sum of RGB (Red+Green+Blue) = 220+75+180=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4BB4 is #23B44B. Grayscale: #828282. Windows color (decimal): -2339916 or 11815900. OLE color: 11815900.
HSL color Cylindrical-coordinate representation of color #DC4BB4: hue angle of 316.55º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4BB4 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 180 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.14 |
| HSL | 316.55º | 0.67% | 0.58% | - |
| HSV(B) | 316.55º | 0.66% | 0.86% | - |
| XYZ | 40.27 | 23.54 | 45.6 | - |
| YUV | 130.33 | 156.04 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 180 | 0 | 0.66 | 0.18 | 0.14 | 316.55 | 0.67 | 0.58 |
| Hex | DC | 4B | B4 | 0 | 42 | 12 | E | 13D | 43 | 3A |
| Octal | 334 | 113 | 264 | 0 | 102 | 22 | 16 | 475 | 103 | 72 |
| Binary | 11011100 | 1001011 | 10110100 | 0 | 1000010 | 10010 | 1110 | 100111101 | 1000011 | 111010 |
Color Harmonies of #DC4BB4
Complementary color
Monochromatic Colors of #DC4BB4
Black with #DC4BB4
Text Example
Text Example
White with #DC4BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4BB4; }
p { color: rgb(220,75,180); }
H1.HeaderClassName
{
color: #DC4BB4;
}
.AnyTagClassName
{
color: #DC4BB4;
}
</style>
background-color css
<style>
a { background-color: #DC4BB4; }
a { background-color: rgb(220,75,180); }
div.DivClassName
{
background-color: #DC4BB4;
}
.BgClassName
{
background-color: #DC4BB4;
}
</style>
border-color css
<style>
span { border-color: #DC4BB4; }
span { border-color: rgb(220,75,180); }
td.TdClassName
{
border-color: #DC4BB4;
}
.TagClassName
{
border-color: #DC4BB4;
}
</style>