Shades of Fuchsia #D74DB6
Tints of Fuchsia #D74DB6
RGB
CMYK
RGB Variations
Color information
#D74DB6 (or 0xD74DB6) is known color: Fuchsia. HEX triplet: D7, 4D and B6. RGB value is (215,77,182). Sum of RGB (Red+Green+Blue) = 215+77+182=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DB6 is #28B249. Grayscale: #818181. Windows color (decimal): -2667082 or 11947479. OLE color: 11947479.
HSL color Cylindrical-coordinate representation of color #D74DB6: hue angle of 314.35º 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 #D74DB6 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 182 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.16 |
| HSL | 314.35º | 0.63% | 0.57% | - |
| HSV(B) | 314.35º | 0.64% | 0.84% | - |
| XYZ | 39.12 | 23.13 | 46.66 | - |
| YUV | 130.23 | 157.22 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 182 | 0 | 0.64 | 0.15 | 0.16 | 314.35 | 0.63 | 0.57 |
| Hex | D7 | 4D | B6 | 0 | 40 | F | 10 | 13A | 3F | 39 |
| Octal | 327 | 115 | 266 | 0 | 100 | 17 | 20 | 472 | 77 | 71 |
| Binary | 11010111 | 1001101 | 10110110 | 0 | 1000000 | 1111 | 10000 | 100111010 | 111111 | 111001 |
Color Harmonies of #D74DB6
Complementary color
Monochromatic Colors of #D74DB6
Black with #D74DB6
Text Example
Text Example
White with #D74DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DB6; }
p { color: rgb(215,77,182); }
H1.HeaderClassName
{
color: #D74DB6;
}
.AnyTagClassName
{
color: #D74DB6;
}
</style>
background-color css
<style>
a { background-color: #D74DB6; }
a { background-color: rgb(215,77,182); }
div.DivClassName
{
background-color: #D74DB6;
}
.BgClassName
{
background-color: #D74DB6;
}
</style>
border-color css
<style>
span { border-color: #D74DB6; }
span { border-color: rgb(215,77,182); }
td.TdClassName
{
border-color: #D74DB6;
}
.TagClassName
{
border-color: #D74DB6;
}
</style>