Shades of Fuchsia #D74FB9
Tints of Fuchsia #D74FB9
RGB
CMYK
RGB Variations
Color information
#D74FB9 (or 0xD74FB9) is known color: Fuchsia. HEX triplet: D7, 4F and B9. RGB value is (215,79,185). Sum of RGB (Red+Green+Blue) = 215+79+185=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D74FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74FB9 is #28B046. Grayscale: #838383. Windows color (decimal): -2666567 or 12144599. OLE color: 12144599.
HSL color Cylindrical-coordinate representation of color #D74FB9: hue angle of 313.24º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D74FB9 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 185 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.16 |
| HSL | 313.24º | 0.63% | 0.58% | - |
| HSV(B) | 313.24º | 0.63% | 0.84% | - |
| XYZ | 39.58 | 23.54 | 48.36 | - |
| YUV | 131.75 | 158.06 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 185 | 0 | 0.63 | 0.14 | 0.16 | 313.24 | 0.63 | 0.58 |
| Hex | D7 | 4F | B9 | 0 | 3F | E | 10 | 139 | 3F | 3A |
| Octal | 327 | 117 | 271 | 0 | 77 | 16 | 20 | 471 | 77 | 72 |
| Binary | 11010111 | 1001111 | 10111001 | 0 | 111111 | 1110 | 10000 | 100111001 | 111111 | 111010 |
Color Harmonies of #D74FB9
Complementary color
Monochromatic Colors of #D74FB9
Black with #D74FB9
Text Example
Text Example
White with #D74FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74FB9; }
p { color: rgb(215,79,185); }
H1.HeaderClassName
{
color: #D74FB9;
}
.AnyTagClassName
{
color: #D74FB9;
}
</style>
background-color css
<style>
a { background-color: #D74FB9; }
a { background-color: rgb(215,79,185); }
div.DivClassName
{
background-color: #D74FB9;
}
.BgClassName
{
background-color: #D74FB9;
}
</style>
border-color css
<style>
span { border-color: #D74FB9; }
span { border-color: rgb(215,79,185); }
td.TdClassName
{
border-color: #D74FB9;
}
.TagClassName
{
border-color: #D74FB9;
}
</style>