Shades of Fuchsia #D963B7
Tints of Fuchsia #D963B7
RGB
CMYK
RGB Variations
Color information
#D963B7 (or 0xD963B7) is known color: Fuchsia. HEX triplet: D9, 63 and B7. RGB value is (217,99,183). Sum of RGB (Red+Green+Blue) = 217+99+183=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D963B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963B7 is #269C48. Grayscale: #8F8F8F. Windows color (decimal): -2530377 or 12018649. OLE color: 12018649.
HSL color Cylindrical-coordinate representation of color #D963B7: hue angle of 317.29º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D963B7 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 183 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.15 |
| HSL | 317.29º | 0.61% | 0.62% | - |
| HSV(B) | 317.29º | 0.54% | 0.85% | - |
| XYZ | 41.62 | 27.09 | 47.84 | - |
| YUV | 143.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 183 | 0 | 0.54 | 0.16 | 0.15 | 317.29 | 0.61 | 0.62 |
| Hex | D9 | 63 | B7 | 0 | 36 | 10 | F | 13D | 3D | 3E |
| Octal | 331 | 143 | 267 | 0 | 66 | 20 | 17 | 475 | 75 | 76 |
| Binary | 11011001 | 1100011 | 10110111 | 0 | 110110 | 10000 | 1111 | 100111101 | 111101 | 111110 |
Color Harmonies of #D963B7
Complementary color
Monochromatic Colors of #D963B7
Black with #D963B7
Text Example
Text Example
White with #D963B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D963B7; }
p { color: rgb(217,99,183); }
H1.HeaderClassName
{
color: #D963B7;
}
.AnyTagClassName
{
color: #D963B7;
}
</style>
background-color css
<style>
a { background-color: #D963B7; }
a { background-color: rgb(217,99,183); }
div.DivClassName
{
background-color: #D963B7;
}
.BgClassName
{
background-color: #D963B7;
}
</style>
border-color css
<style>
span { border-color: #D963B7; }
span { border-color: rgb(217,99,183); }
td.TdClassName
{
border-color: #D963B7;
}
.TagClassName
{
border-color: #D963B7;
}
</style>