Shades of Fuchsia #D83BC9
Tints of Fuchsia #D83BC9
RGB
CMYK
RGB Variations
Color information
#D83BC9 (or 0xD83BC9) is known color: Fuchsia. HEX triplet: D8, 3B and C9. RGB value is (216,59,201). Sum of RGB (Red+Green+Blue) = 216+59+201=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D83BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83BC9 is #27C436. Grayscale: #797979. Windows color (decimal): -2606135 or 13188056. OLE color: 13188056.
HSL color Cylindrical-coordinate representation of color #D83BC9: hue angle of 305.73º 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 #D83BC9 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 201 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.15 |
| HSL | 305.73º | 0.67% | 0.54% | - |
| HSV(B) | 305.73º | 0.73% | 0.85% | - |
| XYZ | 40.43 | 21.94 | 57.36 | - |
| YUV | 122.13 | 172.51 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 201 | 0 | 0.73 | 0.07 | 0.15 | 305.73 | 0.67 | 0.54 |
| Hex | D8 | 3B | C9 | 0 | 49 | 7 | F | 132 | 43 | 36 |
| Octal | 330 | 73 | 311 | 0 | 111 | 7 | 17 | 462 | 103 | 66 |
| Binary | 11011000 | 111011 | 11001001 | 0 | 1001001 | 111 | 1111 | 100110010 | 1000011 | 110110 |
Color Harmonies of #D83BC9
Complementary color
Monochromatic Colors of #D83BC9
Black with #D83BC9
Text Example
Text Example
White with #D83BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83BC9; }
p { color: rgb(216,59,201); }
H1.HeaderClassName
{
color: #D83BC9;
}
.AnyTagClassName
{
color: #D83BC9;
}
</style>
background-color css
<style>
a { background-color: #D83BC9; }
a { background-color: rgb(216,59,201); }
div.DivClassName
{
background-color: #D83BC9;
}
.BgClassName
{
background-color: #D83BC9;
}
</style>
border-color css
<style>
span { border-color: #D83BC9; }
span { border-color: rgb(216,59,201); }
td.TdClassName
{
border-color: #D83BC9;
}
.TagClassName
{
border-color: #D83BC9;
}
</style>