Shades of Fuchsia #D961B7
Tints of Fuchsia #D961B7
RGB
CMYK
RGB Variations
Color information
#D961B7 (or 0xD961B7) is known color: Fuchsia. HEX triplet: D9, 61 and B7. RGB value is (217,97,183). Sum of RGB (Red+Green+Blue) = 217+97+183=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D961B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961B7 is #269E48. Grayscale: #8E8E8E. Windows color (decimal): -2530889 or 12018137. OLE color: 12018137.
HSL color Cylindrical-coordinate representation of color #D961B7: hue angle of 317º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D961B7 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 183 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.15 |
| HSL | 317º | 0.61% | 0.62% | - |
| HSV(B) | 317º | 0.55% | 0.85% | - |
| XYZ | 41.44 | 26.72 | 47.77 | - |
| YUV | 142.68 | 150.76 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 183 | 0 | 0.55 | 0.16 | 0.15 | 317 | 0.61 | 0.62 |
| Hex | D9 | 61 | B7 | 0 | 37 | 10 | F | 13D | 3D | 3E |
| Octal | 331 | 141 | 267 | 0 | 67 | 20 | 17 | 475 | 75 | 76 |
| Binary | 11011001 | 1100001 | 10110111 | 0 | 110111 | 10000 | 1111 | 100111101 | 111101 | 111110 |
Color Harmonies of #D961B7
Complementary color
Monochromatic Colors of #D961B7
Black with #D961B7
Text Example
Text Example
White with #D961B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D961B7; }
p { color: rgb(217,97,183); }
H1.HeaderClassName
{
color: #D961B7;
}
.AnyTagClassName
{
color: #D961B7;
}
</style>
background-color css
<style>
a { background-color: #D961B7; }
a { background-color: rgb(217,97,183); }
div.DivClassName
{
background-color: #D961B7;
}
.BgClassName
{
background-color: #D961B7;
}
</style>
border-color css
<style>
span { border-color: #D961B7; }
span { border-color: rgb(217,97,183); }
td.TdClassName
{
border-color: #D961B7;
}
.TagClassName
{
border-color: #D961B7;
}
</style>