Shades of Fuchsia #D83BC8
Tints of Fuchsia #D83BC8
RGB
CMYK
RGB Variations
Color information
#D83BC8 (or 0xD83BC8) is known color: Fuchsia. HEX triplet: D8, 3B and C8. RGB value is (216,59,200). Sum of RGB (Red+Green+Blue) = 216+59+200=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D83BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83BC8 is #27C437. Grayscale: #797979. Windows color (decimal): -2606136 or 13122520. OLE color: 13122520.
HSL color Cylindrical-coordinate representation of color #D83BC8: hue angle of 306.11º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D83BC8 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 200 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.15 |
| HSL | 306.11º | 0.67% | 0.54% | - |
| HSV(B) | 306.11º | 0.73% | 0.85% | - |
| XYZ | 40.31 | 21.9 | 56.75 | - |
| YUV | 122.02 | 172.01 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 200 | 0 | 0.73 | 0.07 | 0.15 | 306.11 | 0.67 | 0.54 |
| Hex | D8 | 3B | C8 | 0 | 49 | 7 | F | 132 | 43 | 36 |
| Octal | 330 | 73 | 310 | 0 | 111 | 7 | 17 | 462 | 103 | 66 |
| Binary | 11011000 | 111011 | 11001000 | 0 | 1001001 | 111 | 1111 | 100110010 | 1000011 | 110110 |
Color Harmonies of #D83BC8
Complementary color
Monochromatic Colors of #D83BC8
Black with #D83BC8
Text Example
Text Example
White with #D83BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83BC8; }
p { color: rgb(216,59,200); }
H1.HeaderClassName
{
color: #D83BC8;
}
.AnyTagClassName
{
color: #D83BC8;
}
</style>
background-color css
<style>
a { background-color: #D83BC8; }
a { background-color: rgb(216,59,200); }
div.DivClassName
{
background-color: #D83BC8;
}
.BgClassName
{
background-color: #D83BC8;
}
</style>
border-color css
<style>
span { border-color: #D83BC8; }
span { border-color: rgb(216,59,200); }
td.TdClassName
{
border-color: #D83BC8;
}
.TagClassName
{
border-color: #D83BC8;
}
</style>