Shades of Fuchsia #DB40B4
Tints of Fuchsia #DB40B4
RGB
CMYK
RGB Variations
Color information
#DB40B4 (or 0xDB40B4) is known color: Fuchsia. HEX triplet: DB, 40 and B4. RGB value is (219,64,180). Sum of RGB (Red+Green+Blue) = 219+64+180=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40B4 is #24BF4B. Grayscale: #7B7B7B. Windows color (decimal): -2408268 or 11813083. OLE color: 11813083.
HSL color Cylindrical-coordinate representation of color #DB40B4: hue angle of 315.1º 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 #DB40B4 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 180 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.14 |
| HSL | 315.1º | 0.68% | 0.55% | - |
| HSV(B) | 315.1º | 0.71% | 0.86% | - |
| XYZ | 39.29 | 22.02 | 45.36 | - |
| YUV | 123.57 | 159.85 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 180 | 0 | 0.71 | 0.18 | 0.14 | 315.1 | 0.68 | 0.55 |
| Hex | DB | 40 | B4 | 0 | 47 | 12 | E | 13B | 44 | 37 |
| Octal | 333 | 100 | 264 | 0 | 107 | 22 | 16 | 473 | 104 | 67 |
| Binary | 11011011 | 1000000 | 10110100 | 0 | 1000111 | 10010 | 1110 | 100111011 | 1000100 | 110111 |
Color Harmonies of #DB40B4
Complementary color
Monochromatic Colors of #DB40B4
Black with #DB40B4
Text Example
Text Example
White with #DB40B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40B4; }
p { color: rgb(219,64,180); }
H1.HeaderClassName
{
color: #DB40B4;
}
.AnyTagClassName
{
color: #DB40B4;
}
</style>
background-color css
<style>
a { background-color: #DB40B4; }
a { background-color: rgb(219,64,180); }
div.DivClassName
{
background-color: #DB40B4;
}
.BgClassName
{
background-color: #DB40B4;
}
</style>
border-color css
<style>
span { border-color: #DB40B4; }
span { border-color: rgb(219,64,180); }
td.TdClassName
{
border-color: #DB40B4;
}
.TagClassName
{
border-color: #DB40B4;
}
</style>