Shades of Fuchsia #D83FB4
Tints of Fuchsia #D83FB4
RGB
CMYK
RGB Variations
Color information
#D83FB4 (or 0xD83FB4) is known color: Fuchsia. HEX triplet: D8, 3F and B4. RGB value is (216,63,180). Sum of RGB (Red+Green+Blue) = 216+63+180=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D83FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83FB4 is #27C04B. Grayscale: #797979. Windows color (decimal): -2605132 or 11812824. OLE color: 11812824.
HSL color Cylindrical-coordinate representation of color #D83FB4: hue angle of 314.12º 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 #D83FB4 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 180 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.15 |
| HSL | 314.12º | 0.66% | 0.55% | - |
| HSV(B) | 314.12º | 0.71% | 0.85% | - |
| XYZ | 38.33 | 21.45 | 45.3 | - |
| YUV | 122.09 | 160.69 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 180 | 0 | 0.71 | 0.17 | 0.15 | 314.12 | 0.66 | 0.55 |
| Hex | D8 | 3F | B4 | 0 | 47 | 11 | F | 13A | 42 | 37 |
| Octal | 330 | 77 | 264 | 0 | 107 | 21 | 17 | 472 | 102 | 67 |
| Binary | 11011000 | 111111 | 10110100 | 0 | 1000111 | 10001 | 1111 | 100111010 | 1000010 | 110111 |
Color Harmonies of #D83FB4
Complementary color
Monochromatic Colors of #D83FB4
Black with #D83FB4
Text Example
Text Example
White with #D83FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83FB4; }
p { color: rgb(216,63,180); }
H1.HeaderClassName
{
color: #D83FB4;
}
.AnyTagClassName
{
color: #D83FB4;
}
</style>
background-color css
<style>
a { background-color: #D83FB4; }
a { background-color: rgb(216,63,180); }
div.DivClassName
{
background-color: #D83FB4;
}
.BgClassName
{
background-color: #D83FB4;
}
</style>
border-color css
<style>
span { border-color: #D83FB4; }
span { border-color: rgb(216,63,180); }
td.TdClassName
{
border-color: #D83FB4;
}
.TagClassName
{
border-color: #D83FB4;
}
</style>