Shades of Fuchsia #D937BA
Tints of Fuchsia #D937BA
RGB
CMYK
RGB Variations
Color information
#D937BA (or 0xD937BA) is known color: Fuchsia. HEX triplet: D9, 37 and BA. RGB value is (217,55,186). Sum of RGB (Red+Green+Blue) = 217+55+186=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D937BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D937BA is #26C845. Grayscale: #767676. Windows color (decimal): -2541638 or 12203993. OLE color: 12203993.
HSL color Cylindrical-coordinate representation of color #D937BA: hue angle of 311.48º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D937BA is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 186 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.15 |
| HSL | 311.48º | 0.68% | 0.53% | - |
| HSV(B) | 311.48º | 0.75% | 0.85% | - |
| XYZ | 38.84 | 21.03 | 48.47 | - |
| YUV | 118.37 | 166.17 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 186 | 0 | 0.75 | 0.14 | 0.15 | 311.48 | 0.68 | 0.53 |
| Hex | D9 | 37 | BA | 0 | 4B | E | F | 137 | 44 | 35 |
| Octal | 331 | 67 | 272 | 0 | 113 | 16 | 17 | 467 | 104 | 65 |
| Binary | 11011001 | 110111 | 10111010 | 0 | 1001011 | 1110 | 1111 | 100110111 | 1000100 | 110101 |
Color Harmonies of #D937BA
Complementary color
Monochromatic Colors of #D937BA
Black with #D937BA
Text Example
Text Example
White with #D937BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D937BA; }
p { color: rgb(217,55,186); }
H1.HeaderClassName
{
color: #D937BA;
}
.AnyTagClassName
{
color: #D937BA;
}
</style>
background-color css
<style>
a { background-color: #D937BA; }
a { background-color: rgb(217,55,186); }
div.DivClassName
{
background-color: #D937BA;
}
.BgClassName
{
background-color: #D937BA;
}
</style>
border-color css
<style>
span { border-color: #D937BA; }
span { border-color: rgb(217,55,186); }
td.TdClassName
{
border-color: #D937BA;
}
.TagClassName
{
border-color: #D937BA;
}
</style>