Shades of Fuchsia #D74DB9
Tints of Fuchsia #D74DB9
RGB
CMYK
RGB Variations
Color information
#D74DB9 (or 0xD74DB9) is known color: Fuchsia. HEX triplet: D7, 4D and B9. RGB value is (215,77,185). Sum of RGB (Red+Green+Blue) = 215+77+185=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DB9 is #28B246. Grayscale: #828282. Windows color (decimal): -2667079 or 12144087. OLE color: 12144087.
HSL color Cylindrical-coordinate representation of color #D74DB9: hue angle of 313.04º 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 #D74DB9 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 185 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.16 |
| HSL | 313.04º | 0.63% | 0.57% | - |
| HSV(B) | 313.04º | 0.64% | 0.84% | - |
| XYZ | 39.44 | 23.26 | 48.31 | - |
| YUV | 130.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 185 | 0 | 0.64 | 0.14 | 0.16 | 313.04 | 0.63 | 0.57 |
| Hex | D7 | 4D | B9 | 0 | 40 | E | 10 | 139 | 3F | 39 |
| Octal | 327 | 115 | 271 | 0 | 100 | 16 | 20 | 471 | 77 | 71 |
| Binary | 11010111 | 1001101 | 10111001 | 0 | 1000000 | 1110 | 10000 | 100111001 | 111111 | 111001 |
Color Harmonies of #D74DB9
Complementary color
Monochromatic Colors of #D74DB9
Black with #D74DB9
Text Example
Text Example
White with #D74DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DB9; }
p { color: rgb(215,77,185); }
H1.HeaderClassName
{
color: #D74DB9;
}
.AnyTagClassName
{
color: #D74DB9;
}
</style>
background-color css
<style>
a { background-color: #D74DB9; }
a { background-color: rgb(215,77,185); }
div.DivClassName
{
background-color: #D74DB9;
}
.BgClassName
{
background-color: #D74DB9;
}
</style>
border-color css
<style>
span { border-color: #D74DB9; }
span { border-color: rgb(215,77,185); }
td.TdClassName
{
border-color: #D74DB9;
}
.TagClassName
{
border-color: #D74DB9;
}
</style>