Shades of Fuchsia #D84DBB
Tints of Fuchsia #D84DBB
RGB
CMYK
RGB Variations
Color information
#D84DBB (or 0xD84DBB) is known color: Fuchsia. HEX triplet: D8, 4D and BB. RGB value is (216,77,187). Sum of RGB (Red+Green+Blue) = 216+77+187=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84DBB is #27B244. Grayscale: #828282. Windows color (decimal): -2601541 or 12275160. OLE color: 12275160.
HSL color Cylindrical-coordinate representation of color #D84DBB: hue angle of 312.52º 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 #D84DBB is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 187 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.15 |
| HSL | 312.52º | 0.64% | 0.57% | - |
| HSV(B) | 312.52º | 0.64% | 0.85% | - |
| XYZ | 39.94 | 23.49 | 49.44 | - |
| YUV | 131.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 187 | 0 | 0.64 | 0.13 | 0.15 | 312.52 | 0.64 | 0.57 |
| Hex | D8 | 4D | BB | 0 | 40 | D | F | 139 | 40 | 39 |
| Octal | 330 | 115 | 273 | 0 | 100 | 15 | 17 | 471 | 100 | 71 |
| Binary | 11011000 | 1001101 | 10111011 | 0 | 1000000 | 1101 | 1111 | 100111001 | 1000000 | 111001 |
Color Harmonies of #D84DBB
Complementary color
Monochromatic Colors of #D84DBB
Black with #D84DBB
Text Example
Text Example
White with #D84DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84DBB; }
p { color: rgb(216,77,187); }
H1.HeaderClassName
{
color: #D84DBB;
}
.AnyTagClassName
{
color: #D84DBB;
}
</style>
background-color css
<style>
a { background-color: #D84DBB; }
a { background-color: rgb(216,77,187); }
div.DivClassName
{
background-color: #D84DBB;
}
.BgClassName
{
background-color: #D84DBB;
}
</style>
border-color css
<style>
span { border-color: #D84DBB; }
span { border-color: rgb(216,77,187); }
td.TdClassName
{
border-color: #D84DBB;
}
.TagClassName
{
border-color: #D84DBB;
}
</style>