Shades of Fuchsia #D759AF
Tints of Fuchsia #D759AF
RGB
CMYK
RGB Variations
Color information
#D759AF (or 0xD759AF) is known color: Fuchsia. HEX triplet: D7, 59 and AF. RGB value is (215,89,175). Sum of RGB (Red+Green+Blue) = 215+89+175=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D759AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D759AF is #28A650. Grayscale: #888888. Windows color (decimal): -2664017 or 11491799. OLE color: 11491799.
HSL color Cylindrical-coordinate representation of color #D759AF: hue angle of 319.05º 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 #D759AF is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 175 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.16 |
| HSL | 319.05º | 0.61% | 0.6% | - |
| HSV(B) | 319.05º | 0.59% | 0.84% | - |
| XYZ | 39.33 | 24.69 | 43.25 | - |
| YUV | 136.48 | 149.74 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 175 | 0 | 0.59 | 0.19 | 0.16 | 319.05 | 0.61 | 0.6 |
| Hex | D7 | 59 | AF | 0 | 3B | 13 | 10 | 13F | 3D | 3C |
| Octal | 327 | 131 | 257 | 0 | 73 | 23 | 20 | 477 | 75 | 74 |
| Binary | 11010111 | 1011001 | 10101111 | 0 | 111011 | 10011 | 10000 | 100111111 | 111101 | 111100 |
Color Harmonies of #D759AF
Complementary color
Monochromatic Colors of #D759AF
Black with #D759AF
Text Example
Text Example
White with #D759AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D759AF; }
p { color: rgb(215,89,175); }
H1.HeaderClassName
{
color: #D759AF;
}
.AnyTagClassName
{
color: #D759AF;
}
</style>
background-color css
<style>
a { background-color: #D759AF; }
a { background-color: rgb(215,89,175); }
div.DivClassName
{
background-color: #D759AF;
}
.BgClassName
{
background-color: #D759AF;
}
</style>
border-color css
<style>
span { border-color: #D759AF; }
span { border-color: rgb(215,89,175); }
td.TdClassName
{
border-color: #D759AF;
}
.TagClassName
{
border-color: #D759AF;
}
</style>