Shades of Fuchsia #D759BE
Tints of Fuchsia #D759BE
RGB
CMYK
RGB Variations
Color information
#D759BE (or 0xD759BE) is known color: Fuchsia. HEX triplet: D7, 59 and BE. RGB value is (215,89,190). Sum of RGB (Red+Green+Blue) = 215+89+190=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D759BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D759BE is #28A641. Grayscale: #898989. Windows color (decimal): -2664002 or 12474839. OLE color: 12474839.
HSL color Cylindrical-coordinate representation of color #D759BE: hue angle of 311.9º 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 #D759BE is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 190 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.16 |
| HSL | 311.9º | 0.61% | 0.6% | - |
| HSV(B) | 311.9º | 0.59% | 0.84% | - |
| XYZ | 40.89 | 25.31 | 51.45 | - |
| YUV | 138.19 | 157.24 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 190 | 0 | 0.59 | 0.12 | 0.16 | 311.9 | 0.61 | 0.6 |
| Hex | D7 | 59 | BE | 0 | 3B | C | 10 | 138 | 3D | 3C |
| Octal | 327 | 131 | 276 | 0 | 73 | 14 | 20 | 470 | 75 | 74 |
| Binary | 11010111 | 1011001 | 10111110 | 0 | 111011 | 1100 | 10000 | 100111000 | 111101 | 111100 |
Color Harmonies of #D759BE
Complementary color
Monochromatic Colors of #D759BE
Black with #D759BE
Text Example
Text Example
White with #D759BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D759BE; }
p { color: rgb(215,89,190); }
H1.HeaderClassName
{
color: #D759BE;
}
.AnyTagClassName
{
color: #D759BE;
}
</style>
background-color css
<style>
a { background-color: #D759BE; }
a { background-color: rgb(215,89,190); }
div.DivClassName
{
background-color: #D759BE;
}
.BgClassName
{
background-color: #D759BE;
}
</style>
border-color css
<style>
span { border-color: #D759BE; }
span { border-color: rgb(215,89,190); }
td.TdClassName
{
border-color: #D759BE;
}
.TagClassName
{
border-color: #D759BE;
}
</style>