Shades of Fuchsia #D940BA
Tints of Fuchsia #D940BA
RGB
CMYK
RGB Variations
Color information
#D940BA (or 0xD940BA) is known color: Fuchsia. HEX triplet: D9, 40 and BA. RGB value is (217,64,186). Sum of RGB (Red+Green+Blue) = 217+64+186=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D940BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D940BA is #26BF45. Grayscale: #7B7B7B. Windows color (decimal): -2539334 or 12206297. OLE color: 12206297.
HSL color Cylindrical-coordinate representation of color #D940BA: hue angle of 312.16º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D940BA is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 186 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.15 |
| HSL | 312.16º | 0.67% | 0.55% | - |
| HSV(B) | 312.16º | 0.71% | 0.85% | - |
| XYZ | 39.31 | 21.96 | 48.62 | - |
| YUV | 123.66 | 163.19 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 186 | 0 | 0.71 | 0.14 | 0.15 | 312.16 | 0.67 | 0.55 |
| Hex | D9 | 40 | BA | 0 | 47 | E | F | 138 | 43 | 37 |
| Octal | 331 | 100 | 272 | 0 | 107 | 16 | 17 | 470 | 103 | 67 |
| Binary | 11011001 | 1000000 | 10111010 | 0 | 1000111 | 1110 | 1111 | 100111000 | 1000011 | 110111 |
Color Harmonies of #D940BA
Complementary color
Monochromatic Colors of #D940BA
Black with #D940BA
Text Example
Text Example
White with #D940BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D940BA; }
p { color: rgb(217,64,186); }
H1.HeaderClassName
{
color: #D940BA;
}
.AnyTagClassName
{
color: #D940BA;
}
</style>
background-color css
<style>
a { background-color: #D940BA; }
a { background-color: rgb(217,64,186); }
div.DivClassName
{
background-color: #D940BA;
}
.BgClassName
{
background-color: #D940BA;
}
</style>
border-color css
<style>
span { border-color: #D940BA; }
span { border-color: rgb(217,64,186); }
td.TdClassName
{
border-color: #D940BA;
}
.TagClassName
{
border-color: #D940BA;
}
</style>