Shades of Fuchsia #D850C0
Tints of Fuchsia #D850C0
RGB
CMYK
RGB Variations
Color information
#D850C0 (or 0xD850C0) is known color: Fuchsia. HEX triplet: D8, 50 and C0. RGB value is (216,80,192). Sum of RGB (Red+Green+Blue) = 216+80+192=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D850C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D850C0 is #27AF3F. Grayscale: #858585. Windows color (decimal): -2600768 or 12603608. OLE color: 12603608.
HSL color Cylindrical-coordinate representation of color #D850C0: hue angle of 310.59º 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 #D850C0 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 192 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.15 |
| HSL | 310.59º | 0.64% | 0.58% | - |
| HSV(B) | 310.59º | 0.63% | 0.85% | - |
| XYZ | 40.7 | 24.14 | 52.38 | - |
| YUV | 133.43 | 161.06 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 192 | 0 | 0.63 | 0.11 | 0.15 | 310.59 | 0.64 | 0.58 |
| Hex | D8 | 50 | C0 | 0 | 3F | B | F | 137 | 40 | 3A |
| Octal | 330 | 120 | 300 | 0 | 77 | 13 | 17 | 467 | 100 | 72 |
| Binary | 11011000 | 1010000 | 11000000 | 0 | 111111 | 1011 | 1111 | 100110111 | 1000000 | 111010 |
Color Harmonies of #D850C0
Complementary color
Monochromatic Colors of #D850C0
Black with #D850C0
Text Example
Text Example
White with #D850C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D850C0; }
p { color: rgb(216,80,192); }
H1.HeaderClassName
{
color: #D850C0;
}
.AnyTagClassName
{
color: #D850C0;
}
</style>
background-color css
<style>
a { background-color: #D850C0; }
a { background-color: rgb(216,80,192); }
div.DivClassName
{
background-color: #D850C0;
}
.BgClassName
{
background-color: #D850C0;
}
</style>
border-color css
<style>
span { border-color: #D850C0; }
span { border-color: rgb(216,80,192); }
td.TdClassName
{
border-color: #D850C0;
}
.TagClassName
{
border-color: #D850C0;
}
</style>