Shades of Fuchsia #D649AE
Tints of Fuchsia #D649AE
RGB
CMYK
RGB Variations
Color information
#D649AE (or 0xD649AE) is known color: Fuchsia. HEX triplet: D6, 49 and AE. RGB value is (214,73,174). Sum of RGB (Red+Green+Blue) = 214+73+174=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D649AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D649AE is #29B651. Grayscale: #7E7E7E. Windows color (decimal): -2733650 or 11422166. OLE color: 11422166.
HSL color Cylindrical-coordinate representation of color #D649AE: hue angle of 317.02º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D649AE is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 174 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.16 |
| HSL | 317.02º | 0.63% | 0.56% | - |
| HSV(B) | 317.02º | 0.66% | 0.84% | - |
| XYZ | 37.75 | 22.12 | 42.32 | - |
| YUV | 126.67 | 154.71 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 174 | 0 | 0.66 | 0.19 | 0.16 | 317.02 | 0.63 | 0.56 |
| Hex | D6 | 49 | AE | 0 | 42 | 13 | 10 | 13D | 3F | 38 |
| Octal | 326 | 111 | 256 | 0 | 102 | 23 | 20 | 475 | 77 | 70 |
| Binary | 11010110 | 1001001 | 10101110 | 0 | 1000010 | 10011 | 10000 | 100111101 | 111111 | 111000 |
Color Harmonies of #D649AE
Complementary color
Monochromatic Colors of #D649AE
Black with #D649AE
Text Example
Text Example
White with #D649AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D649AE; }
p { color: rgb(214,73,174); }
H1.HeaderClassName
{
color: #D649AE;
}
.AnyTagClassName
{
color: #D649AE;
}
</style>
background-color css
<style>
a { background-color: #D649AE; }
a { background-color: rgb(214,73,174); }
div.DivClassName
{
background-color: #D649AE;
}
.BgClassName
{
background-color: #D649AE;
}
</style>
border-color css
<style>
span { border-color: #D649AE; }
span { border-color: rgb(214,73,174); }
td.TdClassName
{
border-color: #D649AE;
}
.TagClassName
{
border-color: #D649AE;
}
</style>