Shades of Fuchsia #DB4CB3
Tints of Fuchsia #DB4CB3
RGB
CMYK
RGB Variations
Color information
#DB4CB3 (or 0xDB4CB3) is known color: Fuchsia. HEX triplet: DB, 4C and B3. RGB value is (219,76,179). Sum of RGB (Red+Green+Blue) = 219+76+179=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CB3 is #24B34C. Grayscale: #828282. Windows color (decimal): -2405197 or 11750619. OLE color: 11750619.
HSL color Cylindrical-coordinate representation of color #DB4CB3: hue angle of 316.78º 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 #DB4CB3 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 179 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.14 |
| HSL | 316.78º | 0.67% | 0.58% | - |
| HSV(B) | 316.78º | 0.65% | 0.86% | - |
| XYZ | 39.93 | 23.48 | 45.08 | - |
| YUV | 130.5 | 155.38 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 179 | 0 | 0.65 | 0.18 | 0.14 | 316.78 | 0.67 | 0.58 |
| Hex | DB | 4C | B3 | 0 | 41 | 12 | E | 13D | 43 | 3A |
| Octal | 333 | 114 | 263 | 0 | 101 | 22 | 16 | 475 | 103 | 72 |
| Binary | 11011011 | 1001100 | 10110011 | 0 | 1000001 | 10010 | 1110 | 100111101 | 1000011 | 111010 |
Color Harmonies of #DB4CB3
Complementary color
Monochromatic Colors of #DB4CB3
Black with #DB4CB3
Text Example
Text Example
White with #DB4CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CB3; }
p { color: rgb(219,76,179); }
H1.HeaderClassName
{
color: #DB4CB3;
}
.AnyTagClassName
{
color: #DB4CB3;
}
</style>
background-color css
<style>
a { background-color: #DB4CB3; }
a { background-color: rgb(219,76,179); }
div.DivClassName
{
background-color: #DB4CB3;
}
.BgClassName
{
background-color: #DB4CB3;
}
</style>
border-color css
<style>
span { border-color: #DB4CB3; }
span { border-color: rgb(219,76,179); }
td.TdClassName
{
border-color: #DB4CB3;
}
.TagClassName
{
border-color: #DB4CB3;
}
</style>