Shades of Fuchsia #D763B9
Tints of Fuchsia #D763B9
RGB
CMYK
RGB Variations
Color information
#D763B9 (or 0xD763B9) is known color: Fuchsia. HEX triplet: D7, 63 and B9. RGB value is (215,99,185). Sum of RGB (Red+Green+Blue) = 215+99+185=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D763B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763B9 is #289C46. Grayscale: #8F8F8F. Windows color (decimal): -2661447 or 12149719. OLE color: 12149719.
HSL color Cylindrical-coordinate representation of color #D763B9: hue angle of 315.52º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D763B9 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 185 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.16 |
| HSL | 315.52º | 0.59% | 0.62% | - |
| HSV(B) | 315.52º | 0.54% | 0.84% | - |
| XYZ | 41.24 | 26.87 | 48.91 | - |
| YUV | 143.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 185 | 0 | 0.54 | 0.14 | 0.16 | 315.52 | 0.59 | 0.62 |
| Hex | D7 | 63 | B9 | 0 | 36 | E | 10 | 13C | 3B | 3E |
| Octal | 327 | 143 | 271 | 0 | 66 | 16 | 20 | 474 | 73 | 76 |
| Binary | 11010111 | 1100011 | 10111001 | 0 | 110110 | 1110 | 10000 | 100111100 | 111011 | 111110 |
Color Harmonies of #D763B9
Complementary color
Monochromatic Colors of #D763B9
Black with #D763B9
Text Example
Text Example
White with #D763B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D763B9; }
p { color: rgb(215,99,185); }
H1.HeaderClassName
{
color: #D763B9;
}
.AnyTagClassName
{
color: #D763B9;
}
</style>
background-color css
<style>
a { background-color: #D763B9; }
a { background-color: rgb(215,99,185); }
div.DivClassName
{
background-color: #D763B9;
}
.BgClassName
{
background-color: #D763B9;
}
</style>
border-color css
<style>
span { border-color: #D763B9; }
span { border-color: rgb(215,99,185); }
td.TdClassName
{
border-color: #D763B9;
}
.TagClassName
{
border-color: #D763B9;
}
</style>