Shades of Fuchsia #D760BA
Tints of Fuchsia #D760BA
RGB
CMYK
RGB Variations
Color information
#D760BA (or 0xD760BA) is known color: Fuchsia. HEX triplet: D7, 60 and BA. RGB value is (215,96,186). Sum of RGB (Red+Green+Blue) = 215+96+186=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D760BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D760BA is #289F45. Grayscale: #8D8D8D. Windows color (decimal): -2662214 or 12214487. OLE color: 12214487.
HSL color Cylindrical-coordinate representation of color #D760BA: hue angle of 314.62º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D760BA is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 186 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.16 |
| HSL | 314.62º | 0.6% | 0.61% | - |
| HSV(B) | 314.62º | 0.55% | 0.84% | - |
| XYZ | 41.07 | 26.36 | 49.38 | - |
| YUV | 141.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 186 | 0 | 0.55 | 0.13 | 0.16 | 314.62 | 0.6 | 0.61 |
| Hex | D7 | 60 | BA | 0 | 37 | D | 10 | 13B | 3C | 3D |
| Octal | 327 | 140 | 272 | 0 | 67 | 15 | 20 | 473 | 74 | 75 |
| Binary | 11010111 | 1100000 | 10111010 | 0 | 110111 | 1101 | 10000 | 100111011 | 111100 | 111101 |
Color Harmonies of #D760BA
Complementary color
Monochromatic Colors of #D760BA
Black with #D760BA
Text Example
Text Example
White with #D760BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D760BA; }
p { color: rgb(215,96,186); }
H1.HeaderClassName
{
color: #D760BA;
}
.AnyTagClassName
{
color: #D760BA;
}
</style>
background-color css
<style>
a { background-color: #D760BA; }
a { background-color: rgb(215,96,186); }
div.DivClassName
{
background-color: #D760BA;
}
.BgClassName
{
background-color: #D760BA;
}
</style>
border-color css
<style>
span { border-color: #D760BA; }
span { border-color: rgb(215,96,186); }
td.TdClassName
{
border-color: #D760BA;
}
.TagClassName
{
border-color: #D760BA;
}
</style>