Shades of Fuchsia #D73DAE
Tints of Fuchsia #D73DAE
RGB
CMYK
RGB Variations
Color information
#D73DAE (or 0xD73DAE) is known color: Fuchsia. HEX triplet: D7, 3D and AE. RGB value is (215,61,174). Sum of RGB (Red+Green+Blue) = 215+61+174=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D73DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73DAE is #28C251. Grayscale: #777777. Windows color (decimal): -2671186 or 11419095. OLE color: 11419095.
HSL color Cylindrical-coordinate representation of color #D73DAE: hue angle of 315.97º 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 #D73DAE is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 174 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.16 |
| HSL | 315.97º | 0.66% | 0.54% | - |
| HSV(B) | 315.97º | 0.72% | 0.84% | - |
| XYZ | 37.33 | 20.84 | 42.1 | - |
| YUV | 119.93 | 158.52 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 174 | 0 | 0.72 | 0.19 | 0.16 | 315.97 | 0.66 | 0.54 |
| Hex | D7 | 3D | AE | 0 | 48 | 13 | 10 | 13C | 42 | 36 |
| Octal | 327 | 75 | 256 | 0 | 110 | 23 | 20 | 474 | 102 | 66 |
| Binary | 11010111 | 111101 | 10101110 | 0 | 1001000 | 10011 | 10000 | 100111100 | 1000010 | 110110 |
Color Harmonies of #D73DAE
Complementary color
Monochromatic Colors of #D73DAE
Black with #D73DAE
Text Example
Text Example
White with #D73DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73DAE; }
p { color: rgb(215,61,174); }
H1.HeaderClassName
{
color: #D73DAE;
}
.AnyTagClassName
{
color: #D73DAE;
}
</style>
background-color css
<style>
a { background-color: #D73DAE; }
a { background-color: rgb(215,61,174); }
div.DivClassName
{
background-color: #D73DAE;
}
.BgClassName
{
background-color: #D73DAE;
}
</style>
border-color css
<style>
span { border-color: #D73DAE; }
span { border-color: rgb(215,61,174); }
td.TdClassName
{
border-color: #D73DAE;
}
.TagClassName
{
border-color: #D73DAE;
}
</style>