Shades of Fuchsia #D664B7
Tints of Fuchsia #D664B7
RGB
CMYK
RGB Variations
Color information
#D664B7 (or 0xD664B7) is known color: Fuchsia. HEX triplet: D6, 64 and B7. RGB value is (214,100,183). Sum of RGB (Red+Green+Blue) = 214+100+183=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D664B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D664B7 is #299B48. Grayscale: #8F8F8F. Windows color (decimal): -2726729 or 12018902. OLE color: 12018902.
HSL color Cylindrical-coordinate representation of color #D664B7: hue angle of 316.32º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D664B7 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 183 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.16 |
| HSL | 316.32º | 0.58% | 0.62% | - |
| HSV(B) | 316.32º | 0.53% | 0.84% | - |
| XYZ | 40.84 | 26.83 | 47.83 | - |
| YUV | 143.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 183 | 0 | 0.53 | 0.14 | 0.16 | 316.32 | 0.58 | 0.62 |
| Hex | D6 | 64 | B7 | 0 | 35 | E | 10 | 13C | 3A | 3E |
| Octal | 326 | 144 | 267 | 0 | 65 | 16 | 20 | 474 | 72 | 76 |
| Binary | 11010110 | 1100100 | 10110111 | 0 | 110101 | 1110 | 10000 | 100111100 | 111010 | 111110 |
Color Harmonies of #D664B7
Complementary color
Monochromatic Colors of #D664B7
Black with #D664B7
Text Example
Text Example
White with #D664B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D664B7; }
p { color: rgb(214,100,183); }
H1.HeaderClassName
{
color: #D664B7;
}
.AnyTagClassName
{
color: #D664B7;
}
</style>
background-color css
<style>
a { background-color: #D664B7; }
a { background-color: rgb(214,100,183); }
div.DivClassName
{
background-color: #D664B7;
}
.BgClassName
{
background-color: #D664B7;
}
</style>
border-color css
<style>
span { border-color: #D664B7; }
span { border-color: rgb(214,100,183); }
td.TdClassName
{
border-color: #D664B7;
}
.TagClassName
{
border-color: #D664B7;
}
</style>