Shades of Fuchsia #D73FB6
Tints of Fuchsia #D73FB6
RGB
CMYK
RGB Variations
Color information
#D73FB6 (or 0xD73FB6) is known color: Fuchsia. HEX triplet: D7, 3F and B6. RGB value is (215,63,182). Sum of RGB (Red+Green+Blue) = 215+63+182=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D73FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73FB6 is #28C049. Grayscale: #797979. Windows color (decimal): -2670666 or 11943895. OLE color: 11943895.
HSL color Cylindrical-coordinate representation of color #D73FB6: hue angle of 313.03º 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 #D73FB6 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 182 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.16 |
| HSL | 313.03º | 0.66% | 0.55% | - |
| HSV(B) | 313.03º | 0.71% | 0.84% | - |
| XYZ | 38.25 | 21.38 | 46.37 | - |
| YUV | 122.01 | 161.86 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 182 | 0 | 0.71 | 0.15 | 0.16 | 313.03 | 0.66 | 0.55 |
| Hex | D7 | 3F | B6 | 0 | 47 | F | 10 | 139 | 42 | 37 |
| Octal | 327 | 77 | 266 | 0 | 107 | 17 | 20 | 471 | 102 | 67 |
| Binary | 11010111 | 111111 | 10110110 | 0 | 1000111 | 1111 | 10000 | 100111001 | 1000010 | 110111 |
Color Harmonies of #D73FB6
Complementary color
Monochromatic Colors of #D73FB6
Black with #D73FB6
Text Example
Text Example
White with #D73FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73FB6; }
p { color: rgb(215,63,182); }
H1.HeaderClassName
{
color: #D73FB6;
}
.AnyTagClassName
{
color: #D73FB6;
}
</style>
background-color css
<style>
a { background-color: #D73FB6; }
a { background-color: rgb(215,63,182); }
div.DivClassName
{
background-color: #D73FB6;
}
.BgClassName
{
background-color: #D73FB6;
}
</style>
border-color css
<style>
span { border-color: #D73FB6; }
span { border-color: rgb(215,63,182); }
td.TdClassName
{
border-color: #D73FB6;
}
.TagClassName
{
border-color: #D73FB6;
}
</style>