Shades of Fuchsia #D84BBA
Tints of Fuchsia #D84BBA
RGB
CMYK
RGB Variations
Color information
#D84BBA (or 0xD84BBA) is known color: Fuchsia. HEX triplet: D8, 4B and BA. RGB value is (216,75,186). Sum of RGB (Red+Green+Blue) = 216+75+186=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D84BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84BBA is #27B445. Grayscale: #818181. Windows color (decimal): -2602054 or 12209112. OLE color: 12209112.
HSL color Cylindrical-coordinate representation of color #D84BBA: hue angle of 312.77º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84BBA is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 186 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.15 |
| HSL | 312.77º | 0.64% | 0.57% | - |
| HSV(B) | 312.77º | 0.65% | 0.85% | - |
| XYZ | 39.7 | 23.18 | 48.84 | - |
| YUV | 129.81 | 159.71 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 186 | 0 | 0.65 | 0.14 | 0.15 | 312.77 | 0.64 | 0.57 |
| Hex | D8 | 4B | BA | 0 | 41 | E | F | 139 | 40 | 39 |
| Octal | 330 | 113 | 272 | 0 | 101 | 16 | 17 | 471 | 100 | 71 |
| Binary | 11011000 | 1001011 | 10111010 | 0 | 1000001 | 1110 | 1111 | 100111001 | 1000000 | 111001 |
Color Harmonies of #D84BBA
Complementary color
Monochromatic Colors of #D84BBA
Black with #D84BBA
Text Example
Text Example
White with #D84BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84BBA; }
p { color: rgb(216,75,186); }
H1.HeaderClassName
{
color: #D84BBA;
}
.AnyTagClassName
{
color: #D84BBA;
}
</style>
background-color css
<style>
a { background-color: #D84BBA; }
a { background-color: rgb(216,75,186); }
div.DivClassName
{
background-color: #D84BBA;
}
.BgClassName
{
background-color: #D84BBA;
}
</style>
border-color css
<style>
span { border-color: #D84BBA; }
span { border-color: rgb(216,75,186); }
td.TdClassName
{
border-color: #D84BBA;
}
.TagClassName
{
border-color: #D84BBA;
}
</style>