Shades of Fuchsia #D850B9
Tints of Fuchsia #D850B9
RGB
CMYK
RGB Variations
Color information
#D850B9 (or 0xD850B9) is known color: Fuchsia. HEX triplet: D8, 50 and B9. RGB value is (216,80,185). Sum of RGB (Red+Green+Blue) = 216+80+185=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D850B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D850B9 is #27AF46. Grayscale: #848484. Windows color (decimal): -2600775 or 12144856. OLE color: 12144856.
HSL color Cylindrical-coordinate representation of color #D850B9: hue angle of 313.68º 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 #D850B9 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 185 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.15 |
| HSL | 313.68º | 0.64% | 0.58% | - |
| HSV(B) | 313.68º | 0.63% | 0.85% | - |
| XYZ | 39.94 | 23.84 | 48.4 | - |
| YUV | 132.63 | 157.56 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 185 | 0 | 0.63 | 0.14 | 0.15 | 313.68 | 0.64 | 0.58 |
| Hex | D8 | 50 | B9 | 0 | 3F | E | F | 13A | 40 | 3A |
| Octal | 330 | 120 | 271 | 0 | 77 | 16 | 17 | 472 | 100 | 72 |
| Binary | 11011000 | 1010000 | 10111001 | 0 | 111111 | 1110 | 1111 | 100111010 | 1000000 | 111010 |
Color Harmonies of #D850B9
Complementary color
Monochromatic Colors of #D850B9
Black with #D850B9
Text Example
Text Example
White with #D850B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D850B9; }
p { color: rgb(216,80,185); }
H1.HeaderClassName
{
color: #D850B9;
}
.AnyTagClassName
{
color: #D850B9;
}
</style>
background-color css
<style>
a { background-color: #D850B9; }
a { background-color: rgb(216,80,185); }
div.DivClassName
{
background-color: #D850B9;
}
.BgClassName
{
background-color: #D850B9;
}
</style>
border-color css
<style>
span { border-color: #D850B9; }
span { border-color: rgb(216,80,185); }
td.TdClassName
{
border-color: #D850B9;
}
.TagClassName
{
border-color: #D850B9;
}
</style>