Shades of Fuchsia #DB4CB6
Tints of Fuchsia #DB4CB6
RGB
CMYK
RGB Variations
Color information
#DB4CB6 (or 0xDB4CB6) is known color: Fuchsia. HEX triplet: DB, 4C and B6. RGB value is (219,76,182). Sum of RGB (Red+Green+Blue) = 219+76+182=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CB6 is #24B349. Grayscale: #828282. Windows color (decimal): -2405194 or 11947227. OLE color: 11947227.
HSL color Cylindrical-coordinate representation of color #DB4CB6: hue angle of 315.52º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4CB6 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 182 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.14 |
| HSL | 315.52º | 0.67% | 0.58% | - |
| HSV(B) | 315.52º | 0.65% | 0.86% | - |
| XYZ | 40.24 | 23.61 | 46.69 | - |
| YUV | 130.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 182 | 0 | 0.65 | 0.17 | 0.14 | 315.52 | 0.67 | 0.58 |
| Hex | DB | 4C | B6 | 0 | 41 | 11 | E | 13C | 43 | 3A |
| Octal | 333 | 114 | 266 | 0 | 101 | 21 | 16 | 474 | 103 | 72 |
| Binary | 11011011 | 1001100 | 10110110 | 0 | 1000001 | 10001 | 1110 | 100111100 | 1000011 | 111010 |
Color Harmonies of #DB4CB6
Complementary color
Monochromatic Colors of #DB4CB6
Black with #DB4CB6
Text Example
Text Example
White with #DB4CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CB6; }
p { color: rgb(219,76,182); }
H1.HeaderClassName
{
color: #DB4CB6;
}
.AnyTagClassName
{
color: #DB4CB6;
}
</style>
background-color css
<style>
a { background-color: #DB4CB6; }
a { background-color: rgb(219,76,182); }
div.DivClassName
{
background-color: #DB4CB6;
}
.BgClassName
{
background-color: #DB4CB6;
}
</style>
border-color css
<style>
span { border-color: #DB4CB6; }
span { border-color: rgb(219,76,182); }
td.TdClassName
{
border-color: #DB4CB6;
}
.TagClassName
{
border-color: #DB4CB6;
}
</style>