Shades of Fuchsia #D73CC6
Tints of Fuchsia #D73CC6
RGB
CMYK
RGB Variations
Color information
#D73CC6 (or 0xD73CC6) is known color: Fuchsia. HEX triplet: D7, 3C and C6. RGB value is (215,60,198). Sum of RGB (Red+Green+Blue) = 215+60+198=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D73CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73CC6 is #28C339. Grayscale: #797979. Windows color (decimal): -2671418 or 12991703. OLE color: 12991703.
HSL color Cylindrical-coordinate representation of color #D73CC6: hue angle of 306.58º 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 #D73CC6 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 198 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.16 |
| HSL | 306.58º | 0.66% | 0.54% | - |
| HSV(B) | 306.58º | 0.72% | 0.84% | - |
| XYZ | 39.83 | 21.76 | 55.53 | - |
| YUV | 122.08 | 170.85 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 198 | 0 | 0.72 | 0.08 | 0.16 | 306.58 | 0.66 | 0.54 |
| Hex | D7 | 3C | C6 | 0 | 48 | 8 | 10 | 133 | 42 | 36 |
| Octal | 327 | 74 | 306 | 0 | 110 | 10 | 20 | 463 | 102 | 66 |
| Binary | 11010111 | 111100 | 11000110 | 0 | 1001000 | 1000 | 10000 | 100110011 | 1000010 | 110110 |
Color Harmonies of #D73CC6
Complementary color
Monochromatic Colors of #D73CC6
Black with #D73CC6
Text Example
Text Example
White with #D73CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73CC6; }
p { color: rgb(215,60,198); }
H1.HeaderClassName
{
color: #D73CC6;
}
.AnyTagClassName
{
color: #D73CC6;
}
</style>
background-color css
<style>
a { background-color: #D73CC6; }
a { background-color: rgb(215,60,198); }
div.DivClassName
{
background-color: #D73CC6;
}
.BgClassName
{
background-color: #D73CC6;
}
</style>
border-color css
<style>
span { border-color: #D73CC6; }
span { border-color: rgb(215,60,198); }
td.TdClassName
{
border-color: #D73CC6;
}
.TagClassName
{
border-color: #D73CC6;
}
</style>