Shades of Fuchsia #D850BE
Tints of Fuchsia #D850BE
RGB
CMYK
RGB Variations
Color information
#D850BE (or 0xD850BE) is known color: Fuchsia. HEX triplet: D8, 50 and BE. RGB value is (216,80,190). Sum of RGB (Red+Green+Blue) = 216+80+190=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D850BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D850BE is #27AF41. Grayscale: #848484. Windows color (decimal): -2600770 or 12472536. OLE color: 12472536.
HSL color Cylindrical-coordinate representation of color #D850BE: hue angle of 311.47º 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 #D850BE is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 190 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.15 |
| HSL | 311.47º | 0.64% | 0.58% | - |
| HSV(B) | 311.47º | 0.63% | 0.85% | - |
| XYZ | 40.48 | 24.05 | 51.22 | - |
| YUV | 133.2 | 160.06 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 190 | 0 | 0.63 | 0.12 | 0.15 | 311.47 | 0.64 | 0.58 |
| Hex | D8 | 50 | BE | 0 | 3F | C | F | 137 | 40 | 3A |
| Octal | 330 | 120 | 276 | 0 | 77 | 14 | 17 | 467 | 100 | 72 |
| Binary | 11011000 | 1010000 | 10111110 | 0 | 111111 | 1100 | 1111 | 100110111 | 1000000 | 111010 |
Color Harmonies of #D850BE
Complementary color
Monochromatic Colors of #D850BE
Black with #D850BE
Text Example
Text Example
White with #D850BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D850BE; }
p { color: rgb(216,80,190); }
H1.HeaderClassName
{
color: #D850BE;
}
.AnyTagClassName
{
color: #D850BE;
}
</style>
background-color css
<style>
a { background-color: #D850BE; }
a { background-color: rgb(216,80,190); }
div.DivClassName
{
background-color: #D850BE;
}
.BgClassName
{
background-color: #D850BE;
}
</style>
border-color css
<style>
span { border-color: #D850BE; }
span { border-color: rgb(216,80,190); }
td.TdClassName
{
border-color: #D850BE;
}
.TagClassName
{
border-color: #D850BE;
}
</style>