Shades of Fuchsia #D74AB9
Tints of Fuchsia #D74AB9
RGB
CMYK
RGB Variations
Color information
#D74AB9 (or 0xD74AB9) is known color: Fuchsia. HEX triplet: D7, 4A and B9. RGB value is (215,74,185). Sum of RGB (Red+Green+Blue) = 215+74+185=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74AB9 is #28B546. Grayscale: #808080. Windows color (decimal): -2667847 or 12143319. OLE color: 12143319.
HSL color Cylindrical-coordinate representation of color #D74AB9: hue angle of 312.77º 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 #D74AB9 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 185 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.16 |
| HSL | 312.77º | 0.64% | 0.57% | - |
| HSV(B) | 312.77º | 0.66% | 0.84% | - |
| XYZ | 39.23 | 22.85 | 48.24 | - |
| YUV | 128.81 | 159.71 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 185 | 0 | 0.66 | 0.14 | 0.16 | 312.77 | 0.64 | 0.57 |
| Hex | D7 | 4A | B9 | 0 | 42 | E | 10 | 139 | 40 | 39 |
| Octal | 327 | 112 | 271 | 0 | 102 | 16 | 20 | 471 | 100 | 71 |
| Binary | 11010111 | 1001010 | 10111001 | 0 | 1000010 | 1110 | 10000 | 100111001 | 1000000 | 111001 |
Color Harmonies of #D74AB9
Complementary color
Monochromatic Colors of #D74AB9
Black with #D74AB9
Text Example
Text Example
White with #D74AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74AB9; }
p { color: rgb(215,74,185); }
H1.HeaderClassName
{
color: #D74AB9;
}
.AnyTagClassName
{
color: #D74AB9;
}
</style>
background-color css
<style>
a { background-color: #D74AB9; }
a { background-color: rgb(215,74,185); }
div.DivClassName
{
background-color: #D74AB9;
}
.BgClassName
{
background-color: #D74AB9;
}
</style>
border-color css
<style>
span { border-color: #D74AB9; }
span { border-color: rgb(215,74,185); }
td.TdClassName
{
border-color: #D74AB9;
}
.TagClassName
{
border-color: #D74AB9;
}
</style>