Shades of Fuchsia #D84AAE
Tints of Fuchsia #D84AAE
RGB
CMYK
RGB Variations
Color information
#D84AAE (or 0xD84AAE) is known color: Fuchsia. HEX triplet: D8, 4A and AE. RGB value is (216,74,174). Sum of RGB (Red+Green+Blue) = 216+74+174=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D84AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84AAE is #27B551. Grayscale: #7F7F7F. Windows color (decimal): -2602322 or 11422424. OLE color: 11422424.
HSL color Cylindrical-coordinate representation of color #D84AAE: hue angle of 317.75º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84AAE is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 174 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.15 |
| HSL | 317.75º | 0.65% | 0.57% | - |
| HSV(B) | 317.75º | 0.66% | 0.85% | - |
| XYZ | 38.41 | 22.55 | 42.37 | - |
| YUV | 127.86 | 154.04 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 174 | 0 | 0.66 | 0.19 | 0.15 | 317.75 | 0.65 | 0.57 |
| Hex | D8 | 4A | AE | 0 | 42 | 13 | F | 13E | 41 | 39 |
| Octal | 330 | 112 | 256 | 0 | 102 | 23 | 17 | 476 | 101 | 71 |
| Binary | 11011000 | 1001010 | 10101110 | 0 | 1000010 | 10011 | 1111 | 100111110 | 1000001 | 111001 |
Color Harmonies of #D84AAE
Complementary color
Monochromatic Colors of #D84AAE
Black with #D84AAE
Text Example
Text Example
White with #D84AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84AAE; }
p { color: rgb(216,74,174); }
H1.HeaderClassName
{
color: #D84AAE;
}
.AnyTagClassName
{
color: #D84AAE;
}
</style>
background-color css
<style>
a { background-color: #D84AAE; }
a { background-color: rgb(216,74,174); }
div.DivClassName
{
background-color: #D84AAE;
}
.BgClassName
{
background-color: #D84AAE;
}
</style>
border-color css
<style>
span { border-color: #D84AAE; }
span { border-color: rgb(216,74,174); }
td.TdClassName
{
border-color: #D84AAE;
}
.TagClassName
{
border-color: #D84AAE;
}
</style>