Shades of Fuchsia #D760B9
Tints of Fuchsia #D760B9
RGB
CMYK
RGB Variations
Color information
#D760B9 (or 0xD760B9) is known color: Fuchsia. HEX triplet: D7, 60 and B9. RGB value is (215,96,185). Sum of RGB (Red+Green+Blue) = 215+96+185=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D760B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D760B9 is #289F46. Grayscale: #8D8D8D. Windows color (decimal): -2662215 or 12148951. OLE color: 12148951.
HSL color Cylindrical-coordinate representation of color #D760B9: hue angle of 315.13º 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 #D760B9 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 185 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.16 |
| HSL | 315.13º | 0.6% | 0.61% | - |
| HSV(B) | 315.13º | 0.55% | 0.84% | - |
| XYZ | 40.96 | 26.32 | 48.82 | - |
| YUV | 141.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 185 | 0 | 0.55 | 0.14 | 0.16 | 315.13 | 0.6 | 0.61 |
| Hex | D7 | 60 | B9 | 0 | 37 | E | 10 | 13B | 3C | 3D |
| Octal | 327 | 140 | 271 | 0 | 67 | 16 | 20 | 473 | 74 | 75 |
| Binary | 11010111 | 1100000 | 10111001 | 0 | 110111 | 1110 | 10000 | 100111011 | 111100 | 111101 |
Color Harmonies of #D760B9
Complementary color
Monochromatic Colors of #D760B9
Black with #D760B9
Text Example
Text Example
White with #D760B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D760B9; }
p { color: rgb(215,96,185); }
H1.HeaderClassName
{
color: #D760B9;
}
.AnyTagClassName
{
color: #D760B9;
}
</style>
background-color css
<style>
a { background-color: #D760B9; }
a { background-color: rgb(215,96,185); }
div.DivClassName
{
background-color: #D760B9;
}
.BgClassName
{
background-color: #D760B9;
}
</style>
border-color css
<style>
span { border-color: #D760B9; }
span { border-color: rgb(215,96,185); }
td.TdClassName
{
border-color: #D760B9;
}
.TagClassName
{
border-color: #D760B9;
}
</style>