Shades of Fuchsia #DB4FB6
Tints of Fuchsia #DB4FB6
RGB
CMYK
RGB Variations
Color information
#DB4FB6 (or 0xDB4FB6) is known color: Fuchsia. HEX triplet: DB, 4F and B6. RGB value is (219,79,182). Sum of RGB (Red+Green+Blue) = 219+79+182=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4FB6 is #24B049. Grayscale: #848484. Windows color (decimal): -2404426 or 11947995. OLE color: 11947995.
HSL color Cylindrical-coordinate representation of color #DB4FB6: hue angle of 315.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4FB6 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 182 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.14 |
| HSL | 315.86º | 0.66% | 0.58% | - |
| HSV(B) | 315.86º | 0.64% | 0.86% | - |
| XYZ | 40.45 | 24.03 | 46.76 | - |
| YUV | 132.6 | 155.88 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 182 | 0 | 0.64 | 0.17 | 0.14 | 315.86 | 0.66 | 0.58 |
| Hex | DB | 4F | B6 | 0 | 40 | 11 | E | 13C | 42 | 3A |
| Octal | 333 | 117 | 266 | 0 | 100 | 21 | 16 | 474 | 102 | 72 |
| Binary | 11011011 | 1001111 | 10110110 | 0 | 1000000 | 10001 | 1110 | 100111100 | 1000010 | 111010 |
Color Harmonies of #DB4FB6
Complementary color
Monochromatic Colors of #DB4FB6
Black with #DB4FB6
Text Example
Text Example
White with #DB4FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FB6; }
p { color: rgb(219,79,182); }
H1.HeaderClassName
{
color: #DB4FB6;
}
.AnyTagClassName
{
color: #DB4FB6;
}
</style>
background-color css
<style>
a { background-color: #DB4FB6; }
a { background-color: rgb(219,79,182); }
div.DivClassName
{
background-color: #DB4FB6;
}
.BgClassName
{
background-color: #DB4FB6;
}
</style>
border-color css
<style>
span { border-color: #DB4FB6; }
span { border-color: rgb(219,79,182); }
td.TdClassName
{
border-color: #DB4FB6;
}
.TagClassName
{
border-color: #DB4FB6;
}
</style>