Shades of Fuchsia #D74FB3
Tints of Fuchsia #D74FB3
RGB
CMYK
RGB Variations
Color information
#D74FB3 (or 0xD74FB3) is known color: Fuchsia. HEX triplet: D7, 4F and B3. RGB value is (215,79,179). Sum of RGB (Red+Green+Blue) = 215+79+179=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D74FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74FB3 is #28B04C. Grayscale: #828282. Windows color (decimal): -2666573 or 11751383. OLE color: 11751383.
HSL color Cylindrical-coordinate representation of color #D74FB3: hue angle of 315.88º 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 #D74FB3 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 179 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.16 |
| HSL | 315.88º | 0.63% | 0.58% | - |
| HSV(B) | 315.88º | 0.63% | 0.84% | - |
| XYZ | 38.96 | 23.29 | 45.09 | - |
| YUV | 131.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 179 | 0 | 0.63 | 0.17 | 0.16 | 315.88 | 0.63 | 0.58 |
| Hex | D7 | 4F | B3 | 0 | 3F | 11 | 10 | 13C | 3F | 3A |
| Octal | 327 | 117 | 263 | 0 | 77 | 21 | 20 | 474 | 77 | 72 |
| Binary | 11010111 | 1001111 | 10110011 | 0 | 111111 | 10001 | 10000 | 100111100 | 111111 | 111010 |
Color Harmonies of #D74FB3
Complementary color
Monochromatic Colors of #D74FB3
Black with #D74FB3
Text Example
Text Example
White with #D74FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74FB3; }
p { color: rgb(215,79,179); }
H1.HeaderClassName
{
color: #D74FB3;
}
.AnyTagClassName
{
color: #D74FB3;
}
</style>
background-color css
<style>
a { background-color: #D74FB3; }
a { background-color: rgb(215,79,179); }
div.DivClassName
{
background-color: #D74FB3;
}
.BgClassName
{
background-color: #D74FB3;
}
</style>
border-color css
<style>
span { border-color: #D74FB3; }
span { border-color: rgb(215,79,179); }
td.TdClassName
{
border-color: #D74FB3;
}
.TagClassName
{
border-color: #D74FB3;
}
</style>