Shades of Fuchsia #D759B5
Tints of Fuchsia #D759B5
RGB
CMYK
RGB Variations
Color information
#D759B5 (or 0xD759B5) is known color: Fuchsia. HEX triplet: D7, 59 and B5. RGB value is (215,89,181). Sum of RGB (Red+Green+Blue) = 215+89+181=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D759B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D759B5 is #28A64A. Grayscale: #888888. Windows color (decimal): -2664011 or 11885015. OLE color: 11885015.
HSL color Cylindrical-coordinate representation of color #D759B5: hue angle of 316.19º 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 #D759B5 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 181 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.16 |
| HSL | 316.19º | 0.61% | 0.6% | - |
| HSV(B) | 316.19º | 0.59% | 0.84% | - |
| XYZ | 39.94 | 24.93 | 46.42 | - |
| YUV | 137.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 181 | 0 | 0.59 | 0.16 | 0.16 | 316.19 | 0.61 | 0.6 |
| Hex | D7 | 59 | B5 | 0 | 3B | 10 | 10 | 13C | 3D | 3C |
| Octal | 327 | 131 | 265 | 0 | 73 | 20 | 20 | 474 | 75 | 74 |
| Binary | 11010111 | 1011001 | 10110101 | 0 | 111011 | 10000 | 10000 | 100111100 | 111101 | 111100 |
Color Harmonies of #D759B5
Complementary color
Monochromatic Colors of #D759B5
Black with #D759B5
Text Example
Text Example
White with #D759B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D759B5; }
p { color: rgb(215,89,181); }
H1.HeaderClassName
{
color: #D759B5;
}
.AnyTagClassName
{
color: #D759B5;
}
</style>
background-color css
<style>
a { background-color: #D759B5; }
a { background-color: rgb(215,89,181); }
div.DivClassName
{
background-color: #D759B5;
}
.BgClassName
{
background-color: #D759B5;
}
</style>
border-color css
<style>
span { border-color: #D759B5; }
span { border-color: rgb(215,89,181); }
td.TdClassName
{
border-color: #D759B5;
}
.TagClassName
{
border-color: #D759B5;
}
</style>