Shades of Fuchsia #D73CAF
Tints of Fuchsia #D73CAF
RGB
CMYK
RGB Variations
Color information
#D73CAF (or 0xD73CAF) is known color: Fuchsia. HEX triplet: D7, 3C and AF. RGB value is (215,60,175). Sum of RGB (Red+Green+Blue) = 215+60+175=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D73CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73CAF is #28C350. Grayscale: #777777. Windows color (decimal): -2671441 or 11484375. OLE color: 11484375.
HSL color Cylindrical-coordinate representation of color #D73CAF: hue angle of 315.48º 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 #D73CAF is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 175 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.16 |
| HSL | 315.48º | 0.66% | 0.54% | - |
| HSV(B) | 315.48º | 0.72% | 0.84% | - |
| XYZ | 37.38 | 20.77 | 42.6 | - |
| YUV | 119.46 | 159.35 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 175 | 0 | 0.72 | 0.19 | 0.16 | 315.48 | 0.66 | 0.54 |
| Hex | D7 | 3C | AF | 0 | 48 | 13 | 10 | 13B | 42 | 36 |
| Octal | 327 | 74 | 257 | 0 | 110 | 23 | 20 | 473 | 102 | 66 |
| Binary | 11010111 | 111100 | 10101111 | 0 | 1001000 | 10011 | 10000 | 100111011 | 1000010 | 110110 |
Color Harmonies of #D73CAF
Complementary color
Monochromatic Colors of #D73CAF
Black with #D73CAF
Text Example
Text Example
White with #D73CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73CAF; }
p { color: rgb(215,60,175); }
H1.HeaderClassName
{
color: #D73CAF;
}
.AnyTagClassName
{
color: #D73CAF;
}
</style>
background-color css
<style>
a { background-color: #D73CAF; }
a { background-color: rgb(215,60,175); }
div.DivClassName
{
background-color: #D73CAF;
}
.BgClassName
{
background-color: #D73CAF;
}
</style>
border-color css
<style>
span { border-color: #D73CAF; }
span { border-color: rgb(215,60,175); }
td.TdClassName
{
border-color: #D73CAF;
}
.TagClassName
{
border-color: #D73CAF;
}
</style>