Shades of Fuchsia #D74AAF
Tints of Fuchsia #D74AAF
RGB
CMYK
RGB Variations
Color information
#D74AAF (or 0xD74AAF) is known color: Fuchsia. HEX triplet: D7, 4A and AF. RGB value is (215,74,175). Sum of RGB (Red+Green+Blue) = 215+74+175=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74AAF is #28B550. Grayscale: #7F7F7F. Windows color (decimal): -2667857 or 11487959. OLE color: 11487959.
HSL color Cylindrical-coordinate representation of color #D74AAF: hue angle of 317.02º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74AAF is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 175 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.16 |
| HSL | 317.02º | 0.64% | 0.57% | - |
| HSV(B) | 317.02º | 0.66% | 0.84% | - |
| XYZ | 38.21 | 22.44 | 42.87 | - |
| YUV | 127.67 | 154.71 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 175 | 0 | 0.66 | 0.19 | 0.16 | 317.02 | 0.64 | 0.57 |
| Hex | D7 | 4A | AF | 0 | 42 | 13 | 10 | 13D | 40 | 39 |
| Octal | 327 | 112 | 257 | 0 | 102 | 23 | 20 | 475 | 100 | 71 |
| Binary | 11010111 | 1001010 | 10101111 | 0 | 1000010 | 10011 | 10000 | 100111101 | 1000000 | 111001 |
Color Harmonies of #D74AAF
Complementary color
Monochromatic Colors of #D74AAF
Black with #D74AAF
Text Example
Text Example
White with #D74AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74AAF; }
p { color: rgb(215,74,175); }
H1.HeaderClassName
{
color: #D74AAF;
}
.AnyTagClassName
{
color: #D74AAF;
}
</style>
background-color css
<style>
a { background-color: #D74AAF; }
a { background-color: rgb(215,74,175); }
div.DivClassName
{
background-color: #D74AAF;
}
.BgClassName
{
background-color: #D74AAF;
}
</style>
border-color css
<style>
span { border-color: #D74AAF; }
span { border-color: rgb(215,74,175); }
td.TdClassName
{
border-color: #D74AAF;
}
.TagClassName
{
border-color: #D74AAF;
}
</style>