Shades of Fuchsia #D835BB
Tints of Fuchsia #D835BB
RGB
CMYK
RGB Variations
Color information
#D835BB (or 0xD835BB) is known color: Fuchsia. HEX triplet: D8, 35 and BB. RGB value is (216,53,187). Sum of RGB (Red+Green+Blue) = 216+53+187=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D835BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D835BB is #27CA44. Grayscale: #747474. Windows color (decimal): -2607685 or 12269016. OLE color: 12269016.
HSL color Cylindrical-coordinate representation of color #D835BB: hue angle of 310.67º 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 #D835BB is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 187 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.15 |
| HSL | 310.67º | 0.68% | 0.53% | - |
| HSV(B) | 310.67º | 0.75% | 0.85% | - |
| XYZ | 38.56 | 20.73 | 48.98 | - |
| YUV | 117.01 | 167.5 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 187 | 0 | 0.75 | 0.13 | 0.15 | 310.67 | 0.68 | 0.53 |
| Hex | D8 | 35 | BB | 0 | 4B | D | F | 137 | 44 | 35 |
| Octal | 330 | 65 | 273 | 0 | 113 | 15 | 17 | 467 | 104 | 65 |
| Binary | 11011000 | 110101 | 10111011 | 0 | 1001011 | 1101 | 1111 | 100110111 | 1000100 | 110101 |
Color Harmonies of #D835BB
Complementary color
Monochromatic Colors of #D835BB
Black with #D835BB
Text Example
Text Example
White with #D835BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D835BB; }
p { color: rgb(216,53,187); }
H1.HeaderClassName
{
color: #D835BB;
}
.AnyTagClassName
{
color: #D835BB;
}
</style>
background-color css
<style>
a { background-color: #D835BB; }
a { background-color: rgb(216,53,187); }
div.DivClassName
{
background-color: #D835BB;
}
.BgClassName
{
background-color: #D835BB;
}
</style>
border-color css
<style>
span { border-color: #D835BB; }
span { border-color: rgb(216,53,187); }
td.TdClassName
{
border-color: #D835BB;
}
.TagClassName
{
border-color: #D835BB;
}
</style>