Shades of Fuchsia #D960BA
Tints of Fuchsia #D960BA
RGB
CMYK
RGB Variations
Color information
#D960BA (or 0xD960BA) is known color: Fuchsia. HEX triplet: D9, 60 and BA. RGB value is (217,96,186). Sum of RGB (Red+Green+Blue) = 217+96+186=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D960BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D960BA is #269F45. Grayscale: #8E8E8E. Windows color (decimal): -2531142 or 12214489. OLE color: 12214489.
HSL color Cylindrical-coordinate representation of color #D960BA: hue angle of 315.37º 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 #D960BA is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 186 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.15 |
| HSL | 315.37º | 0.61% | 0.61% | - |
| HSV(B) | 315.37º | 0.56% | 0.85% | - |
| XYZ | 41.66 | 26.66 | 49.41 | - |
| YUV | 142.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 186 | 0 | 0.56 | 0.14 | 0.15 | 315.37 | 0.61 | 0.61 |
| Hex | D9 | 60 | BA | 0 | 38 | E | F | 13B | 3D | 3D |
| Octal | 331 | 140 | 272 | 0 | 70 | 16 | 17 | 473 | 75 | 75 |
| Binary | 11011001 | 1100000 | 10111010 | 0 | 111000 | 1110 | 1111 | 100111011 | 111101 | 111101 |
Color Harmonies of #D960BA
Complementary color
Monochromatic Colors of #D960BA
Black with #D960BA
Text Example
Text Example
White with #D960BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D960BA; }
p { color: rgb(217,96,186); }
H1.HeaderClassName
{
color: #D960BA;
}
.AnyTagClassName
{
color: #D960BA;
}
</style>
background-color css
<style>
a { background-color: #D960BA; }
a { background-color: rgb(217,96,186); }
div.DivClassName
{
background-color: #D960BA;
}
.BgClassName
{
background-color: #D960BA;
}
</style>
border-color css
<style>
span { border-color: #D960BA; }
span { border-color: rgb(217,96,186); }
td.TdClassName
{
border-color: #D960BA;
}
.TagClassName
{
border-color: #D960BA;
}
</style>