Shades of Fuchsia #DB40BE
Tints of Fuchsia #DB40BE
RGB
CMYK
RGB Variations
Color information
#DB40BE (or 0xDB40BE) is known color: Fuchsia. HEX triplet: DB, 40 and BE. RGB value is (219,64,190). Sum of RGB (Red+Green+Blue) = 219+64+190=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40BE is #24BF41. Grayscale: #7C7C7C. Windows color (decimal): -2408258 or 12468443. OLE color: 12468443.
HSL color Cylindrical-coordinate representation of color #DB40BE: hue angle of 311.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB40BE is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 190 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.14 |
| HSL | 311.23º | 0.68% | 0.55% | - |
| HSV(B) | 311.23º | 0.71% | 0.86% | - |
| XYZ | 40.34 | 22.44 | 50.92 | - |
| YUV | 124.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 190 | 0 | 0.71 | 0.13 | 0.14 | 311.23 | 0.68 | 0.55 |
| Hex | DB | 40 | BE | 0 | 47 | D | E | 137 | 44 | 37 |
| Octal | 333 | 100 | 276 | 0 | 107 | 15 | 16 | 467 | 104 | 67 |
| Binary | 11011011 | 1000000 | 10111110 | 0 | 1000111 | 1101 | 1110 | 100110111 | 1000100 | 110111 |
Color Harmonies of #DB40BE
Complementary color
Monochromatic Colors of #DB40BE
Black with #DB40BE
Text Example
Text Example
White with #DB40BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40BE; }
p { color: rgb(219,64,190); }
H1.HeaderClassName
{
color: #DB40BE;
}
.AnyTagClassName
{
color: #DB40BE;
}
</style>
background-color css
<style>
a { background-color: #DB40BE; }
a { background-color: rgb(219,64,190); }
div.DivClassName
{
background-color: #DB40BE;
}
.BgClassName
{
background-color: #DB40BE;
}
</style>
border-color css
<style>
span { border-color: #DB40BE; }
span { border-color: rgb(219,64,190); }
td.TdClassName
{
border-color: #DB40BE;
}
.TagClassName
{
border-color: #DB40BE;
}
</style>