Shades of Fuchsia #D834BD
Tints of Fuchsia #D834BD
RGB
CMYK
RGB Variations
Color information
#D834BD (or 0xD834BD) is known color: Fuchsia. HEX triplet: D8, 34 and BD. RGB value is (216,52,189). Sum of RGB (Red+Green+Blue) = 216+52+189=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D834BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D834BD is #27CB42. Grayscale: #747474. Windows color (decimal): -2607939 or 12399832. OLE color: 12399832.
HSL color Cylindrical-coordinate representation of color #D834BD: hue angle of 309.88º 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 #D834BD is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 189 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.15 |
| HSL | 309.88º | 0.68% | 0.53% | - |
| HSV(B) | 309.88º | 0.76% | 0.85% | - |
| XYZ | 38.73 | 20.73 | 50.1 | - |
| YUV | 116.65 | 168.83 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 189 | 0 | 0.76 | 0.12 | 0.15 | 309.88 | 0.68 | 0.53 |
| Hex | D8 | 34 | BD | 0 | 4C | C | F | 136 | 44 | 35 |
| Octal | 330 | 64 | 275 | 0 | 114 | 14 | 17 | 466 | 104 | 65 |
| Binary | 11011000 | 110100 | 10111101 | 0 | 1001100 | 1100 | 1111 | 100110110 | 1000100 | 110101 |
Color Harmonies of #D834BD
Complementary color
Monochromatic Colors of #D834BD
Black with #D834BD
Text Example
Text Example
White with #D834BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D834BD; }
p { color: rgb(216,52,189); }
H1.HeaderClassName
{
color: #D834BD;
}
.AnyTagClassName
{
color: #D834BD;
}
</style>
background-color css
<style>
a { background-color: #D834BD; }
a { background-color: rgb(216,52,189); }
div.DivClassName
{
background-color: #D834BD;
}
.BgClassName
{
background-color: #D834BD;
}
</style>
border-color css
<style>
span { border-color: #D834BD; }
span { border-color: rgb(216,52,189); }
td.TdClassName
{
border-color: #D834BD;
}
.TagClassName
{
border-color: #D834BD;
}
</style>