Shades of Fuchsia #D664BB
Tints of Fuchsia #D664BB
RGB
CMYK
RGB Variations
Color information
#D664BB (or 0xD664BB) is known color: Fuchsia. HEX triplet: D6, 64 and BB. RGB value is (214,100,187). Sum of RGB (Red+Green+Blue) = 214+100+187=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D664BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D664BB is #299B44. Grayscale: #8F8F8F. Windows color (decimal): -2726725 or 12281046. OLE color: 12281046.
HSL color Cylindrical-coordinate representation of color #D664BB: hue angle of 314.21º 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 #D664BB is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 187 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.16 |
| HSL | 314.21º | 0.58% | 0.62% | - |
| HSV(B) | 314.21º | 0.53% | 0.84% | - |
| XYZ | 41.26 | 27 | 50.05 | - |
| YUV | 144 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 187 | 0 | 0.53 | 0.13 | 0.16 | 314.21 | 0.58 | 0.62 |
| Hex | D6 | 64 | BB | 0 | 35 | D | 10 | 13A | 3A | 3E |
| Octal | 326 | 144 | 273 | 0 | 65 | 15 | 20 | 472 | 72 | 76 |
| Binary | 11010110 | 1100100 | 10111011 | 0 | 110101 | 1101 | 10000 | 100111010 | 111010 | 111110 |
Color Harmonies of #D664BB
Complementary color
Monochromatic Colors of #D664BB
Black with #D664BB
Text Example
Text Example
White with #D664BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D664BB; }
p { color: rgb(214,100,187); }
H1.HeaderClassName
{
color: #D664BB;
}
.AnyTagClassName
{
color: #D664BB;
}
</style>
background-color css
<style>
a { background-color: #D664BB; }
a { background-color: rgb(214,100,187); }
div.DivClassName
{
background-color: #D664BB;
}
.BgClassName
{
background-color: #D664BB;
}
</style>
border-color css
<style>
span { border-color: #D664BB; }
span { border-color: rgb(214,100,187); }
td.TdClassName
{
border-color: #D664BB;
}
.TagClassName
{
border-color: #D664BB;
}
</style>