Shades of Fuchsia #D960B7
Tints of Fuchsia #D960B7
RGB
CMYK
RGB Variations
Color information
#D960B7 (or 0xD960B7) is known color: Fuchsia. HEX triplet: D9, 60 and B7. RGB value is (217,96,183). Sum of RGB (Red+Green+Blue) = 217+96+183=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D960B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D960B7 is #269F48. Grayscale: #8D8D8D. Windows color (decimal): -2531145 or 12017881. OLE color: 12017881.
HSL color Cylindrical-coordinate representation of color #D960B7: hue angle of 316.86º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D960B7 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 183 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.15 |
| HSL | 316.86º | 0.61% | 0.61% | - |
| HSV(B) | 316.86º | 0.56% | 0.85% | - |
| XYZ | 41.35 | 26.54 | 47.74 | - |
| YUV | 142.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 183 | 0 | 0.56 | 0.16 | 0.15 | 316.86 | 0.61 | 0.61 |
| Hex | D9 | 60 | B7 | 0 | 38 | 10 | F | 13D | 3D | 3D |
| Octal | 331 | 140 | 267 | 0 | 70 | 20 | 17 | 475 | 75 | 75 |
| Binary | 11011001 | 1100000 | 10110111 | 0 | 111000 | 10000 | 1111 | 100111101 | 111101 | 111101 |
Color Harmonies of #D960B7
Complementary color
Monochromatic Colors of #D960B7
Black with #D960B7
Text Example
Text Example
White with #D960B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D960B7; }
p { color: rgb(217,96,183); }
H1.HeaderClassName
{
color: #D960B7;
}
.AnyTagClassName
{
color: #D960B7;
}
</style>
background-color css
<style>
a { background-color: #D960B7; }
a { background-color: rgb(217,96,183); }
div.DivClassName
{
background-color: #D960B7;
}
.BgClassName
{
background-color: #D960B7;
}
</style>
border-color css
<style>
span { border-color: #D960B7; }
span { border-color: rgb(217,96,183); }
td.TdClassName
{
border-color: #D960B7;
}
.TagClassName
{
border-color: #D960B7;
}
</style>