Shades of Fuchsia #D74DBD
Tints of Fuchsia #D74DBD
RGB
CMYK
RGB Variations
Color information
#D74DBD (or 0xD74DBD) is known color: Fuchsia. HEX triplet: D7, 4D and BD. RGB value is (215,77,189). Sum of RGB (Red+Green+Blue) = 215+77+189=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DBD is #28B242. Grayscale: #828282. Windows color (decimal): -2667075 or 12406231. OLE color: 12406231.
HSL color Cylindrical-coordinate representation of color #D74DBD: hue angle of 311.3º 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 #D74DBD is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 189 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.16 |
| HSL | 311.3º | 0.63% | 0.57% | - |
| HSV(B) | 311.3º | 0.64% | 0.84% | - |
| XYZ | 39.86 | 23.43 | 50.57 | - |
| YUV | 131.03 | 160.72 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 189 | 0 | 0.64 | 0.12 | 0.16 | 311.3 | 0.63 | 0.57 |
| Hex | D7 | 4D | BD | 0 | 40 | C | 10 | 137 | 3F | 39 |
| Octal | 327 | 115 | 275 | 0 | 100 | 14 | 20 | 467 | 77 | 71 |
| Binary | 11010111 | 1001101 | 10111101 | 0 | 1000000 | 1100 | 10000 | 100110111 | 111111 | 111001 |
Color Harmonies of #D74DBD
Complementary color
Monochromatic Colors of #D74DBD
Black with #D74DBD
Text Example
Text Example
White with #D74DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DBD; }
p { color: rgb(215,77,189); }
H1.HeaderClassName
{
color: #D74DBD;
}
.AnyTagClassName
{
color: #D74DBD;
}
</style>
background-color css
<style>
a { background-color: #D74DBD; }
a { background-color: rgb(215,77,189); }
div.DivClassName
{
background-color: #D74DBD;
}
.BgClassName
{
background-color: #D74DBD;
}
</style>
border-color css
<style>
span { border-color: #D74DBD; }
span { border-color: rgb(215,77,189); }
td.TdClassName
{
border-color: #D74DBD;
}
.TagClassName
{
border-color: #D74DBD;
}
</style>