Shades of Fuchsia #DB4BB6
Tints of Fuchsia #DB4BB6
RGB
CMYK
RGB Variations
Color information
#DB4BB6 (or 0xDB4BB6) is known color: Fuchsia. HEX triplet: DB, 4B and B6. RGB value is (219,75,182). Sum of RGB (Red+Green+Blue) = 219+75+182=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BB6 is #24B449. Grayscale: #818181. Windows color (decimal): -2405450 or 11946971. OLE color: 11946971.
HSL color Cylindrical-coordinate representation of color #DB4BB6: hue angle of 315.42º 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 #DB4BB6 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 182 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.14 |
| HSL | 315.42º | 0.67% | 0.58% | - |
| HSV(B) | 315.42º | 0.66% | 0.86% | - |
| XYZ | 40.17 | 23.47 | 46.67 | - |
| YUV | 130.25 | 157.21 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 182 | 0 | 0.66 | 0.17 | 0.14 | 315.42 | 0.67 | 0.58 |
| Hex | DB | 4B | B6 | 0 | 42 | 11 | E | 13B | 43 | 3A |
| Octal | 333 | 113 | 266 | 0 | 102 | 21 | 16 | 473 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10110110 | 0 | 1000010 | 10001 | 1110 | 100111011 | 1000011 | 111010 |
Color Harmonies of #DB4BB6
Complementary color
Monochromatic Colors of #DB4BB6
Black with #DB4BB6
Text Example
Text Example
White with #DB4BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BB6; }
p { color: rgb(219,75,182); }
H1.HeaderClassName
{
color: #DB4BB6;
}
.AnyTagClassName
{
color: #DB4BB6;
}
</style>
background-color css
<style>
a { background-color: #DB4BB6; }
a { background-color: rgb(219,75,182); }
div.DivClassName
{
background-color: #DB4BB6;
}
.BgClassName
{
background-color: #DB4BB6;
}
</style>
border-color css
<style>
span { border-color: #DB4BB6; }
span { border-color: rgb(219,75,182); }
td.TdClassName
{
border-color: #DB4BB6;
}
.TagClassName
{
border-color: #DB4BB6;
}
</style>