Shades of Fuchsia #D73FB4
Tints of Fuchsia #D73FB4
RGB
CMYK
RGB Variations
Color information
#D73FB4 (or 0xD73FB4) is known color: Fuchsia. HEX triplet: D7, 3F and B4. RGB value is (215,63,180). Sum of RGB (Red+Green+Blue) = 215+63+180=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D73FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73FB4 is #28C04B. Grayscale: #797979. Windows color (decimal): -2670668 or 11812823. OLE color: 11812823.
HSL color Cylindrical-coordinate representation of color #D73FB4: hue angle of 313.82º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73FB4 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 180 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.16 |
| HSL | 313.82º | 0.66% | 0.55% | - |
| HSV(B) | 313.82º | 0.71% | 0.84% | - |
| XYZ | 38.04 | 21.3 | 45.29 | - |
| YUV | 121.79 | 160.86 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 180 | 0 | 0.71 | 0.16 | 0.16 | 313.82 | 0.66 | 0.55 |
| Hex | D7 | 3F | B4 | 0 | 47 | 10 | 10 | 13A | 42 | 37 |
| Octal | 327 | 77 | 264 | 0 | 107 | 20 | 20 | 472 | 102 | 67 |
| Binary | 11010111 | 111111 | 10110100 | 0 | 1000111 | 10000 | 10000 | 100111010 | 1000010 | 110111 |
Color Harmonies of #D73FB4
Complementary color
Monochromatic Colors of #D73FB4
Black with #D73FB4
Text Example
Text Example
White with #D73FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73FB4; }
p { color: rgb(215,63,180); }
H1.HeaderClassName
{
color: #D73FB4;
}
.AnyTagClassName
{
color: #D73FB4;
}
</style>
background-color css
<style>
a { background-color: #D73FB4; }
a { background-color: rgb(215,63,180); }
div.DivClassName
{
background-color: #D73FB4;
}
.BgClassName
{
background-color: #D73FB4;
}
</style>
border-color css
<style>
span { border-color: #D73FB4; }
span { border-color: rgb(215,63,180); }
td.TdClassName
{
border-color: #D73FB4;
}
.TagClassName
{
border-color: #D73FB4;
}
</style>