Shades of Fuchsia #D73FAF
Tints of Fuchsia #D73FAF
RGB
CMYK
RGB Variations
Color information
#D73FAF (or 0xD73FAF) is known color: Fuchsia. HEX triplet: D7, 3F and AF. RGB value is (215,63,175). Sum of RGB (Red+Green+Blue) = 215+63+175=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D73FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73FAF is #28C050. Grayscale: #787878. Windows color (decimal): -2670673 or 11485143. OLE color: 11485143.
HSL color Cylindrical-coordinate representation of color #D73FAF: hue angle of 315.79º 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 #D73FAF is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 175 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.16 |
| HSL | 315.79º | 0.66% | 0.55% | - |
| HSV(B) | 315.79º | 0.71% | 0.84% | - |
| XYZ | 37.54 | 21.1 | 42.65 | - |
| YUV | 121.22 | 158.36 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 175 | 0 | 0.71 | 0.19 | 0.16 | 315.79 | 0.66 | 0.55 |
| Hex | D7 | 3F | AF | 0 | 47 | 13 | 10 | 13C | 42 | 37 |
| Octal | 327 | 77 | 257 | 0 | 107 | 23 | 20 | 474 | 102 | 67 |
| Binary | 11010111 | 111111 | 10101111 | 0 | 1000111 | 10011 | 10000 | 100111100 | 1000010 | 110111 |
Color Harmonies of #D73FAF
Complementary color
Monochromatic Colors of #D73FAF
Black with #D73FAF
Text Example
Text Example
White with #D73FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73FAF; }
p { color: rgb(215,63,175); }
H1.HeaderClassName
{
color: #D73FAF;
}
.AnyTagClassName
{
color: #D73FAF;
}
</style>
background-color css
<style>
a { background-color: #D73FAF; }
a { background-color: rgb(215,63,175); }
div.DivClassName
{
background-color: #D73FAF;
}
.BgClassName
{
background-color: #D73FAF;
}
</style>
border-color css
<style>
span { border-color: #D73FAF; }
span { border-color: rgb(215,63,175); }
td.TdClassName
{
border-color: #D73FAF;
}
.TagClassName
{
border-color: #D73FAF;
}
</style>