Shades of Fuchsia #D74FB7
Tints of Fuchsia #D74FB7
RGB
CMYK
RGB Variations
Color information
#D74FB7 (or 0xD74FB7) is known color: Fuchsia. HEX triplet: D7, 4F and B7. RGB value is (215,79,183). Sum of RGB (Red+Green+Blue) = 215+79+183=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D74FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74FB7 is #28B048. Grayscale: #838383. Windows color (decimal): -2666569 or 12013527. OLE color: 12013527.
HSL color Cylindrical-coordinate representation of color #D74FB7: hue angle of 314.12º 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 #D74FB7 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 183 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.16 |
| HSL | 314.12º | 0.63% | 0.58% | - |
| HSV(B) | 314.12º | 0.63% | 0.84% | - |
| XYZ | 39.37 | 23.46 | 47.25 | - |
| YUV | 131.52 | 157.06 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 183 | 0 | 0.63 | 0.15 | 0.16 | 314.12 | 0.63 | 0.58 |
| Hex | D7 | 4F | B7 | 0 | 3F | F | 10 | 13A | 3F | 3A |
| Octal | 327 | 117 | 267 | 0 | 77 | 17 | 20 | 472 | 77 | 72 |
| Binary | 11010111 | 1001111 | 10110111 | 0 | 111111 | 1111 | 10000 | 100111010 | 111111 | 111010 |
Color Harmonies of #D74FB7
Complementary color
Monochromatic Colors of #D74FB7
Black with #D74FB7
Text Example
Text Example
White with #D74FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74FB7; }
p { color: rgb(215,79,183); }
H1.HeaderClassName
{
color: #D74FB7;
}
.AnyTagClassName
{
color: #D74FB7;
}
</style>
background-color css
<style>
a { background-color: #D74FB7; }
a { background-color: rgb(215,79,183); }
div.DivClassName
{
background-color: #D74FB7;
}
.BgClassName
{
background-color: #D74FB7;
}
</style>
border-color css
<style>
span { border-color: #D74FB7; }
span { border-color: rgb(215,79,183); }
td.TdClassName
{
border-color: #D74FB7;
}
.TagClassName
{
border-color: #D74FB7;
}
</style>