Shades of Fuchsia #D759B7
Tints of Fuchsia #D759B7
RGB
CMYK
RGB Variations
Color information
#D759B7 (or 0xD759B7) is known color: Fuchsia. HEX triplet: D7, 59 and B7. RGB value is (215,89,183). Sum of RGB (Red+Green+Blue) = 215+89+183=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D759B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D759B7 is #28A648. Grayscale: #898989. Windows color (decimal): -2664009 or 12016087. OLE color: 12016087.
HSL color Cylindrical-coordinate representation of color #D759B7: hue angle of 315.24º 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 #D759B7 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 183 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.16 |
| HSL | 315.24º | 0.61% | 0.6% | - |
| HSV(B) | 315.24º | 0.59% | 0.84% | - |
| XYZ | 40.14 | 25.01 | 47.51 | - |
| YUV | 137.39 | 153.74 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 183 | 0 | 0.59 | 0.15 | 0.16 | 315.24 | 0.61 | 0.6 |
| Hex | D7 | 59 | B7 | 0 | 3B | F | 10 | 13B | 3D | 3C |
| Octal | 327 | 131 | 267 | 0 | 73 | 17 | 20 | 473 | 75 | 74 |
| Binary | 11010111 | 1011001 | 10110111 | 0 | 111011 | 1111 | 10000 | 100111011 | 111101 | 111100 |
Color Harmonies of #D759B7
Complementary color
Monochromatic Colors of #D759B7
Black with #D759B7
Text Example
Text Example
White with #D759B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D759B7; }
p { color: rgb(215,89,183); }
H1.HeaderClassName
{
color: #D759B7;
}
.AnyTagClassName
{
color: #D759B7;
}
</style>
background-color css
<style>
a { background-color: #D759B7; }
a { background-color: rgb(215,89,183); }
div.DivClassName
{
background-color: #D759B7;
}
.BgClassName
{
background-color: #D759B7;
}
</style>
border-color css
<style>
span { border-color: #D759B7; }
span { border-color: rgb(215,89,183); }
td.TdClassName
{
border-color: #D759B7;
}
.TagClassName
{
border-color: #D759B7;
}
</style>