Shades of Fuchsia #D759BA
Tints of Fuchsia #D759BA
RGB
CMYK
RGB Variations
Color information
#D759BA (or 0xD759BA) is known color: Fuchsia. HEX triplet: D7, 59 and BA. RGB value is (215,89,186). Sum of RGB (Red+Green+Blue) = 215+89+186=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D759BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D759BA is #28A645. Grayscale: #898989. Windows color (decimal): -2664006 or 12212695. OLE color: 12212695.
HSL color Cylindrical-coordinate representation of color #D759BA: hue angle of 313.81º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D759BA is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 186 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.16 |
| HSL | 313.81º | 0.61% | 0.6% | - |
| HSV(B) | 313.81º | 0.59% | 0.84% | - |
| XYZ | 40.46 | 25.14 | 49.17 | - |
| YUV | 137.73 | 155.24 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 186 | 0 | 0.59 | 0.13 | 0.16 | 313.81 | 0.61 | 0.6 |
| Hex | D7 | 59 | BA | 0 | 3B | D | 10 | 13A | 3D | 3C |
| Octal | 327 | 131 | 272 | 0 | 73 | 15 | 20 | 472 | 75 | 74 |
| Binary | 11010111 | 1011001 | 10111010 | 0 | 111011 | 1101 | 10000 | 100111010 | 111101 | 111100 |
Color Harmonies of #D759BA
Complementary color
Monochromatic Colors of #D759BA
Black with #D759BA
Text Example
Text Example
White with #D759BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D759BA; }
p { color: rgb(215,89,186); }
H1.HeaderClassName
{
color: #D759BA;
}
.AnyTagClassName
{
color: #D759BA;
}
</style>
background-color css
<style>
a { background-color: #D759BA; }
a { background-color: rgb(215,89,186); }
div.DivClassName
{
background-color: #D759BA;
}
.BgClassName
{
background-color: #D759BA;
}
</style>
border-color css
<style>
span { border-color: #D759BA; }
span { border-color: rgb(215,89,186); }
td.TdClassName
{
border-color: #D759BA;
}
.TagClassName
{
border-color: #D759BA;
}
</style>