Shades of Fuchsia #DB4FBD
Tints of Fuchsia #DB4FBD
RGB
CMYK
RGB Variations
Color information
#DB4FBD (or 0xDB4FBD) is known color: Fuchsia. HEX triplet: DB, 4F and BD. RGB value is (219,79,189). Sum of RGB (Red+Green+Blue) = 219+79+189=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4FBD is #24B042. Grayscale: #858585. Windows color (decimal): -2404419 or 12406747. OLE color: 12406747.
HSL color Cylindrical-coordinate representation of color #DB4FBD: hue angle of 312.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 #DB4FBD is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 189 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.14 |
| HSL | 312.86º | 0.66% | 0.58% | - |
| HSV(B) | 312.86º | 0.64% | 0.86% | - |
| XYZ | 41.19 | 24.33 | 50.67 | - |
| YUV | 133.4 | 159.38 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 189 | 0 | 0.64 | 0.14 | 0.14 | 312.86 | 0.66 | 0.58 |
| Hex | DB | 4F | BD | 0 | 40 | E | E | 139 | 42 | 3A |
| Octal | 333 | 117 | 275 | 0 | 100 | 16 | 16 | 471 | 102 | 72 |
| Binary | 11011011 | 1001111 | 10111101 | 0 | 1000000 | 1110 | 1110 | 100111001 | 1000010 | 111010 |
Color Harmonies of #DB4FBD
Complementary color
Monochromatic Colors of #DB4FBD
Black with #DB4FBD
Text Example
Text Example
White with #DB4FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FBD; }
p { color: rgb(219,79,189); }
H1.HeaderClassName
{
color: #DB4FBD;
}
.AnyTagClassName
{
color: #DB4FBD;
}
</style>
background-color css
<style>
a { background-color: #DB4FBD; }
a { background-color: rgb(219,79,189); }
div.DivClassName
{
background-color: #DB4FBD;
}
.BgClassName
{
background-color: #DB4FBD;
}
</style>
border-color css
<style>
span { border-color: #DB4FBD; }
span { border-color: rgb(219,79,189); }
td.TdClassName
{
border-color: #DB4FBD;
}
.TagClassName
{
border-color: #DB4FBD;
}
</style>