Shades of Fuchsia #D73DC6
Tints of Fuchsia #D73DC6
RGB
CMYK
RGB Variations
Color information
#D73DC6 (or 0xD73DC6) is known color: Fuchsia. HEX triplet: D7, 3D and C6. RGB value is (215,61,198). Sum of RGB (Red+Green+Blue) = 215+61+198=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 61 (24.22% from 255 or 12.87% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D73DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73DC6 is #28C239. Grayscale: #7A7A7A. Windows color (decimal): -2671162 or 12991959. OLE color: 12991959.
HSL color Cylindrical-coordinate representation of color #D73DC6: hue angle of 306.62º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73DC6 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 198 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.16 |
| HSL | 306.62º | 0.66% | 0.54% | - |
| HSV(B) | 306.62º | 0.72% | 0.84% | - |
| XYZ | 39.89 | 21.86 | 55.54 | - |
| YUV | 122.66 | 170.52 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 198 | 0 | 0.72 | 0.08 | 0.16 | 306.62 | 0.66 | 0.54 |
| Hex | D7 | 3D | C6 | 0 | 48 | 8 | 10 | 133 | 42 | 36 |
| Octal | 327 | 75 | 306 | 0 | 110 | 10 | 20 | 463 | 102 | 66 |
| Binary | 11010111 | 111101 | 11000110 | 0 | 1001000 | 1000 | 10000 | 100110011 | 1000010 | 110110 |
Color Harmonies of #D73DC6
Complementary color
Monochromatic Colors of #D73DC6
Black with #D73DC6
Text Example
Text Example
White with #D73DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73DC6; }
p { color: rgb(215,61,198); }
H1.HeaderClassName
{
color: #D73DC6;
}
.AnyTagClassName
{
color: #D73DC6;
}
</style>
background-color css
<style>
a { background-color: #D73DC6; }
a { background-color: rgb(215,61,198); }
div.DivClassName
{
background-color: #D73DC6;
}
.BgClassName
{
background-color: #D73DC6;
}
</style>
border-color css
<style>
span { border-color: #D73DC6; }
span { border-color: rgb(215,61,198); }
td.TdClassName
{
border-color: #D73DC6;
}
.TagClassName
{
border-color: #D73DC6;
}
</style>