Shades of Fuchsia #D834BE
Tints of Fuchsia #D834BE
RGB
CMYK
RGB Variations
Color information
#D834BE (or 0xD834BE) is known color: Fuchsia. HEX triplet: D8, 34 and BE. RGB value is (216,52,190). Sum of RGB (Red+Green+Blue) = 216+52+190=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D834BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D834BE is #27CB41. Grayscale: #747474. Windows color (decimal): -2607938 or 12465368. OLE color: 12465368.
HSL color Cylindrical-coordinate representation of color #D834BE: hue angle of 309.51º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D834BE is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 190 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.15 |
| HSL | 309.51º | 0.68% | 0.53% | - |
| HSV(B) | 309.51º | 0.76% | 0.85% | - |
| XYZ | 38.84 | 20.77 | 50.68 | - |
| YUV | 116.77 | 169.33 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 190 | 0 | 0.76 | 0.12 | 0.15 | 309.51 | 0.68 | 0.53 |
| Hex | D8 | 34 | BE | 0 | 4C | C | F | 136 | 44 | 35 |
| Octal | 330 | 64 | 276 | 0 | 114 | 14 | 17 | 466 | 104 | 65 |
| Binary | 11011000 | 110100 | 10111110 | 0 | 1001100 | 1100 | 1111 | 100110110 | 1000100 | 110101 |
Color Harmonies of #D834BE
Complementary color
Monochromatic Colors of #D834BE
Black with #D834BE
Text Example
Text Example
White with #D834BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D834BE; }
p { color: rgb(216,52,190); }
H1.HeaderClassName
{
color: #D834BE;
}
.AnyTagClassName
{
color: #D834BE;
}
</style>
background-color css
<style>
a { background-color: #D834BE; }
a { background-color: rgb(216,52,190); }
div.DivClassName
{
background-color: #D834BE;
}
.BgClassName
{
background-color: #D834BE;
}
</style>
border-color css
<style>
span { border-color: #D834BE; }
span { border-color: rgb(216,52,190); }
td.TdClassName
{
border-color: #D834BE;
}
.TagClassName
{
border-color: #D834BE;
}
</style>