Shades of Fuchsia #D950BA
Tints of Fuchsia #D950BA
RGB
CMYK
RGB Variations
Color information
#D950BA (or 0xD950BA) is known color: Fuchsia. HEX triplet: D9, 50 and BA. RGB value is (217,80,186). Sum of RGB (Red+Green+Blue) = 217+80+186=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D950BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950BA is #26AF45. Grayscale: #848484. Windows color (decimal): -2535238 or 12210393. OLE color: 12210393.
HSL color Cylindrical-coordinate representation of color #D950BA: hue angle of 313.58º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D950BA is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 186 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.15 |
| HSL | 313.58º | 0.64% | 0.58% | - |
| HSV(B) | 313.58º | 0.63% | 0.85% | - |
| XYZ | 40.35 | 24.03 | 48.97 | - |
| YUV | 133.05 | 157.89 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 186 | 0 | 0.63 | 0.14 | 0.15 | 313.58 | 0.64 | 0.58 |
| Hex | D9 | 50 | BA | 0 | 3F | E | F | 13A | 40 | 3A |
| Octal | 331 | 120 | 272 | 0 | 77 | 16 | 17 | 472 | 100 | 72 |
| Binary | 11011001 | 1010000 | 10111010 | 0 | 111111 | 1110 | 1111 | 100111010 | 1000000 | 111010 |
Color Harmonies of #D950BA
Complementary color
Monochromatic Colors of #D950BA
Black with #D950BA
Text Example
Text Example
White with #D950BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D950BA; }
p { color: rgb(217,80,186); }
H1.HeaderClassName
{
color: #D950BA;
}
.AnyTagClassName
{
color: #D950BA;
}
</style>
background-color css
<style>
a { background-color: #D950BA; }
a { background-color: rgb(217,80,186); }
div.DivClassName
{
background-color: #D950BA;
}
.BgClassName
{
background-color: #D950BA;
}
</style>
border-color css
<style>
span { border-color: #D950BA; }
span { border-color: rgb(217,80,186); }
td.TdClassName
{
border-color: #D950BA;
}
.TagClassName
{
border-color: #D950BA;
}
</style>