Shades of Fuchsia #D74AB1
Tints of Fuchsia #D74AB1
RGB
CMYK
RGB Variations
Color information
#D74AB1 (or 0xD74AB1) is known color: Fuchsia. HEX triplet: D7, 4A and B1. RGB value is (215,74,177). Sum of RGB (Red+Green+Blue) = 215+74+177=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74AB1 is #28B54E. Grayscale: #7F7F7F. Windows color (decimal): -2667855 or 11619031. OLE color: 11619031.
HSL color Cylindrical-coordinate representation of color #D74AB1: hue angle of 316.17º 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 #D74AB1 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 177 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.16 |
| HSL | 316.17º | 0.64% | 0.57% | - |
| HSV(B) | 316.17º | 0.66% | 0.84% | - |
| XYZ | 38.41 | 22.52 | 43.92 | - |
| YUV | 127.9 | 155.71 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 177 | 0 | 0.66 | 0.18 | 0.16 | 316.17 | 0.64 | 0.57 |
| Hex | D7 | 4A | B1 | 0 | 42 | 12 | 10 | 13C | 40 | 39 |
| Octal | 327 | 112 | 261 | 0 | 102 | 22 | 20 | 474 | 100 | 71 |
| Binary | 11010111 | 1001010 | 10110001 | 0 | 1000010 | 10010 | 10000 | 100111100 | 1000000 | 111001 |
Color Harmonies of #D74AB1
Complementary color
Monochromatic Colors of #D74AB1
Black with #D74AB1
Text Example
Text Example
White with #D74AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74AB1; }
p { color: rgb(215,74,177); }
H1.HeaderClassName
{
color: #D74AB1;
}
.AnyTagClassName
{
color: #D74AB1;
}
</style>
background-color css
<style>
a { background-color: #D74AB1; }
a { background-color: rgb(215,74,177); }
div.DivClassName
{
background-color: #D74AB1;
}
.BgClassName
{
background-color: #D74AB1;
}
</style>
border-color css
<style>
span { border-color: #D74AB1; }
span { border-color: rgb(215,74,177); }
td.TdClassName
{
border-color: #D74AB1;
}
.TagClassName
{
border-color: #D74AB1;
}
</style>