Shades of Fuchsia #D764B9
Tints of Fuchsia #D764B9
RGB
CMYK
RGB Variations
Color information
#D764B9 (or 0xD764B9) is known color: Fuchsia. HEX triplet: D7, 64 and B9. RGB value is (215,100,185). Sum of RGB (Red+Green+Blue) = 215+100+185=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D764B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764B9 is #289B46. Grayscale: #8F8F8F. Windows color (decimal): -2661191 or 12149975. OLE color: 12149975.
HSL color Cylindrical-coordinate representation of color #D764B9: hue angle of 315.65º degrees, saturation: 0.59, 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 #D764B9 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 185 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.16 |
| HSL | 315.65º | 0.59% | 0.62% | - |
| HSV(B) | 315.65º | 0.53% | 0.84% | - |
| XYZ | 41.34 | 27.06 | 48.94 | - |
| YUV | 144.08 | 151.1 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 185 | 0 | 0.53 | 0.14 | 0.16 | 315.65 | 0.59 | 0.62 |
| Hex | D7 | 64 | B9 | 0 | 35 | E | 10 | 13C | 3B | 3E |
| Octal | 327 | 144 | 271 | 0 | 65 | 16 | 20 | 474 | 73 | 76 |
| Binary | 11010111 | 1100100 | 10111001 | 0 | 110101 | 1110 | 10000 | 100111100 | 111011 | 111110 |
Color Harmonies of #D764B9
Complementary color
Monochromatic Colors of #D764B9
Black with #D764B9
Text Example
Text Example
White with #D764B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D764B9; }
p { color: rgb(215,100,185); }
H1.HeaderClassName
{
color: #D764B9;
}
.AnyTagClassName
{
color: #D764B9;
}
</style>
background-color css
<style>
a { background-color: #D764B9; }
a { background-color: rgb(215,100,185); }
div.DivClassName
{
background-color: #D764B9;
}
.BgClassName
{
background-color: #D764B9;
}
</style>
border-color css
<style>
span { border-color: #D764B9; }
span { border-color: rgb(215,100,185); }
td.TdClassName
{
border-color: #D764B9;
}
.TagClassName
{
border-color: #D764B9;
}
</style>