Shades of Fuchsia #D74CB9
Tints of Fuchsia #D74CB9
RGB
CMYK
RGB Variations
Color information
#D74CB9 (or 0xD74CB9) is known color: Fuchsia. HEX triplet: D7, 4C and B9. RGB value is (215,76,185). Sum of RGB (Red+Green+Blue) = 215+76+185=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CB9 is #28B346. Grayscale: #818181. Windows color (decimal): -2667335 or 12143831. OLE color: 12143831.
HSL color Cylindrical-coordinate representation of color #D74CB9: hue angle of 312.95º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74CB9 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 185 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.16 |
| HSL | 312.95º | 0.63% | 0.57% | - |
| HSV(B) | 312.95º | 0.65% | 0.84% | - |
| XYZ | 39.37 | 23.12 | 48.29 | - |
| YUV | 129.99 | 159.05 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 185 | 0 | 0.65 | 0.14 | 0.16 | 312.95 | 0.63 | 0.57 |
| Hex | D7 | 4C | B9 | 0 | 41 | E | 10 | 139 | 3F | 39 |
| Octal | 327 | 114 | 271 | 0 | 101 | 16 | 20 | 471 | 77 | 71 |
| Binary | 11010111 | 1001100 | 10111001 | 0 | 1000001 | 1110 | 10000 | 100111001 | 111111 | 111001 |
Color Harmonies of #D74CB9
Complementary color
Monochromatic Colors of #D74CB9
Black with #D74CB9
Text Example
Text Example
White with #D74CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74CB9; }
p { color: rgb(215,76,185); }
H1.HeaderClassName
{
color: #D74CB9;
}
.AnyTagClassName
{
color: #D74CB9;
}
</style>
background-color css
<style>
a { background-color: #D74CB9; }
a { background-color: rgb(215,76,185); }
div.DivClassName
{
background-color: #D74CB9;
}
.BgClassName
{
background-color: #D74CB9;
}
</style>
border-color css
<style>
span { border-color: #D74CB9; }
span { border-color: rgb(215,76,185); }
td.TdClassName
{
border-color: #D74CB9;
}
.TagClassName
{
border-color: #D74CB9;
}
</style>