Shades of Fuchsia #D564BA
Tints of Fuchsia #D564BA
RGB
CMYK
RGB Variations
Color information
#D564BA (or 0xD564BA) is known color: Fuchsia. HEX triplet: D5, 64 and BA. RGB value is (213,100,186). Sum of RGB (Red+Green+Blue) = 213+100+186=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D564BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564BA is #2A9B45. Grayscale: #8F8F8F. Windows color (decimal): -2792262 or 12215509. OLE color: 12215509.
HSL color Cylindrical-coordinate representation of color #D564BA: hue angle of 314.34º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D564BA is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 186 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.16 |
| HSL | 314.34º | 0.57% | 0.61% | - |
| HSV(B) | 314.34º | 0.53% | 0.84% | - |
| XYZ | 40.86 | 26.81 | 49.47 | - |
| YUV | 143.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 186 | 0 | 0.53 | 0.13 | 0.16 | 314.34 | 0.57 | 0.61 |
| Hex | D5 | 64 | BA | 0 | 35 | D | 10 | 13A | 39 | 3D |
| Octal | 325 | 144 | 272 | 0 | 65 | 15 | 20 | 472 | 71 | 75 |
| Binary | 11010101 | 1100100 | 10111010 | 0 | 110101 | 1101 | 10000 | 100111010 | 111001 | 111101 |
Color Harmonies of #D564BA
Complementary color
Monochromatic Colors of #D564BA
Black with #D564BA
Text Example
Text Example
White with #D564BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D564BA; }
p { color: rgb(213,100,186); }
H1.HeaderClassName
{
color: #D564BA;
}
.AnyTagClassName
{
color: #D564BA;
}
</style>
background-color css
<style>
a { background-color: #D564BA; }
a { background-color: rgb(213,100,186); }
div.DivClassName
{
background-color: #D564BA;
}
.BgClassName
{
background-color: #D564BA;
}
</style>
border-color css
<style>
span { border-color: #D564BA; }
span { border-color: rgb(213,100,186); }
td.TdClassName
{
border-color: #D564BA;
}
.TagClassName
{
border-color: #D564BA;
}
</style>