Shades of Fuchsia #D851C0
Tints of Fuchsia #D851C0
RGB
CMYK
RGB Variations
Color information
#D851C0 (or 0xD851C0) is known color: Fuchsia. HEX triplet: D8, 51 and C0. RGB value is (216,81,192). Sum of RGB (Red+Green+Blue) = 216+81+192=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D851C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D851C0 is #27AE3F. Grayscale: #858585. Windows color (decimal): -2600512 or 12603864. OLE color: 12603864.
HSL color Cylindrical-coordinate representation of color #D851C0: hue angle of 310.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D851C0 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 192 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.15 |
| HSL | 310.67º | 0.63% | 0.58% | - |
| HSV(B) | 310.67º | 0.63% | 0.85% | - |
| XYZ | 40.78 | 24.29 | 52.41 | - |
| YUV | 134.02 | 160.73 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 192 | 0 | 0.62 | 0.11 | 0.15 | 310.67 | 0.63 | 0.58 |
| Hex | D8 | 51 | C0 | 0 | 3E | B | F | 137 | 3F | 3A |
| Octal | 330 | 121 | 300 | 0 | 76 | 13 | 17 | 467 | 77 | 72 |
| Binary | 11011000 | 1010001 | 11000000 | 0 | 111110 | 1011 | 1111 | 100110111 | 111111 | 111010 |
Color Harmonies of #D851C0
Complementary color
Monochromatic Colors of #D851C0
Black with #D851C0
Text Example
Text Example
White with #D851C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D851C0; }
p { color: rgb(216,81,192); }
H1.HeaderClassName
{
color: #D851C0;
}
.AnyTagClassName
{
color: #D851C0;
}
</style>
background-color css
<style>
a { background-color: #D851C0; }
a { background-color: rgb(216,81,192); }
div.DivClassName
{
background-color: #D851C0;
}
.BgClassName
{
background-color: #D851C0;
}
</style>
border-color css
<style>
span { border-color: #D851C0; }
span { border-color: rgb(216,81,192); }
td.TdClassName
{
border-color: #D851C0;
}
.TagClassName
{
border-color: #D851C0;
}
</style>