Shades of Fuchsia #DC4BB8
Tints of Fuchsia #DC4BB8
RGB
CMYK
RGB Variations
Color information
#DC4BB8 (or 0xDC4BB8) is known color: Fuchsia. HEX triplet: DC, 4B and B8. RGB value is (220,75,184). Sum of RGB (Red+Green+Blue) = 220+75+184=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4BB8 is #23B447. Grayscale: #828282. Windows color (decimal): -2339912 or 12078044. OLE color: 12078044.
HSL color Cylindrical-coordinate representation of color #DC4BB8: hue angle of 314.9º 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 #DC4BB8 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 184 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.14 |
| HSL | 314.9º | 0.67% | 0.58% | - |
| HSV(B) | 314.9º | 0.66% | 0.86% | - |
| XYZ | 40.68 | 23.71 | 47.78 | - |
| YUV | 130.78 | 158.04 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 184 | 0 | 0.66 | 0.16 | 0.14 | 314.9 | 0.67 | 0.58 |
| Hex | DC | 4B | B8 | 0 | 42 | 10 | E | 13B | 43 | 3A |
| Octal | 334 | 113 | 270 | 0 | 102 | 20 | 16 | 473 | 103 | 72 |
| Binary | 11011100 | 1001011 | 10111000 | 0 | 1000010 | 10000 | 1110 | 100111011 | 1000011 | 111010 |
Color Harmonies of #DC4BB8
Complementary color
Monochromatic Colors of #DC4BB8
Black with #DC4BB8
Text Example
Text Example
White with #DC4BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4BB8; }
p { color: rgb(220,75,184); }
H1.HeaderClassName
{
color: #DC4BB8;
}
.AnyTagClassName
{
color: #DC4BB8;
}
</style>
background-color css
<style>
a { background-color: #DC4BB8; }
a { background-color: rgb(220,75,184); }
div.DivClassName
{
background-color: #DC4BB8;
}
.BgClassName
{
background-color: #DC4BB8;
}
</style>
border-color css
<style>
span { border-color: #DC4BB8; }
span { border-color: rgb(220,75,184); }
td.TdClassName
{
border-color: #DC4BB8;
}
.TagClassName
{
border-color: #DC4BB8;
}
</style>