Shades of Fuchsia #DB3CBC
Tints of Fuchsia #DB3CBC
RGB
CMYK
RGB Variations
Color information
#DB3CBC (or 0xDB3CBC) is known color: Fuchsia. HEX triplet: DB, 3C and BC. RGB value is (219,60,188). Sum of RGB (Red+Green+Blue) = 219+60+188=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3CBC is #24C343. Grayscale: #797979. Windows color (decimal): -2409284 or 12336347. OLE color: 12336347.
HSL color Cylindrical-coordinate representation of color #DB3CBC: hue angle of 311.7º 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 #DB3CBC is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 188 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.14 |
| HSL | 311.7º | 0.69% | 0.55% | - |
| HSV(B) | 311.7º | 0.73% | 0.86% | - |
| XYZ | 39.91 | 21.92 | 49.71 | - |
| YUV | 122.13 | 165.18 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 188 | 0 | 0.73 | 0.14 | 0.14 | 311.7 | 0.69 | 0.55 |
| Hex | DB | 3C | BC | 0 | 49 | E | E | 138 | 45 | 37 |
| Octal | 333 | 74 | 274 | 0 | 111 | 16 | 16 | 470 | 105 | 67 |
| Binary | 11011011 | 111100 | 10111100 | 0 | 1001001 | 1110 | 1110 | 100111000 | 1000101 | 110111 |
Color Harmonies of #DB3CBC
Complementary color
Monochromatic Colors of #DB3CBC
Black with #DB3CBC
Text Example
Text Example
White with #DB3CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3CBC; }
p { color: rgb(219,60,188); }
H1.HeaderClassName
{
color: #DB3CBC;
}
.AnyTagClassName
{
color: #DB3CBC;
}
</style>
background-color css
<style>
a { background-color: #DB3CBC; }
a { background-color: rgb(219,60,188); }
div.DivClassName
{
background-color: #DB3CBC;
}
.BgClassName
{
background-color: #DB3CBC;
}
</style>
border-color css
<style>
span { border-color: #DB3CBC; }
span { border-color: rgb(219,60,188); }
td.TdClassName
{
border-color: #DB3CBC;
}
.TagClassName
{
border-color: #DB3CBC;
}
</style>