Shades of Fuchsia #D73FC1
Tints of Fuchsia #D73FC1
RGB
CMYK
RGB Variations
Color information
#D73FC1 (or 0xD73FC1) is known color: Fuchsia. HEX triplet: D7, 3F and C1. RGB value is (215,63,193). Sum of RGB (Red+Green+Blue) = 215+63+193=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D73FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73FC1 is #28C03E. Grayscale: #7A7A7A. Windows color (decimal): -2670655 or 12664791. OLE color: 12664791.
HSL color Cylindrical-coordinate representation of color #D73FC1: hue angle of 308.68º 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 #D73FC1 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 193 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.16 |
| HSL | 308.68º | 0.66% | 0.55% | - |
| HSV(B) | 308.68º | 0.71% | 0.84% | - |
| XYZ | 39.43 | 21.85 | 52.59 | - |
| YUV | 123.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 193 | 0 | 0.71 | 0.10 | 0.16 | 308.68 | 0.66 | 0.55 |
| Hex | D7 | 3F | C1 | 0 | 47 | A | 10 | 135 | 42 | 37 |
| Octal | 327 | 77 | 301 | 0 | 107 | 12 | 20 | 465 | 102 | 67 |
| Binary | 11010111 | 111111 | 11000001 | 0 | 1000111 | 1010 | 10000 | 100110101 | 1000010 | 110111 |
Color Harmonies of #D73FC1
Complementary color
Monochromatic Colors of #D73FC1
Black with #D73FC1
Text Example
Text Example
White with #D73FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73FC1; }
p { color: rgb(215,63,193); }
H1.HeaderClassName
{
color: #D73FC1;
}
.AnyTagClassName
{
color: #D73FC1;
}
</style>
background-color css
<style>
a { background-color: #D73FC1; }
a { background-color: rgb(215,63,193); }
div.DivClassName
{
background-color: #D73FC1;
}
.BgClassName
{
background-color: #D73FC1;
}
</style>
border-color css
<style>
span { border-color: #D73FC1; }
span { border-color: rgb(215,63,193); }
td.TdClassName
{
border-color: #D73FC1;
}
.TagClassName
{
border-color: #D73FC1;
}
</style>