Shades of Fuchsia #DB41BC
Tints of Fuchsia #DB41BC
RGB
CMYK
RGB Variations
Color information
#DB41BC (or 0xDB41BC) is known color: Fuchsia. HEX triplet: DB, 41 and BC. RGB value is (219,65,188). Sum of RGB (Red+Green+Blue) = 219+65+188=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41BC is #24BE43. Grayscale: #7C7C7C. Windows color (decimal): -2408004 or 12337627. OLE color: 12337627.
HSL color Cylindrical-coordinate representation of color #DB41BC: hue angle of 312.08º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB41BC is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 188 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.14 |
| HSL | 312.08º | 0.68% | 0.56% | - |
| HSV(B) | 312.08º | 0.7% | 0.86% | - |
| XYZ | 40.18 | 22.47 | 49.8 | - |
| YUV | 125.07 | 163.52 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 188 | 0 | 0.70 | 0.14 | 0.14 | 312.08 | 0.68 | 0.56 |
| Hex | DB | 41 | BC | 0 | 46 | E | E | 138 | 44 | 38 |
| Octal | 333 | 101 | 274 | 0 | 106 | 16 | 16 | 470 | 104 | 70 |
| Binary | 11011011 | 1000001 | 10111100 | 0 | 1000110 | 1110 | 1110 | 100111000 | 1000100 | 111000 |
Color Harmonies of #DB41BC
Complementary color
Monochromatic Colors of #DB41BC
Black with #DB41BC
Text Example
Text Example
White with #DB41BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41BC; }
p { color: rgb(219,65,188); }
H1.HeaderClassName
{
color: #DB41BC;
}
.AnyTagClassName
{
color: #DB41BC;
}
</style>
background-color css
<style>
a { background-color: #DB41BC; }
a { background-color: rgb(219,65,188); }
div.DivClassName
{
background-color: #DB41BC;
}
.BgClassName
{
background-color: #DB41BC;
}
</style>
border-color css
<style>
span { border-color: #DB41BC; }
span { border-color: rgb(219,65,188); }
td.TdClassName
{
border-color: #DB41BC;
}
.TagClassName
{
border-color: #DB41BC;
}
</style>