Shades of Fuchsia #D950B9
Tints of Fuchsia #D950B9
RGB
CMYK
RGB Variations
Color information
#D950B9 (or 0xD950B9) is known color: Fuchsia. HEX triplet: D9, 50 and B9. RGB value is (217,80,185). Sum of RGB (Red+Green+Blue) = 217+80+185=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D950B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950B9 is #26AF46. Grayscale: #848484. Windows color (decimal): -2535239 or 12144857. OLE color: 12144857.
HSL color Cylindrical-coordinate representation of color #D950B9: hue angle of 314.01º 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 #D950B9 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 185 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.15 |
| HSL | 314.01º | 0.64% | 0.58% | - |
| HSV(B) | 314.01º | 0.63% | 0.85% | - |
| XYZ | 40.24 | 23.99 | 48.41 | - |
| YUV | 132.93 | 157.39 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 185 | 0 | 0.63 | 0.15 | 0.15 | 314.01 | 0.64 | 0.58 |
| Hex | D9 | 50 | B9 | 0 | 3F | F | F | 13A | 40 | 3A |
| Octal | 331 | 120 | 271 | 0 | 77 | 17 | 17 | 472 | 100 | 72 |
| Binary | 11011001 | 1010000 | 10111001 | 0 | 111111 | 1111 | 1111 | 100111010 | 1000000 | 111010 |
Color Harmonies of #D950B9
Complementary color
Monochromatic Colors of #D950B9
Black with #D950B9
Text Example
Text Example
White with #D950B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D950B9; }
p { color: rgb(217,80,185); }
H1.HeaderClassName
{
color: #D950B9;
}
.AnyTagClassName
{
color: #D950B9;
}
</style>
background-color css
<style>
a { background-color: #D950B9; }
a { background-color: rgb(217,80,185); }
div.DivClassName
{
background-color: #D950B9;
}
.BgClassName
{
background-color: #D950B9;
}
</style>
border-color css
<style>
span { border-color: #D950B9; }
span { border-color: rgb(217,80,185); }
td.TdClassName
{
border-color: #D950B9;
}
.TagClassName
{
border-color: #D950B9;
}
</style>