Shades of Fuchsia #D561BD
Tints of Fuchsia #D561BD
RGB
CMYK
RGB Variations
Color information
#D561BD (or 0xD561BD) is known color: Fuchsia. HEX triplet: D5, 61 and BD. RGB value is (213,97,189). Sum of RGB (Red+Green+Blue) = 213+97+189=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D561BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561BD is #2A9E42. Grayscale: #8D8D8D. Windows color (decimal): -2793027 or 12411349. OLE color: 12411349.
HSL color Cylindrical-coordinate representation of color #D561BD: hue angle of 312.41º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D561BD is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 189 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.16 |
| HSL | 312.41º | 0.58% | 0.61% | - |
| HSV(B) | 312.41º | 0.54% | 0.84% | - |
| XYZ | 40.9 | 26.37 | 51.08 | - |
| YUV | 142.17 | 154.43 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 189 | 0 | 0.54 | 0.11 | 0.16 | 312.41 | 0.58 | 0.61 |
| Hex | D5 | 61 | BD | 0 | 36 | B | 10 | 138 | 3A | 3D |
| Octal | 325 | 141 | 275 | 0 | 66 | 13 | 20 | 470 | 72 | 75 |
| Binary | 11010101 | 1100001 | 10111101 | 0 | 110110 | 1011 | 10000 | 100111000 | 111010 | 111101 |
Color Harmonies of #D561BD
Complementary color
Monochromatic Colors of #D561BD
Black with #D561BD
Text Example
Text Example
White with #D561BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D561BD; }
p { color: rgb(213,97,189); }
H1.HeaderClassName
{
color: #D561BD;
}
.AnyTagClassName
{
color: #D561BD;
}
</style>
background-color css
<style>
a { background-color: #D561BD; }
a { background-color: rgb(213,97,189); }
div.DivClassName
{
background-color: #D561BD;
}
.BgClassName
{
background-color: #D561BD;
}
</style>
border-color css
<style>
span { border-color: #D561BD; }
span { border-color: rgb(213,97,189); }
td.TdClassName
{
border-color: #D561BD;
}
.TagClassName
{
border-color: #D561BD;
}
</style>