Shades of Fuchsia #D649AD
Tints of Fuchsia #D649AD
RGB
CMYK
RGB Variations
Color information
#D649AD (or 0xD649AD) is known color: Fuchsia. HEX triplet: D6, 49 and AD. RGB value is (214,73,173). Sum of RGB (Red+Green+Blue) = 214+73+173=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D649AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D649AD is #29B652. Grayscale: #7E7E7E. Windows color (decimal): -2733651 or 11356630. OLE color: 11356630.
HSL color Cylindrical-coordinate representation of color #D649AD: hue angle of 317.45º 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 #D649AD is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 173 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.16 |
| HSL | 317.45º | 0.63% | 0.56% | - |
| HSV(B) | 317.45º | 0.66% | 0.84% | - |
| XYZ | 37.66 | 22.08 | 41.81 | - |
| YUV | 126.56 | 154.21 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 173 | 0 | 0.66 | 0.19 | 0.16 | 317.45 | 0.63 | 0.56 |
| Hex | D6 | 49 | AD | 0 | 42 | 13 | 10 | 13D | 3F | 38 |
| Octal | 326 | 111 | 255 | 0 | 102 | 23 | 20 | 475 | 77 | 70 |
| Binary | 11010110 | 1001001 | 10101101 | 0 | 1000010 | 10011 | 10000 | 100111101 | 111111 | 111000 |
Color Harmonies of #D649AD
Complementary color
Monochromatic Colors of #D649AD
Black with #D649AD
Text Example
Text Example
White with #D649AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D649AD; }
p { color: rgb(214,73,173); }
H1.HeaderClassName
{
color: #D649AD;
}
.AnyTagClassName
{
color: #D649AD;
}
</style>
background-color css
<style>
a { background-color: #D649AD; }
a { background-color: rgb(214,73,173); }
div.DivClassName
{
background-color: #D649AD;
}
.BgClassName
{
background-color: #D649AD;
}
</style>
border-color css
<style>
span { border-color: #D649AD; }
span { border-color: rgb(214,73,173); }
td.TdClassName
{
border-color: #D649AD;
}
.TagClassName
{
border-color: #D649AD;
}
</style>