Shades of Fuchsia #D74DB1
Tints of Fuchsia #D74DB1
RGB
CMYK
RGB Variations
Color information
#D74DB1 (or 0xD74DB1) is known color: Fuchsia. HEX triplet: D7, 4D and B1. RGB value is (215,77,177). Sum of RGB (Red+Green+Blue) = 215+77+177=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74DB1 is #28B24E. Grayscale: #818181. Windows color (decimal): -2667087 or 11619799. OLE color: 11619799.
HSL color Cylindrical-coordinate representation of color #D74DB1: hue angle of 316.52º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74DB1 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 177 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.16 |
| HSL | 316.52º | 0.63% | 0.57% | - |
| HSV(B) | 316.52º | 0.64% | 0.84% | - |
| XYZ | 38.61 | 22.93 | 43.99 | - |
| YUV | 129.66 | 154.72 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 177 | 0 | 0.64 | 0.18 | 0.16 | 316.52 | 0.63 | 0.57 |
| Hex | D7 | 4D | B1 | 0 | 40 | 12 | 10 | 13D | 3F | 39 |
| Octal | 327 | 115 | 261 | 0 | 100 | 22 | 20 | 475 | 77 | 71 |
| Binary | 11010111 | 1001101 | 10110001 | 0 | 1000000 | 10010 | 10000 | 100111101 | 111111 | 111001 |
Color Harmonies of #D74DB1
Complementary color
Monochromatic Colors of #D74DB1
Black with #D74DB1
Text Example
Text Example
White with #D74DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DB1; }
p { color: rgb(215,77,177); }
H1.HeaderClassName
{
color: #D74DB1;
}
.AnyTagClassName
{
color: #D74DB1;
}
</style>
background-color css
<style>
a { background-color: #D74DB1; }
a { background-color: rgb(215,77,177); }
div.DivClassName
{
background-color: #D74DB1;
}
.BgClassName
{
background-color: #D74DB1;
}
</style>
border-color css
<style>
span { border-color: #D74DB1; }
span { border-color: rgb(215,77,177); }
td.TdClassName
{
border-color: #D74DB1;
}
.TagClassName
{
border-color: #D74DB1;
}
</style>