Shades of Fuchsia #D756AF
Tints of Fuchsia #D756AF
RGB
CMYK
RGB Variations
Color information
#D756AF (or 0xD756AF) is known color: Fuchsia. HEX triplet: D7, 56 and AF. RGB value is (215,86,175). Sum of RGB (Red+Green+Blue) = 215+86+175=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D756AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D756AF is #28A950. Grayscale: #868686. Windows color (decimal): -2664785 or 11491031. OLE color: 11491031.
HSL color Cylindrical-coordinate representation of color #D756AF: hue angle of 318.6º 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 #D756AF is Cyan = 0, Magento = 0.6, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 175 | - |
| CMYK | 0 | 0.6 | 0.19 | 0.16 |
| HSL | 318.6º | 0.62% | 0.59% | - |
| HSV(B) | 318.6º | 0.6% | 0.84% | - |
| XYZ | 39.09 | 24.2 | 43.17 | - |
| YUV | 134.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 175 | 0 | 0.6 | 0.19 | 0.16 | 318.6 | 0.62 | 0.59 |
| Hex | D7 | 56 | AF | 0 | 3C | 13 | 10 | 13F | 3E | 3B |
| Octal | 327 | 126 | 257 | 0 | 74 | 23 | 20 | 477 | 76 | 73 |
| Binary | 11010111 | 1010110 | 10101111 | 0 | 111100 | 10011 | 10000 | 100111111 | 111110 | 111011 |
Color Harmonies of #D756AF
Complementary color
Monochromatic Colors of #D756AF
Black with #D756AF
Text Example
Text Example
White with #D756AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D756AF; }
p { color: rgb(215,86,175); }
H1.HeaderClassName
{
color: #D756AF;
}
.AnyTagClassName
{
color: #D756AF;
}
</style>
background-color css
<style>
a { background-color: #D756AF; }
a { background-color: rgb(215,86,175); }
div.DivClassName
{
background-color: #D756AF;
}
.BgClassName
{
background-color: #D756AF;
}
</style>
border-color css
<style>
span { border-color: #D756AF; }
span { border-color: rgb(215,86,175); }
td.TdClassName
{
border-color: #D756AF;
}
.TagClassName
{
border-color: #D756AF;
}
</style>