Shades of Fuchsia #DB3DC2
Tints of Fuchsia #DB3DC2
RGB
CMYK
RGB Variations
Color information
#DB3DC2 (or 0xDB3DC2) is known color: Fuchsia. HEX triplet: DB, 3D and C2. RGB value is (219,61,194). Sum of RGB (Red+Green+Blue) = 219+61+194=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 61 (24.22% from 255 or 12.87% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3DC2 is #24C23D. Grayscale: #7B7B7B. Windows color (decimal): -2409022 or 12729819. OLE color: 12729819.
HSL color Cylindrical-coordinate representation of color #DB3DC2: hue angle of 309.49º 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 #DB3DC2 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 194 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.14 |
| HSL | 309.49º | 0.69% | 0.55% | - |
| HSV(B) | 309.49º | 0.72% | 0.86% | - |
| XYZ | 40.62 | 22.29 | 53.2 | - |
| YUV | 123.4 | 167.85 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 194 | 0 | 0.72 | 0.11 | 0.14 | 309.49 | 0.69 | 0.55 |
| Hex | DB | 3D | C2 | 0 | 48 | B | E | 135 | 45 | 37 |
| Octal | 333 | 75 | 302 | 0 | 110 | 13 | 16 | 465 | 105 | 67 |
| Binary | 11011011 | 111101 | 11000010 | 0 | 1001000 | 1011 | 1110 | 100110101 | 1000101 | 110111 |
Color Harmonies of #DB3DC2
Complementary color
Monochromatic Colors of #DB3DC2
Black with #DB3DC2
Text Example
Text Example
White with #DB3DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3DC2; }
p { color: rgb(219,61,194); }
H1.HeaderClassName
{
color: #DB3DC2;
}
.AnyTagClassName
{
color: #DB3DC2;
}
</style>
background-color css
<style>
a { background-color: #DB3DC2; }
a { background-color: rgb(219,61,194); }
div.DivClassName
{
background-color: #DB3DC2;
}
.BgClassName
{
background-color: #DB3DC2;
}
</style>
border-color css
<style>
span { border-color: #DB3DC2; }
span { border-color: rgb(219,61,194); }
td.TdClassName
{
border-color: #DB3DC2;
}
.TagClassName
{
border-color: #DB3DC2;
}
</style>