Shades of Fuchsia #D759BF
Tints of Fuchsia #D759BF
RGB
CMYK
RGB Variations
Color information
#D759BF (or 0xD759BF) is known color: Fuchsia. HEX triplet: D7, 59 and BF. RGB value is (215,89,191). Sum of RGB (Red+Green+Blue) = 215+89+191=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D759BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D759BF is #28A640. Grayscale: #8A8A8A. Windows color (decimal): -2664001 or 12540375. OLE color: 12540375.
HSL color Cylindrical-coordinate representation of color #D759BF: hue angle of 311.43º 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 #D759BF is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 191 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.16 |
| HSL | 311.43º | 0.61% | 0.6% | - |
| HSV(B) | 311.43º | 0.59% | 0.84% | - |
| XYZ | 41 | 25.35 | 52.02 | - |
| YUV | 138.3 | 157.74 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 191 | 0 | 0.59 | 0.11 | 0.16 | 311.43 | 0.61 | 0.6 |
| Hex | D7 | 59 | BF | 0 | 3B | B | 10 | 137 | 3D | 3C |
| Octal | 327 | 131 | 277 | 0 | 73 | 13 | 20 | 467 | 75 | 74 |
| Binary | 11010111 | 1011001 | 10111111 | 0 | 111011 | 1011 | 10000 | 100110111 | 111101 | 111100 |
Color Harmonies of #D759BF
Complementary color
Monochromatic Colors of #D759BF
Black with #D759BF
Text Example
Text Example
White with #D759BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D759BF; }
p { color: rgb(215,89,191); }
H1.HeaderClassName
{
color: #D759BF;
}
.AnyTagClassName
{
color: #D759BF;
}
</style>
background-color css
<style>
a { background-color: #D759BF; }
a { background-color: rgb(215,89,191); }
div.DivClassName
{
background-color: #D759BF;
}
.BgClassName
{
background-color: #D759BF;
}
</style>
border-color css
<style>
span { border-color: #D759BF; }
span { border-color: rgb(215,89,191); }
td.TdClassName
{
border-color: #D759BF;
}
.TagClassName
{
border-color: #D759BF;
}
</style>