Shades of Fuchsia #D83FB2
Tints of Fuchsia #D83FB2
RGB
CMYK
RGB Variations
Color information
#D83FB2 (or 0xD83FB2) is known color: Fuchsia. HEX triplet: D8, 3F and B2. RGB value is (216,63,178). Sum of RGB (Red+Green+Blue) = 216+63+178=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D83FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83FB2 is #27C04D. Grayscale: #797979. Windows color (decimal): -2605134 or 11681752. OLE color: 11681752.
HSL color Cylindrical-coordinate representation of color #D83FB2: hue angle of 314.9º 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 #D83FB2 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 178 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.15 |
| HSL | 314.9º | 0.66% | 0.55% | - |
| HSV(B) | 314.9º | 0.71% | 0.85% | - |
| XYZ | 38.13 | 21.37 | 44.23 | - |
| YUV | 121.86 | 159.69 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 178 | 0 | 0.71 | 0.18 | 0.15 | 314.9 | 0.66 | 0.55 |
| Hex | D8 | 3F | B2 | 0 | 47 | 12 | F | 13B | 42 | 37 |
| Octal | 330 | 77 | 262 | 0 | 107 | 22 | 17 | 473 | 102 | 67 |
| Binary | 11011000 | 111111 | 10110010 | 0 | 1000111 | 10010 | 1111 | 100111011 | 1000010 | 110111 |
Color Harmonies of #D83FB2
Complementary color
Monochromatic Colors of #D83FB2
Black with #D83FB2
Text Example
Text Example
White with #D83FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83FB2; }
p { color: rgb(216,63,178); }
H1.HeaderClassName
{
color: #D83FB2;
}
.AnyTagClassName
{
color: #D83FB2;
}
</style>
background-color css
<style>
a { background-color: #D83FB2; }
a { background-color: rgb(216,63,178); }
div.DivClassName
{
background-color: #D83FB2;
}
.BgClassName
{
background-color: #D83FB2;
}
</style>
border-color css
<style>
span { border-color: #D83FB2; }
span { border-color: rgb(216,63,178); }
td.TdClassName
{
border-color: #D83FB2;
}
.TagClassName
{
border-color: #D83FB2;
}
</style>