Shades of Fuchsia #DB40BD
Tints of Fuchsia #DB40BD
RGB
CMYK
RGB Variations
Color information
#DB40BD (or 0xDB40BD) is known color: Fuchsia. HEX triplet: DB, 40 and BD. RGB value is (219,64,189). Sum of RGB (Red+Green+Blue) = 219+64+189=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40BD is #24BF42. Grayscale: #7C7C7C. Windows color (decimal): -2408259 or 12402907. OLE color: 12402907.
HSL color Cylindrical-coordinate representation of color #DB40BD: hue angle of 311.61º 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 #DB40BD is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 189 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.14 |
| HSL | 311.61º | 0.68% | 0.55% | - |
| HSV(B) | 311.61º | 0.71% | 0.86% | - |
| XYZ | 40.23 | 22.4 | 50.35 | - |
| YUV | 124.6 | 164.35 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 189 | 0 | 0.71 | 0.14 | 0.14 | 311.61 | 0.68 | 0.55 |
| Hex | DB | 40 | BD | 0 | 47 | E | E | 138 | 44 | 37 |
| Octal | 333 | 100 | 275 | 0 | 107 | 16 | 16 | 470 | 104 | 67 |
| Binary | 11011011 | 1000000 | 10111101 | 0 | 1000111 | 1110 | 1110 | 100111000 | 1000100 | 110111 |
Color Harmonies of #DB40BD
Complementary color
Monochromatic Colors of #DB40BD
Black with #DB40BD
Text Example
Text Example
White with #DB40BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40BD; }
p { color: rgb(219,64,189); }
H1.HeaderClassName
{
color: #DB40BD;
}
.AnyTagClassName
{
color: #DB40BD;
}
</style>
background-color css
<style>
a { background-color: #DB40BD; }
a { background-color: rgb(219,64,189); }
div.DivClassName
{
background-color: #DB40BD;
}
.BgClassName
{
background-color: #DB40BD;
}
</style>
border-color css
<style>
span { border-color: #DB40BD; }
span { border-color: rgb(219,64,189); }
td.TdClassName
{
border-color: #DB40BD;
}
.TagClassName
{
border-color: #DB40BD;
}
</style>