Shades of Fuchsia #D83FB8
Tints of Fuchsia #D83FB8
RGB
CMYK
RGB Variations
Color information
#D83FB8 (or 0xD83FB8) is known color: Fuchsia. HEX triplet: D8, 3F and B8. RGB value is (216,63,184). Sum of RGB (Red+Green+Blue) = 216+63+184=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D83FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83FB8 is #27C047. Grayscale: #7A7A7A. Windows color (decimal): -2605128 or 12074968. OLE color: 12074968.
HSL color Cylindrical-coordinate representation of color #D83FB8: hue angle of 312.55º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D83FB8 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 184 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.15 |
| HSL | 312.55º | 0.66% | 0.55% | - |
| HSV(B) | 312.55º | 0.71% | 0.85% | - |
| XYZ | 38.75 | 21.61 | 47.48 | - |
| YUV | 122.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 184 | 0 | 0.71 | 0.15 | 0.15 | 312.55 | 0.66 | 0.55 |
| Hex | D8 | 3F | B8 | 0 | 47 | F | F | 139 | 42 | 37 |
| Octal | 330 | 77 | 270 | 0 | 107 | 17 | 17 | 471 | 102 | 67 |
| Binary | 11011000 | 111111 | 10111000 | 0 | 1000111 | 1111 | 1111 | 100111001 | 1000010 | 110111 |
Color Harmonies of #D83FB8
Complementary color
Monochromatic Colors of #D83FB8
Black with #D83FB8
Text Example
Text Example
White with #D83FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83FB8; }
p { color: rgb(216,63,184); }
H1.HeaderClassName
{
color: #D83FB8;
}
.AnyTagClassName
{
color: #D83FB8;
}
</style>
background-color css
<style>
a { background-color: #D83FB8; }
a { background-color: rgb(216,63,184); }
div.DivClassName
{
background-color: #D83FB8;
}
.BgClassName
{
background-color: #D83FB8;
}
</style>
border-color css
<style>
span { border-color: #D83FB8; }
span { border-color: rgb(216,63,184); }
td.TdClassName
{
border-color: #D83FB8;
}
.TagClassName
{
border-color: #D83FB8;
}
</style>