Shades of Fuchsia #D835BA
Tints of Fuchsia #D835BA
RGB
CMYK
RGB Variations
Color information
#D835BA (or 0xD835BA) is known color: Fuchsia. HEX triplet: D8, 35 and BA. RGB value is (216,53,186). Sum of RGB (Red+Green+Blue) = 216+53+186=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 53 (21.09% from 255 or 11.65% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D835BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D835BA is #27CA45. Grayscale: #747474. Windows color (decimal): -2607686 or 12203480. OLE color: 12203480.
HSL color Cylindrical-coordinate representation of color #D835BA: hue angle of 311.04º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D835BA is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 186 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.15 |
| HSL | 311.04º | 0.68% | 0.53% | - |
| HSV(B) | 311.04º | 0.75% | 0.85% | - |
| XYZ | 38.45 | 20.69 | 48.42 | - |
| YUV | 116.9 | 167 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 186 | 0 | 0.75 | 0.14 | 0.15 | 311.04 | 0.68 | 0.53 |
| Hex | D8 | 35 | BA | 0 | 4B | E | F | 137 | 44 | 35 |
| Octal | 330 | 65 | 272 | 0 | 113 | 16 | 17 | 467 | 104 | 65 |
| Binary | 11011000 | 110101 | 10111010 | 0 | 1001011 | 1110 | 1111 | 100110111 | 1000100 | 110101 |
Color Harmonies of #D835BA
Complementary color
Monochromatic Colors of #D835BA
Black with #D835BA
Text Example
Text Example
White with #D835BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D835BA; }
p { color: rgb(216,53,186); }
H1.HeaderClassName
{
color: #D835BA;
}
.AnyTagClassName
{
color: #D835BA;
}
</style>
background-color css
<style>
a { background-color: #D835BA; }
a { background-color: rgb(216,53,186); }
div.DivClassName
{
background-color: #D835BA;
}
.BgClassName
{
background-color: #D835BA;
}
</style>
border-color css
<style>
span { border-color: #D835BA; }
span { border-color: rgb(216,53,186); }
td.TdClassName
{
border-color: #D835BA;
}
.TagClassName
{
border-color: #D835BA;
}
</style>