Shades of Fuchsia #D84CBC
Tints of Fuchsia #D84CBC
RGB
CMYK
RGB Variations
Color information
#D84CBC (or 0xD84CBC) is known color: Fuchsia. HEX triplet: D8, 4C and BC. RGB value is (216,76,188). Sum of RGB (Red+Green+Blue) = 216+76+188=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CBC is #27B343. Grayscale: #828282. Windows color (decimal): -2601796 or 12340440. OLE color: 12340440.
HSL color Cylindrical-coordinate representation of color #D84CBC: hue angle of 312º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84CBC is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 188 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.15 |
| HSL | 312º | 0.64% | 0.57% | - |
| HSV(B) | 312º | 0.65% | 0.85% | - |
| XYZ | 39.98 | 23.4 | 49.99 | - |
| YUV | 130.63 | 160.38 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 188 | 0 | 0.65 | 0.13 | 0.15 | 312 | 0.64 | 0.57 |
| Hex | D8 | 4C | BC | 0 | 41 | D | F | 138 | 40 | 39 |
| Octal | 330 | 114 | 274 | 0 | 101 | 15 | 17 | 470 | 100 | 71 |
| Binary | 11011000 | 1001100 | 10111100 | 0 | 1000001 | 1101 | 1111 | 100111000 | 1000000 | 111001 |
Color Harmonies of #D84CBC
Complementary color
Monochromatic Colors of #D84CBC
Black with #D84CBC
Text Example
Text Example
White with #D84CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84CBC; }
p { color: rgb(216,76,188); }
H1.HeaderClassName
{
color: #D84CBC;
}
.AnyTagClassName
{
color: #D84CBC;
}
</style>
background-color css
<style>
a { background-color: #D84CBC; }
a { background-color: rgb(216,76,188); }
div.DivClassName
{
background-color: #D84CBC;
}
.BgClassName
{
background-color: #D84CBC;
}
</style>
border-color css
<style>
span { border-color: #D84CBC; }
span { border-color: rgb(216,76,188); }
td.TdClassName
{
border-color: #D84CBC;
}
.TagClassName
{
border-color: #D84CBC;
}
</style>