Shades of Fuchsia #D560BD
Tints of Fuchsia #D560BD
RGB
CMYK
RGB Variations
Color information
#D560BD (or 0xD560BD) is known color: Fuchsia. HEX triplet: D5, 60 and BD. RGB value is (213,96,189). Sum of RGB (Red+Green+Blue) = 213+96+189=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D560BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D560BD is #2A9F42. Grayscale: #8D8D8D. Windows color (decimal): -2793283 or 12411093. OLE color: 12411093.
HSL color Cylindrical-coordinate representation of color #D560BD: hue angle of 312.31º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D560BD is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 189 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.16 |
| HSL | 312.31º | 0.58% | 0.61% | - |
| HSV(B) | 312.31º | 0.55% | 0.84% | - |
| XYZ | 40.81 | 26.19 | 51.05 | - |
| YUV | 141.59 | 154.76 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 189 | 0 | 0.55 | 0.11 | 0.16 | 312.31 | 0.58 | 0.61 |
| Hex | D5 | 60 | BD | 0 | 37 | B | 10 | 138 | 3A | 3D |
| Octal | 325 | 140 | 275 | 0 | 67 | 13 | 20 | 470 | 72 | 75 |
| Binary | 11010101 | 1100000 | 10111101 | 0 | 110111 | 1011 | 10000 | 100111000 | 111010 | 111101 |
Color Harmonies of #D560BD
Complementary color
Monochromatic Colors of #D560BD
Black with #D560BD
Text Example
Text Example
White with #D560BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D560BD; }
p { color: rgb(213,96,189); }
H1.HeaderClassName
{
color: #D560BD;
}
.AnyTagClassName
{
color: #D560BD;
}
</style>
background-color css
<style>
a { background-color: #D560BD; }
a { background-color: rgb(213,96,189); }
div.DivClassName
{
background-color: #D560BD;
}
.BgClassName
{
background-color: #D560BD;
}
</style>
border-color css
<style>
span { border-color: #D560BD; }
span { border-color: rgb(213,96,189); }
td.TdClassName
{
border-color: #D560BD;
}
.TagClassName
{
border-color: #D560BD;
}
</style>