Shades of Fuchsia #D840BA
Tints of Fuchsia #D840BA
RGB
CMYK
RGB Variations
Color information
#D840BA (or 0xD840BA) is known color: Fuchsia. HEX triplet: D8, 40 and BA. RGB value is (216,64,186). Sum of RGB (Red+Green+Blue) = 216+64+186=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D840BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D840BA is #27BF45. Grayscale: #7B7B7B. Windows color (decimal): -2604870 or 12206296. OLE color: 12206296.
HSL color Cylindrical-coordinate representation of color #D840BA: hue angle of 311.84º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D840BA is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 186 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.15 |
| HSL | 311.84º | 0.66% | 0.55% | - |
| HSV(B) | 311.84º | 0.7% | 0.85% | - |
| XYZ | 39.02 | 21.81 | 48.61 | - |
| YUV | 123.36 | 163.36 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 186 | 0 | 0.70 | 0.14 | 0.15 | 311.84 | 0.66 | 0.55 |
| Hex | D8 | 40 | BA | 0 | 46 | E | F | 138 | 42 | 37 |
| Octal | 330 | 100 | 272 | 0 | 106 | 16 | 17 | 470 | 102 | 67 |
| Binary | 11011000 | 1000000 | 10111010 | 0 | 1000110 | 1110 | 1111 | 100111000 | 1000010 | 110111 |
Color Harmonies of #D840BA
Complementary color
Monochromatic Colors of #D840BA
Black with #D840BA
Text Example
Text Example
White with #D840BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D840BA; }
p { color: rgb(216,64,186); }
H1.HeaderClassName
{
color: #D840BA;
}
.AnyTagClassName
{
color: #D840BA;
}
</style>
background-color css
<style>
a { background-color: #D840BA; }
a { background-color: rgb(216,64,186); }
div.DivClassName
{
background-color: #D840BA;
}
.BgClassName
{
background-color: #D840BA;
}
</style>
border-color css
<style>
span { border-color: #D840BA; }
span { border-color: rgb(216,64,186); }
td.TdClassName
{
border-color: #D840BA;
}
.TagClassName
{
border-color: #D840BA;
}
</style>