Shades of Fuchsia #D84DC0
Tints of Fuchsia #D84DC0
RGB
CMYK
RGB Variations
Color information
#D84DC0 (or 0xD84DC0) is known color: Fuchsia. HEX triplet: D8, 4D and C0. RGB value is (216,77,192). Sum of RGB (Red+Green+Blue) = 216+77+192=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84DC0 is #27B23F. Grayscale: #838383. Windows color (decimal): -2601536 or 12602840. OLE color: 12602840.
HSL color Cylindrical-coordinate representation of color #D84DC0: hue angle of 310.36º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84DC0 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 192 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.15 |
| HSL | 310.36º | 0.64% | 0.57% | - |
| HSV(B) | 310.36º | 0.64% | 0.85% | - |
| XYZ | 40.49 | 23.71 | 52.31 | - |
| YUV | 131.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 192 | 0 | 0.64 | 0.11 | 0.15 | 310.36 | 0.64 | 0.57 |
| Hex | D8 | 4D | C0 | 0 | 40 | B | F | 136 | 40 | 39 |
| Octal | 330 | 115 | 300 | 0 | 100 | 13 | 17 | 466 | 100 | 71 |
| Binary | 11011000 | 1001101 | 11000000 | 0 | 1000000 | 1011 | 1111 | 100110110 | 1000000 | 111001 |
Color Harmonies of #D84DC0
Complementary color
Monochromatic Colors of #D84DC0
Black with #D84DC0
Text Example
Text Example
White with #D84DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84DC0; }
p { color: rgb(216,77,192); }
H1.HeaderClassName
{
color: #D84DC0;
}
.AnyTagClassName
{
color: #D84DC0;
}
</style>
background-color css
<style>
a { background-color: #D84DC0; }
a { background-color: rgb(216,77,192); }
div.DivClassName
{
background-color: #D84DC0;
}
.BgClassName
{
background-color: #D84DC0;
}
</style>
border-color css
<style>
span { border-color: #D84DC0; }
span { border-color: rgb(216,77,192); }
td.TdClassName
{
border-color: #D84DC0;
}
.TagClassName
{
border-color: #D84DC0;
}
</style>