Shades of Fuchsia #DB3FC3
Tints of Fuchsia #DB3FC3
RGB
CMYK
RGB Variations
Color information
#DB3FC3 (or 0xDB3FC3) is known color: Fuchsia. HEX triplet: DB, 3F and C3. RGB value is (219,63,195). Sum of RGB (Red+Green+Blue) = 219+63+195=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 195 (76.56% from 255 or 40.88% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3FC3 is #24C03C. Grayscale: #7C7C7C. Windows color (decimal): -2408509 or 12795867. OLE color: 12795867.
HSL color Cylindrical-coordinate representation of color #DB3FC3: hue angle of 309.23º 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 #DB3FC3 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 195 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.14 |
| HSL | 309.23º | 0.68% | 0.55% | - |
| HSV(B) | 309.23º | 0.71% | 0.86% | - |
| XYZ | 40.84 | 22.56 | 53.83 | - |
| YUV | 124.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 195 | 0 | 0.71 | 0.11 | 0.14 | 309.23 | 0.68 | 0.55 |
| Hex | DB | 3F | C3 | 0 | 47 | B | E | 135 | 44 | 37 |
| Octal | 333 | 77 | 303 | 0 | 107 | 13 | 16 | 465 | 104 | 67 |
| Binary | 11011011 | 111111 | 11000011 | 0 | 1000111 | 1011 | 1110 | 100110101 | 1000100 | 110111 |
Color Harmonies of #DB3FC3
Complementary color
Monochromatic Colors of #DB3FC3
Black with #DB3FC3
Text Example
Text Example
White with #DB3FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FC3; }
p { color: rgb(219,63,195); }
H1.HeaderClassName
{
color: #DB3FC3;
}
.AnyTagClassName
{
color: #DB3FC3;
}
</style>
background-color css
<style>
a { background-color: #DB3FC3; }
a { background-color: rgb(219,63,195); }
div.DivClassName
{
background-color: #DB3FC3;
}
.BgClassName
{
background-color: #DB3FC3;
}
</style>
border-color css
<style>
span { border-color: #DB3FC3; }
span { border-color: rgb(219,63,195); }
td.TdClassName
{
border-color: #DB3FC3;
}
.TagClassName
{
border-color: #DB3FC3;
}
</style>