Shades of Fuchsia #D853BA
Tints of Fuchsia #D853BA
RGB
CMYK
RGB Variations
Color information
#D853BA (or 0xD853BA) is known color: Fuchsia. HEX triplet: D8, 53 and BA. RGB value is (216,83,186). Sum of RGB (Red+Green+Blue) = 216+83+186=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D853BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D853BA is #27AC45. Grayscale: #868686. Windows color (decimal): -2600006 or 12211160. OLE color: 12211160.
HSL color Cylindrical-coordinate representation of color #D853BA: hue angle of 313.53º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D853BA is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 186 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.15 |
| HSL | 313.53º | 0.63% | 0.59% | - |
| HSV(B) | 313.53º | 0.62% | 0.85% | - |
| XYZ | 40.28 | 24.33 | 49.03 | - |
| YUV | 134.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 186 | 0 | 0.62 | 0.14 | 0.15 | 313.53 | 0.63 | 0.59 |
| Hex | D8 | 53 | BA | 0 | 3E | E | F | 13A | 3F | 3B |
| Octal | 330 | 123 | 272 | 0 | 76 | 16 | 17 | 472 | 77 | 73 |
| Binary | 11011000 | 1010011 | 10111010 | 0 | 111110 | 1110 | 1111 | 100111010 | 111111 | 111011 |
Color Harmonies of #D853BA
Complementary color
Monochromatic Colors of #D853BA
Black with #D853BA
Text Example
Text Example
White with #D853BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D853BA; }
p { color: rgb(216,83,186); }
H1.HeaderClassName
{
color: #D853BA;
}
.AnyTagClassName
{
color: #D853BA;
}
</style>
background-color css
<style>
a { background-color: #D853BA; }
a { background-color: rgb(216,83,186); }
div.DivClassName
{
background-color: #D853BA;
}
.BgClassName
{
background-color: #D853BA;
}
</style>
border-color css
<style>
span { border-color: #D853BA; }
span { border-color: rgb(216,83,186); }
td.TdClassName
{
border-color: #D853BA;
}
.TagClassName
{
border-color: #D853BA;
}
</style>