Shades of Fuchsia #D949BA
Tints of Fuchsia #D949BA
RGB
CMYK
RGB Variations
Color information
#D949BA (or 0xD949BA) is known color: Fuchsia. HEX triplet: D9, 49 and BA. RGB value is (217,73,186). Sum of RGB (Red+Green+Blue) = 217+73+186=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D949BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D949BA is #26B645. Grayscale: #808080. Windows color (decimal): -2537030 or 12208601. OLE color: 12208601.
HSL color Cylindrical-coordinate representation of color #D949BA: hue angle of 312.92º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D949BA is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 186 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.15 |
| HSL | 312.92º | 0.65% | 0.57% | - |
| HSV(B) | 312.92º | 0.66% | 0.85% | - |
| XYZ | 39.86 | 23.06 | 48.8 | - |
| YUV | 128.94 | 160.21 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 186 | 0 | 0.66 | 0.14 | 0.15 | 312.92 | 0.65 | 0.57 |
| Hex | D9 | 49 | BA | 0 | 42 | E | F | 139 | 41 | 39 |
| Octal | 331 | 111 | 272 | 0 | 102 | 16 | 17 | 471 | 101 | 71 |
| Binary | 11011001 | 1001001 | 10111010 | 0 | 1000010 | 1110 | 1111 | 100111001 | 1000001 | 111001 |
Color Harmonies of #D949BA
Complementary color
Monochromatic Colors of #D949BA
Black with #D949BA
Text Example
Text Example
White with #D949BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D949BA; }
p { color: rgb(217,73,186); }
H1.HeaderClassName
{
color: #D949BA;
}
.AnyTagClassName
{
color: #D949BA;
}
</style>
background-color css
<style>
a { background-color: #D949BA; }
a { background-color: rgb(217,73,186); }
div.DivClassName
{
background-color: #D949BA;
}
.BgClassName
{
background-color: #D949BA;
}
</style>
border-color css
<style>
span { border-color: #D949BA; }
span { border-color: rgb(217,73,186); }
td.TdClassName
{
border-color: #D949BA;
}
.TagClassName
{
border-color: #D949BA;
}
</style>