Shades of Fuchsia #D84DBD
Tints of Fuchsia #D84DBD
RGB
CMYK
RGB Variations
Color information
#D84DBD (or 0xD84DBD) is known color: Fuchsia. HEX triplet: D8, 4D and BD. RGB value is (216,77,189). Sum of RGB (Red+Green+Blue) = 216+77+189=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84DBD is #27B242. Grayscale: #838383. Windows color (decimal): -2601539 or 12406232. OLE color: 12406232.
HSL color Cylindrical-coordinate representation of color #D84DBD: hue angle of 311.65º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84DBD is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 189 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.15 |
| HSL | 311.65º | 0.64% | 0.57% | - |
| HSV(B) | 311.65º | 0.64% | 0.85% | - |
| XYZ | 40.16 | 23.58 | 50.58 | - |
| YUV | 131.33 | 160.55 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 189 | 0 | 0.64 | 0.12 | 0.15 | 311.65 | 0.64 | 0.57 |
| Hex | D8 | 4D | BD | 0 | 40 | C | F | 138 | 40 | 39 |
| Octal | 330 | 115 | 275 | 0 | 100 | 14 | 17 | 470 | 100 | 71 |
| Binary | 11011000 | 1001101 | 10111101 | 0 | 1000000 | 1100 | 1111 | 100111000 | 1000000 | 111001 |
Color Harmonies of #D84DBD
Complementary color
Monochromatic Colors of #D84DBD
Black with #D84DBD
Text Example
Text Example
White with #D84DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84DBD; }
p { color: rgb(216,77,189); }
H1.HeaderClassName
{
color: #D84DBD;
}
.AnyTagClassName
{
color: #D84DBD;
}
</style>
background-color css
<style>
a { background-color: #D84DBD; }
a { background-color: rgb(216,77,189); }
div.DivClassName
{
background-color: #D84DBD;
}
.BgClassName
{
background-color: #D84DBD;
}
</style>
border-color css
<style>
span { border-color: #D84DBD; }
span { border-color: rgb(216,77,189); }
td.TdClassName
{
border-color: #D84DBD;
}
.TagClassName
{
border-color: #D84DBD;
}
</style>