Shades of Fuchsia #D73BC1
Tints of Fuchsia #D73BC1
RGB
CMYK
RGB Variations
Color information
#D73BC1 (or 0xD73BC1) is known color: Fuchsia. HEX triplet: D7, 3B and C1. RGB value is (215,59,193). Sum of RGB (Red+Green+Blue) = 215+59+193=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D73BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73BC1 is #28C43E. Grayscale: #787878. Windows color (decimal): -2671679 or 12663767. OLE color: 12663767.
HSL color Cylindrical-coordinate representation of color #D73BC1: hue angle of 308.46º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73BC1 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 193 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.16 |
| HSL | 308.46º | 0.66% | 0.54% | - |
| HSV(B) | 308.46º | 0.73% | 0.84% | - |
| XYZ | 39.21 | 21.43 | 52.52 | - |
| YUV | 120.92 | 168.68 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 193 | 0 | 0.73 | 0.10 | 0.16 | 308.46 | 0.66 | 0.54 |
| Hex | D7 | 3B | C1 | 0 | 49 | A | 10 | 134 | 42 | 36 |
| Octal | 327 | 73 | 301 | 0 | 111 | 12 | 20 | 464 | 102 | 66 |
| Binary | 11010111 | 111011 | 11000001 | 0 | 1001001 | 1010 | 10000 | 100110100 | 1000010 | 110110 |
Color Harmonies of #D73BC1
Complementary color
Monochromatic Colors of #D73BC1
Black with #D73BC1
Text Example
Text Example
White with #D73BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73BC1; }
p { color: rgb(215,59,193); }
H1.HeaderClassName
{
color: #D73BC1;
}
.AnyTagClassName
{
color: #D73BC1;
}
</style>
background-color css
<style>
a { background-color: #D73BC1; }
a { background-color: rgb(215,59,193); }
div.DivClassName
{
background-color: #D73BC1;
}
.BgClassName
{
background-color: #D73BC1;
}
</style>
border-color css
<style>
span { border-color: #D73BC1; }
span { border-color: rgb(215,59,193); }
td.TdClassName
{
border-color: #D73BC1;
}
.TagClassName
{
border-color: #D73BC1;
}
</style>