Shades of Fuchsia #D840B8
Tints of Fuchsia #D840B8
RGB
CMYK
RGB Variations
Color information
#D840B8 (or 0xD840B8) is known color: Fuchsia. HEX triplet: D8, 40 and B8. RGB value is (216,64,184). Sum of RGB (Red+Green+Blue) = 216+64+184=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D840B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D840B8 is #27BF47. Grayscale: #7A7A7A. Windows color (decimal): -2604872 or 12075224. OLE color: 12075224.
HSL color Cylindrical-coordinate representation of color #D840B8: hue angle of 312.63º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D840B8 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 184 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.15 |
| HSL | 312.63º | 0.66% | 0.55% | - |
| HSV(B) | 312.63º | 0.7% | 0.85% | - |
| XYZ | 38.8 | 21.73 | 47.5 | - |
| YUV | 123.13 | 162.36 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 184 | 0 | 0.70 | 0.15 | 0.15 | 312.63 | 0.66 | 0.55 |
| Hex | D8 | 40 | B8 | 0 | 46 | F | F | 139 | 42 | 37 |
| Octal | 330 | 100 | 270 | 0 | 106 | 17 | 17 | 471 | 102 | 67 |
| Binary | 11011000 | 1000000 | 10111000 | 0 | 1000110 | 1111 | 1111 | 100111001 | 1000010 | 110111 |
Color Harmonies of #D840B8
Complementary color
Monochromatic Colors of #D840B8
Black with #D840B8
Text Example
Text Example
White with #D840B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D840B8; }
p { color: rgb(216,64,184); }
H1.HeaderClassName
{
color: #D840B8;
}
.AnyTagClassName
{
color: #D840B8;
}
</style>
background-color css
<style>
a { background-color: #D840B8; }
a { background-color: rgb(216,64,184); }
div.DivClassName
{
background-color: #D840B8;
}
.BgClassName
{
background-color: #D840B8;
}
</style>
border-color css
<style>
span { border-color: #D840B8; }
span { border-color: rgb(216,64,184); }
td.TdClassName
{
border-color: #D840B8;
}
.TagClassName
{
border-color: #D840B8;
}
</style>