Shades of Fuchsia #D73FC6
Tints of Fuchsia #D73FC6
RGB
CMYK
RGB Variations
Color information
#D73FC6 (or 0xD73FC6) is known color: Fuchsia. HEX triplet: D7, 3F and C6. RGB value is (215,63,198). Sum of RGB (Red+Green+Blue) = 215+63+198=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D73FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73FC6 is #28C039. Grayscale: #7B7B7B. Windows color (decimal): -2670650 or 12992471. OLE color: 12992471.
HSL color Cylindrical-coordinate representation of color #D73FC6: hue angle of 306.71º 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 #D73FC6 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 198 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.16 |
| HSL | 306.71º | 0.66% | 0.55% | - |
| HSV(B) | 306.71º | 0.71% | 0.84% | - |
| XYZ | 39.99 | 22.08 | 55.58 | - |
| YUV | 123.84 | 169.86 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 198 | 0 | 0.71 | 0.08 | 0.16 | 306.71 | 0.66 | 0.55 |
| Hex | D7 | 3F | C6 | 0 | 47 | 8 | 10 | 133 | 42 | 37 |
| Octal | 327 | 77 | 306 | 0 | 107 | 10 | 20 | 463 | 102 | 67 |
| Binary | 11010111 | 111111 | 11000110 | 0 | 1000111 | 1000 | 10000 | 100110011 | 1000010 | 110111 |
Color Harmonies of #D73FC6
Complementary color
Monochromatic Colors of #D73FC6
Black with #D73FC6
Text Example
Text Example
White with #D73FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73FC6; }
p { color: rgb(215,63,198); }
H1.HeaderClassName
{
color: #D73FC6;
}
.AnyTagClassName
{
color: #D73FC6;
}
</style>
background-color css
<style>
a { background-color: #D73FC6; }
a { background-color: rgb(215,63,198); }
div.DivClassName
{
background-color: #D73FC6;
}
.BgClassName
{
background-color: #D73FC6;
}
</style>
border-color css
<style>
span { border-color: #D73FC6; }
span { border-color: rgb(215,63,198); }
td.TdClassName
{
border-color: #D73FC6;
}
.TagClassName
{
border-color: #D73FC6;
}
</style>