Shades of Fuchsia #D763BC
Tints of Fuchsia #D763BC
RGB
CMYK
RGB Variations
Color information
#D763BC (or 0xD763BC) is known color: Fuchsia. HEX triplet: D7, 63 and BC. RGB value is (215,99,188). Sum of RGB (Red+Green+Blue) = 215+99+188=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D763BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763BC is #289C43. Grayscale: #8F8F8F. Windows color (decimal): -2661444 or 12346327. OLE color: 12346327.
HSL color Cylindrical-coordinate representation of color #D763BC: hue angle of 313.97º 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 #D763BC is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 188 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.16 |
| HSL | 313.97º | 0.59% | 0.62% | - |
| HSV(B) | 313.97º | 0.54% | 0.84% | - |
| XYZ | 41.56 | 27 | 50.6 | - |
| YUV | 143.83 | 152.93 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 188 | 0 | 0.54 | 0.13 | 0.16 | 313.97 | 0.59 | 0.62 |
| Hex | D7 | 63 | BC | 0 | 36 | D | 10 | 13A | 3B | 3E |
| Octal | 327 | 143 | 274 | 0 | 66 | 15 | 20 | 472 | 73 | 76 |
| Binary | 11010111 | 1100011 | 10111100 | 0 | 110110 | 1101 | 10000 | 100111010 | 111011 | 111110 |
Color Harmonies of #D763BC
Complementary color
Monochromatic Colors of #D763BC
Black with #D763BC
Text Example
Text Example
White with #D763BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D763BC; }
p { color: rgb(215,99,188); }
H1.HeaderClassName
{
color: #D763BC;
}
.AnyTagClassName
{
color: #D763BC;
}
</style>
background-color css
<style>
a { background-color: #D763BC; }
a { background-color: rgb(215,99,188); }
div.DivClassName
{
background-color: #D763BC;
}
.BgClassName
{
background-color: #D763BC;
}
</style>
border-color css
<style>
span { border-color: #D763BC; }
span { border-color: rgb(215,99,188); }
td.TdClassName
{
border-color: #D763BC;
}
.TagClassName
{
border-color: #D763BC;
}
</style>