Shades of Fuchsia #DB42C0
Tints of Fuchsia #DB42C0
RGB
CMYK
RGB Variations
Color information
#DB42C0 (or 0xDB42C0) is known color: Fuchsia. HEX triplet: DB, 42 and C0. RGB value is (219,66,192). Sum of RGB (Red+Green+Blue) = 219+66+192=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB42C0 is #24BD3F. Grayscale: #7D7D7D. Windows color (decimal): -2407744 or 12600027. OLE color: 12600027.
HSL color Cylindrical-coordinate representation of color #DB42C0: hue angle of 310.59º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB42C0 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 192 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.14 |
| HSL | 310.59º | 0.68% | 0.56% | - |
| HSV(B) | 310.59º | 0.7% | 0.86% | - |
| XYZ | 40.68 | 22.76 | 52.12 | - |
| YUV | 126.11 | 165.19 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 192 | 0 | 0.70 | 0.12 | 0.14 | 310.59 | 0.68 | 0.56 |
| Hex | DB | 42 | C0 | 0 | 46 | C | E | 137 | 44 | 38 |
| Octal | 333 | 102 | 300 | 0 | 106 | 14 | 16 | 467 | 104 | 70 |
| Binary | 11011011 | 1000010 | 11000000 | 0 | 1000110 | 1100 | 1110 | 100110111 | 1000100 | 111000 |
Color Harmonies of #DB42C0
Complementary color
Monochromatic Colors of #DB42C0
Black with #DB42C0
Text Example
Text Example
White with #DB42C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB42C0; }
p { color: rgb(219,66,192); }
H1.HeaderClassName
{
color: #DB42C0;
}
.AnyTagClassName
{
color: #DB42C0;
}
</style>
background-color css
<style>
a { background-color: #DB42C0; }
a { background-color: rgb(219,66,192); }
div.DivClassName
{
background-color: #DB42C0;
}
.BgClassName
{
background-color: #DB42C0;
}
</style>
border-color css
<style>
span { border-color: #DB42C0; }
span { border-color: rgb(219,66,192); }
td.TdClassName
{
border-color: #DB42C0;
}
.TagClassName
{
border-color: #DB42C0;
}
</style>