Shades of Fuchsia #DB3DC1
Tints of Fuchsia #DB3DC1
RGB
CMYK
RGB Variations
Color information
#DB3DC1 (or 0xDB3DC1) is known color: Fuchsia. HEX triplet: DB, 3D and C1. RGB value is (219,61,193). Sum of RGB (Red+Green+Blue) = 219+61+193=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3DC1 is #24C23E. Grayscale: #7A7A7A. Windows color (decimal): -2409023 or 12664283. OLE color: 12664283.
HSL color Cylindrical-coordinate representation of color #DB3DC1: hue angle of 309.87º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3DC1 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 193 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.14 |
| HSL | 309.87º | 0.69% | 0.55% | - |
| HSV(B) | 309.87º | 0.72% | 0.86% | - |
| XYZ | 40.51 | 22.25 | 52.61 | - |
| YUV | 123.29 | 167.35 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 193 | 0 | 0.72 | 0.12 | 0.14 | 309.87 | 0.69 | 0.55 |
| Hex | DB | 3D | C1 | 0 | 48 | C | E | 136 | 45 | 37 |
| Octal | 333 | 75 | 301 | 0 | 110 | 14 | 16 | 466 | 105 | 67 |
| Binary | 11011011 | 111101 | 11000001 | 0 | 1001000 | 1100 | 1110 | 100110110 | 1000101 | 110111 |
Color Harmonies of #DB3DC1
Complementary color
Monochromatic Colors of #DB3DC1
Black with #DB3DC1
Text Example
Text Example
White with #DB3DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3DC1; }
p { color: rgb(219,61,193); }
H1.HeaderClassName
{
color: #DB3DC1;
}
.AnyTagClassName
{
color: #DB3DC1;
}
</style>
background-color css
<style>
a { background-color: #DB3DC1; }
a { background-color: rgb(219,61,193); }
div.DivClassName
{
background-color: #DB3DC1;
}
.BgClassName
{
background-color: #DB3DC1;
}
</style>
border-color css
<style>
span { border-color: #DB3DC1; }
span { border-color: rgb(219,61,193); }
td.TdClassName
{
border-color: #DB3DC1;
}
.TagClassName
{
border-color: #DB3DC1;
}
</style>