Shades of Fuchsia #D73DC8
Tints of Fuchsia #D73DC8
RGB
CMYK
RGB Variations
Color information
#D73DC8 (or 0xD73DC8) is known color: Fuchsia. HEX triplet: D7, 3D and C8. RGB value is (215,61,200). Sum of RGB (Red+Green+Blue) = 215+61+200=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D73DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73DC8 is #28C237. Grayscale: #7A7A7A. Windows color (decimal): -2671160 or 13123031. OLE color: 13123031.
HSL color Cylindrical-coordinate representation of color #D73DC8: hue angle of 305.84º 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 #D73DC8 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 200 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.16 |
| HSL | 305.84º | 0.66% | 0.54% | - |
| HSV(B) | 305.84º | 0.72% | 0.84% | - |
| XYZ | 40.12 | 21.95 | 56.77 | - |
| YUV | 122.89 | 171.52 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 200 | 0 | 0.72 | 0.07 | 0.16 | 305.84 | 0.66 | 0.54 |
| Hex | D7 | 3D | C8 | 0 | 48 | 7 | 10 | 132 | 42 | 36 |
| Octal | 327 | 75 | 310 | 0 | 110 | 7 | 20 | 462 | 102 | 66 |
| Binary | 11010111 | 111101 | 11001000 | 0 | 1001000 | 111 | 10000 | 100110010 | 1000010 | 110110 |
Color Harmonies of #D73DC8
Complementary color
Monochromatic Colors of #D73DC8
Black with #D73DC8
Text Example
Text Example
White with #D73DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73DC8; }
p { color: rgb(215,61,200); }
H1.HeaderClassName
{
color: #D73DC8;
}
.AnyTagClassName
{
color: #D73DC8;
}
</style>
background-color css
<style>
a { background-color: #D73DC8; }
a { background-color: rgb(215,61,200); }
div.DivClassName
{
background-color: #D73DC8;
}
.BgClassName
{
background-color: #D73DC8;
}
</style>
border-color css
<style>
span { border-color: #D73DC8; }
span { border-color: rgb(215,61,200); }
td.TdClassName
{
border-color: #D73DC8;
}
.TagClassName
{
border-color: #D73DC8;
}
</style>