Shades of Fuchsia #D84DAE
Tints of Fuchsia #D84DAE
RGB
CMYK
RGB Variations
Color information
#D84DAE (or 0xD84DAE) is known color: Fuchsia. HEX triplet: D8, 4D and AE. RGB value is (216,77,174). Sum of RGB (Red+Green+Blue) = 216+77+174=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84DAE is #27B251. Grayscale: #818181. Windows color (decimal): -2601554 or 11423192. OLE color: 11423192.
HSL color Cylindrical-coordinate representation of color #D84DAE: hue angle of 318.13º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84DAE is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 174 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.15 |
| HSL | 318.13º | 0.64% | 0.57% | - |
| HSV(B) | 318.13º | 0.64% | 0.85% | - |
| XYZ | 38.61 | 22.96 | 42.44 | - |
| YUV | 129.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 174 | 0 | 0.64 | 0.19 | 0.15 | 318.13 | 0.64 | 0.57 |
| Hex | D8 | 4D | AE | 0 | 40 | 13 | F | 13E | 40 | 39 |
| Octal | 330 | 115 | 256 | 0 | 100 | 23 | 17 | 476 | 100 | 71 |
| Binary | 11011000 | 1001101 | 10101110 | 0 | 1000000 | 10011 | 1111 | 100111110 | 1000000 | 111001 |
Color Harmonies of #D84DAE
Complementary color
Monochromatic Colors of #D84DAE
Black with #D84DAE
Text Example
Text Example
White with #D84DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84DAE; }
p { color: rgb(216,77,174); }
H1.HeaderClassName
{
color: #D84DAE;
}
.AnyTagClassName
{
color: #D84DAE;
}
</style>
background-color css
<style>
a { background-color: #D84DAE; }
a { background-color: rgb(216,77,174); }
div.DivClassName
{
background-color: #D84DAE;
}
.BgClassName
{
background-color: #D84DAE;
}
</style>
border-color css
<style>
span { border-color: #D84DAE; }
span { border-color: rgb(216,77,174); }
td.TdClassName
{
border-color: #D84DAE;
}
.TagClassName
{
border-color: #D84DAE;
}
</style>