Shades of Fuchsia #DB3BC5
Tints of Fuchsia #DB3BC5
RGB
CMYK
RGB Variations
Color information
#DB3BC5 (or 0xDB3BC5) is known color: Fuchsia. HEX triplet: DB, 3B and C5. RGB value is (219,59,197). Sum of RGB (Red+Green+Blue) = 219+59+197=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3BC5 is #24C43A. Grayscale: #7A7A7A. Windows color (decimal): -2409531 or 12925915. OLE color: 12925915.
HSL color Cylindrical-coordinate representation of color #DB3BC5: hue angle of 308.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3BC5 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 197 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.14 |
| HSL | 308.25º | 0.69% | 0.55% | - |
| HSV(B) | 308.25º | 0.73% | 0.86% | - |
| XYZ | 40.86 | 22.22 | 54.96 | - |
| YUV | 122.57 | 170.01 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 197 | 0 | 0.73 | 0.10 | 0.14 | 308.25 | 0.69 | 0.55 |
| Hex | DB | 3B | C5 | 0 | 49 | A | E | 134 | 45 | 37 |
| Octal | 333 | 73 | 305 | 0 | 111 | 12 | 16 | 464 | 105 | 67 |
| Binary | 11011011 | 111011 | 11000101 | 0 | 1001001 | 1010 | 1110 | 100110100 | 1000101 | 110111 |
Color Harmonies of #DB3BC5
Complementary color
Monochromatic Colors of #DB3BC5
Black with #DB3BC5
Text Example
Text Example
White with #DB3BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3BC5; }
p { color: rgb(219,59,197); }
H1.HeaderClassName
{
color: #DB3BC5;
}
.AnyTagClassName
{
color: #DB3BC5;
}
</style>
background-color css
<style>
a { background-color: #DB3BC5; }
a { background-color: rgb(219,59,197); }
div.DivClassName
{
background-color: #DB3BC5;
}
.BgClassName
{
background-color: #DB3BC5;
}
</style>
border-color css
<style>
span { border-color: #DB3BC5; }
span { border-color: rgb(219,59,197); }
td.TdClassName
{
border-color: #DB3BC5;
}
.TagClassName
{
border-color: #DB3BC5;
}
</style>