Shades of Fuchsia #D761BA
Tints of Fuchsia #D761BA
RGB
CMYK
RGB Variations
Color information
#D761BA (or 0xD761BA) is known color: Fuchsia. HEX triplet: D7, 61 and BA. RGB value is (215,97,186). Sum of RGB (Red+Green+Blue) = 215+97+186=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D761BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D761BA is #289E45. Grayscale: #8E8E8E. Windows color (decimal): -2661958 or 12214743. OLE color: 12214743.
HSL color Cylindrical-coordinate representation of color #D761BA: hue angle of 314.75º 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 #D761BA is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 186 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.16 |
| HSL | 314.75º | 0.6% | 0.61% | - |
| HSV(B) | 314.75º | 0.55% | 0.84% | - |
| XYZ | 41.16 | 26.54 | 49.41 | - |
| YUV | 142.43 | 152.59 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 186 | 0 | 0.55 | 0.13 | 0.16 | 314.75 | 0.6 | 0.61 |
| Hex | D7 | 61 | BA | 0 | 37 | D | 10 | 13B | 3C | 3D |
| Octal | 327 | 141 | 272 | 0 | 67 | 15 | 20 | 473 | 74 | 75 |
| Binary | 11010111 | 1100001 | 10111010 | 0 | 110111 | 1101 | 10000 | 100111011 | 111100 | 111101 |
Color Harmonies of #D761BA
Complementary color
Monochromatic Colors of #D761BA
Black with #D761BA
Text Example
Text Example
White with #D761BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D761BA; }
p { color: rgb(215,97,186); }
H1.HeaderClassName
{
color: #D761BA;
}
.AnyTagClassName
{
color: #D761BA;
}
</style>
background-color css
<style>
a { background-color: #D761BA; }
a { background-color: rgb(215,97,186); }
div.DivClassName
{
background-color: #D761BA;
}
.BgClassName
{
background-color: #D761BA;
}
</style>
border-color css
<style>
span { border-color: #D761BA; }
span { border-color: rgb(215,97,186); }
td.TdClassName
{
border-color: #D761BA;
}
.TagClassName
{
border-color: #D761BA;
}
</style>