Shades of Fuchsia #DB40B3
Tints of Fuchsia #DB40B3
RGB
CMYK
RGB Variations
Color information
#DB40B3 (or 0xDB40B3) is known color: Fuchsia. HEX triplet: DB, 40 and B3. RGB value is (219,64,179). Sum of RGB (Red+Green+Blue) = 219+64+179=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40B3 is #24BF4C. Grayscale: #7B7B7B. Windows color (decimal): -2408269 or 11747547. OLE color: 11747547.
HSL color Cylindrical-coordinate representation of color #DB40B3: hue angle of 315.48º 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 #DB40B3 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 179 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.14 |
| HSL | 315.48º | 0.68% | 0.55% | - |
| HSV(B) | 315.48º | 0.71% | 0.86% | - |
| XYZ | 39.18 | 21.98 | 44.83 | - |
| YUV | 123.46 | 159.35 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 179 | 0 | 0.71 | 0.18 | 0.14 | 315.48 | 0.68 | 0.55 |
| Hex | DB | 40 | B3 | 0 | 47 | 12 | E | 13B | 44 | 37 |
| Octal | 333 | 100 | 263 | 0 | 107 | 22 | 16 | 473 | 104 | 67 |
| Binary | 11011011 | 1000000 | 10110011 | 0 | 1000111 | 10010 | 1110 | 100111011 | 1000100 | 110111 |
Color Harmonies of #DB40B3
Complementary color
Monochromatic Colors of #DB40B3
Black with #DB40B3
Text Example
Text Example
White with #DB40B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40B3; }
p { color: rgb(219,64,179); }
H1.HeaderClassName
{
color: #DB40B3;
}
.AnyTagClassName
{
color: #DB40B3;
}
</style>
background-color css
<style>
a { background-color: #DB40B3; }
a { background-color: rgb(219,64,179); }
div.DivClassName
{
background-color: #DB40B3;
}
.BgClassName
{
background-color: #DB40B3;
}
</style>
border-color css
<style>
span { border-color: #DB40B3; }
span { border-color: rgb(219,64,179); }
td.TdClassName
{
border-color: #DB40B3;
}
.TagClassName
{
border-color: #DB40B3;
}
</style>