Shades of Fuchsia #D84BBF
Tints of Fuchsia #D84BBF
RGB
CMYK
RGB Variations
Color information
#D84BBF (or 0xD84BBF) is known color: Fuchsia. HEX triplet: D8, 4B and BF. RGB value is (216,75,191). Sum of RGB (Red+Green+Blue) = 216+75+191=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D84BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84BBF is #27B440. Grayscale: #828282. Windows color (decimal): -2602049 or 12536792. OLE color: 12536792.
HSL color Cylindrical-coordinate representation of color #D84BBF: hue angle of 310.64º 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 #D84BBF is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 191 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.15 |
| HSL | 310.64º | 0.64% | 0.57% | - |
| HSV(B) | 310.64º | 0.65% | 0.85% | - |
| XYZ | 40.24 | 23.39 | 51.68 | - |
| YUV | 130.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 191 | 0 | 0.65 | 0.12 | 0.15 | 310.64 | 0.64 | 0.57 |
| Hex | D8 | 4B | BF | 0 | 41 | C | F | 137 | 40 | 39 |
| Octal | 330 | 113 | 277 | 0 | 101 | 14 | 17 | 467 | 100 | 71 |
| Binary | 11011000 | 1001011 | 10111111 | 0 | 1000001 | 1100 | 1111 | 100110111 | 1000000 | 111001 |
Color Harmonies of #D84BBF
Complementary color
Monochromatic Colors of #D84BBF
Black with #D84BBF
Text Example
Text Example
White with #D84BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84BBF; }
p { color: rgb(216,75,191); }
H1.HeaderClassName
{
color: #D84BBF;
}
.AnyTagClassName
{
color: #D84BBF;
}
</style>
background-color css
<style>
a { background-color: #D84BBF; }
a { background-color: rgb(216,75,191); }
div.DivClassName
{
background-color: #D84BBF;
}
.BgClassName
{
background-color: #D84BBF;
}
</style>
border-color css
<style>
span { border-color: #D84BBF; }
span { border-color: rgb(216,75,191); }
td.TdClassName
{
border-color: #D84BBF;
}
.TagClassName
{
border-color: #D84BBF;
}
</style>