Shades of Fuchsia #DB42BA
Tints of Fuchsia #DB42BA
RGB
CMYK
RGB Variations
Color information
#DB42BA (or 0xDB42BA) is known color: Fuchsia. HEX triplet: DB, 42 and BA. RGB value is (219,66,186). Sum of RGB (Red+Green+Blue) = 219+66+186=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB42BA is #24BD45. Grayscale: #7D7D7D. Windows color (decimal): -2407750 or 12206811. OLE color: 12206811.
HSL color Cylindrical-coordinate representation of color #DB42BA: hue angle of 312.94º 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 #DB42BA is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 186 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.14 |
| HSL | 312.94º | 0.68% | 0.56% | - |
| HSV(B) | 312.94º | 0.7% | 0.86% | - |
| XYZ | 40.02 | 22.5 | 48.69 | - |
| YUV | 125.43 | 162.19 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 186 | 0 | 0.70 | 0.15 | 0.14 | 312.94 | 0.68 | 0.56 |
| Hex | DB | 42 | BA | 0 | 46 | F | E | 139 | 44 | 38 |
| Octal | 333 | 102 | 272 | 0 | 106 | 17 | 16 | 471 | 104 | 70 |
| Binary | 11011011 | 1000010 | 10111010 | 0 | 1000110 | 1111 | 1110 | 100111001 | 1000100 | 111000 |
Color Harmonies of #DB42BA
Complementary color
Monochromatic Colors of #DB42BA
Black with #DB42BA
Text Example
Text Example
White with #DB42BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB42BA; }
p { color: rgb(219,66,186); }
H1.HeaderClassName
{
color: #DB42BA;
}
.AnyTagClassName
{
color: #DB42BA;
}
</style>
background-color css
<style>
a { background-color: #DB42BA; }
a { background-color: rgb(219,66,186); }
div.DivClassName
{
background-color: #DB42BA;
}
.BgClassName
{
background-color: #DB42BA;
}
</style>
border-color css
<style>
span { border-color: #DB42BA; }
span { border-color: rgb(219,66,186); }
td.TdClassName
{
border-color: #DB42BA;
}
.TagClassName
{
border-color: #DB42BA;
}
</style>