Shades of Fuchsia #DB3FB3
Tints of Fuchsia #DB3FB3
RGB
CMYK
RGB Variations
Color information
#DB3FB3 (or 0xDB3FB3) is known color: Fuchsia. HEX triplet: DB, 3F and B3. RGB value is (219,63,179). Sum of RGB (Red+Green+Blue) = 219+63+179=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3FB3 is #24C04C. Grayscale: #7A7A7A. Windows color (decimal): -2408525 or 11747291. OLE color: 11747291.
HSL color Cylindrical-coordinate representation of color #DB3FB3: hue angle of 315.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB3FB3 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 179 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.14 |
| HSL | 315.38º | 0.68% | 0.55% | - |
| HSV(B) | 315.38º | 0.71% | 0.86% | - |
| XYZ | 39.13 | 21.87 | 44.81 | - |
| YUV | 122.87 | 159.68 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 179 | 0 | 0.71 | 0.18 | 0.14 | 315.38 | 0.68 | 0.55 |
| Hex | DB | 3F | B3 | 0 | 47 | 12 | E | 13B | 44 | 37 |
| Octal | 333 | 77 | 263 | 0 | 107 | 22 | 16 | 473 | 104 | 67 |
| Binary | 11011011 | 111111 | 10110011 | 0 | 1000111 | 10010 | 1110 | 100111011 | 1000100 | 110111 |
Color Harmonies of #DB3FB3
Complementary color
Monochromatic Colors of #DB3FB3
Black with #DB3FB3
Text Example
Text Example
White with #DB3FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FB3; }
p { color: rgb(219,63,179); }
H1.HeaderClassName
{
color: #DB3FB3;
}
.AnyTagClassName
{
color: #DB3FB3;
}
</style>
background-color css
<style>
a { background-color: #DB3FB3; }
a { background-color: rgb(219,63,179); }
div.DivClassName
{
background-color: #DB3FB3;
}
.BgClassName
{
background-color: #DB3FB3;
}
</style>
border-color css
<style>
span { border-color: #DB3FB3; }
span { border-color: rgb(219,63,179); }
td.TdClassName
{
border-color: #DB3FB3;
}
.TagClassName
{
border-color: #DB3FB3;
}
</style>