Shades of Fuchsia #D760BD
Tints of Fuchsia #D760BD
RGB
CMYK
RGB Variations
Color information
#D760BD (or 0xD760BD) is known color: Fuchsia. HEX triplet: D7, 60 and BD. RGB value is (215,96,189). Sum of RGB (Red+Green+Blue) = 215+96+189=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D760BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D760BD is #289F42. Grayscale: #8D8D8D. Windows color (decimal): -2662211 or 12411095. OLE color: 12411095.
HSL color Cylindrical-coordinate representation of color #D760BD: hue angle of 313.11º 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 #D760BD is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 189 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.16 |
| HSL | 313.11º | 0.6% | 0.61% | - |
| HSV(B) | 313.11º | 0.55% | 0.84% | - |
| XYZ | 41.39 | 26.49 | 51.07 | - |
| YUV | 142.18 | 154.42 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 189 | 0 | 0.55 | 0.12 | 0.16 | 313.11 | 0.6 | 0.61 |
| Hex | D7 | 60 | BD | 0 | 37 | C | 10 | 139 | 3C | 3D |
| Octal | 327 | 140 | 275 | 0 | 67 | 14 | 20 | 471 | 74 | 75 |
| Binary | 11010111 | 1100000 | 10111101 | 0 | 110111 | 1100 | 10000 | 100111001 | 111100 | 111101 |
Color Harmonies of #D760BD
Complementary color
Monochromatic Colors of #D760BD
Black with #D760BD
Text Example
Text Example
White with #D760BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D760BD; }
p { color: rgb(215,96,189); }
H1.HeaderClassName
{
color: #D760BD;
}
.AnyTagClassName
{
color: #D760BD;
}
</style>
background-color css
<style>
a { background-color: #D760BD; }
a { background-color: rgb(215,96,189); }
div.DivClassName
{
background-color: #D760BD;
}
.BgClassName
{
background-color: #D760BD;
}
</style>
border-color css
<style>
span { border-color: #D760BD; }
span { border-color: rgb(215,96,189); }
td.TdClassName
{
border-color: #D760BD;
}
.TagClassName
{
border-color: #D760BD;
}
</style>