Shades of Fuchsia #D564B6
Tints of Fuchsia #D564B6
RGB
CMYK
RGB Variations
Color information
#D564B6 (or 0xD564B6) is known color: Fuchsia. HEX triplet: D5, 64 and B6. RGB value is (213,100,182). Sum of RGB (Red+Green+Blue) = 213+100+182=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D564B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564B6 is #2A9B49. Grayscale: #8E8E8E. Windows color (decimal): -2792266 or 11953365. OLE color: 11953365.
HSL color Cylindrical-coordinate representation of color #D564B6: hue angle of 316.46º 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 #D564B6 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 182 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.16 |
| HSL | 316.46º | 0.57% | 0.61% | - |
| HSV(B) | 316.46º | 0.53% | 0.84% | - |
| XYZ | 40.44 | 26.64 | 47.27 | - |
| YUV | 143.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 182 | 0 | 0.53 | 0.15 | 0.16 | 316.46 | 0.57 | 0.61 |
| Hex | D5 | 64 | B6 | 0 | 35 | F | 10 | 13C | 39 | 3D |
| Octal | 325 | 144 | 266 | 0 | 65 | 17 | 20 | 474 | 71 | 75 |
| Binary | 11010101 | 1100100 | 10110110 | 0 | 110101 | 1111 | 10000 | 100111100 | 111001 | 111101 |
Color Harmonies of #D564B6
Complementary color
Monochromatic Colors of #D564B6
Black with #D564B6
Text Example
Text Example
White with #D564B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D564B6; }
p { color: rgb(213,100,182); }
H1.HeaderClassName
{
color: #D564B6;
}
.AnyTagClassName
{
color: #D564B6;
}
</style>
background-color css
<style>
a { background-color: #D564B6; }
a { background-color: rgb(213,100,182); }
div.DivClassName
{
background-color: #D564B6;
}
.BgClassName
{
background-color: #D564B6;
}
</style>
border-color css
<style>
span { border-color: #D564B6; }
span { border-color: rgb(213,100,182); }
td.TdClassName
{
border-color: #D564B6;
}
.TagClassName
{
border-color: #D564B6;
}
</style>