Shades of Fuchsia #D755AF
Tints of Fuchsia #D755AF
RGB
CMYK
RGB Variations
Color information
#D755AF (or 0xD755AF) is known color: Fuchsia. HEX triplet: D7, 55 and AF. RGB value is (215,85,175). Sum of RGB (Red+Green+Blue) = 215+85+175=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D755AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D755AF is #28AA50. Grayscale: #858585. Windows color (decimal): -2665041 or 11490775. OLE color: 11490775.
HSL color Cylindrical-coordinate representation of color #D755AF: hue angle of 318.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D755AF is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 175 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.16 |
| HSL | 318.46º | 0.62% | 0.59% | - |
| HSV(B) | 318.46º | 0.6% | 0.84% | - |
| XYZ | 39.01 | 24.04 | 43.14 | - |
| YUV | 134.13 | 151.07 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 175 | 0 | 0.60 | 0.19 | 0.16 | 318.46 | 0.62 | 0.59 |
| Hex | D7 | 55 | AF | 0 | 3C | 13 | 10 | 13E | 3E | 3B |
| Octal | 327 | 125 | 257 | 0 | 74 | 23 | 20 | 476 | 76 | 73 |
| Binary | 11010111 | 1010101 | 10101111 | 0 | 111100 | 10011 | 10000 | 100111110 | 111110 | 111011 |
Color Harmonies of #D755AF
Complementary color
Monochromatic Colors of #D755AF
Black with #D755AF
Text Example
Text Example
White with #D755AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D755AF; }
p { color: rgb(215,85,175); }
H1.HeaderClassName
{
color: #D755AF;
}
.AnyTagClassName
{
color: #D755AF;
}
</style>
background-color css
<style>
a { background-color: #D755AF; }
a { background-color: rgb(215,85,175); }
div.DivClassName
{
background-color: #D755AF;
}
.BgClassName
{
background-color: #D755AF;
}
</style>
border-color css
<style>
span { border-color: #D755AF; }
span { border-color: rgb(215,85,175); }
td.TdClassName
{
border-color: #D755AF;
}
.TagClassName
{
border-color: #D755AF;
}
</style>