Shades of Fuchsia #D84BBC
Tints of Fuchsia #D84BBC
RGB
CMYK
RGB Variations
Color information
#D84BBC (or 0xD84BBC) is known color: Fuchsia. HEX triplet: D8, 4B and BC. RGB value is (216,75,188). Sum of RGB (Red+Green+Blue) = 216+75+188=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D84BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84BBC is #27B443. Grayscale: #818181. Windows color (decimal): -2602052 or 12340184. OLE color: 12340184.
HSL color Cylindrical-coordinate representation of color #D84BBC: hue angle of 311.91º 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 #D84BBC is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 188 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.15 |
| HSL | 311.91º | 0.64% | 0.57% | - |
| HSV(B) | 311.91º | 0.65% | 0.85% | - |
| XYZ | 39.91 | 23.26 | 49.96 | - |
| YUV | 130.04 | 160.71 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 188 | 0 | 0.65 | 0.13 | 0.15 | 311.91 | 0.64 | 0.57 |
| Hex | D8 | 4B | BC | 0 | 41 | D | F | 138 | 40 | 39 |
| Octal | 330 | 113 | 274 | 0 | 101 | 15 | 17 | 470 | 100 | 71 |
| Binary | 11011000 | 1001011 | 10111100 | 0 | 1000001 | 1101 | 1111 | 100111000 | 1000000 | 111001 |
Color Harmonies of #D84BBC
Complementary color
Monochromatic Colors of #D84BBC
Black with #D84BBC
Text Example
Text Example
White with #D84BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84BBC; }
p { color: rgb(216,75,188); }
H1.HeaderClassName
{
color: #D84BBC;
}
.AnyTagClassName
{
color: #D84BBC;
}
</style>
background-color css
<style>
a { background-color: #D84BBC; }
a { background-color: rgb(216,75,188); }
div.DivClassName
{
background-color: #D84BBC;
}
.BgClassName
{
background-color: #D84BBC;
}
</style>
border-color css
<style>
span { border-color: #D84BBC; }
span { border-color: rgb(216,75,188); }
td.TdClassName
{
border-color: #D84BBC;
}
.TagClassName
{
border-color: #D84BBC;
}
</style>