Shades of Fuchsia #D260BA
Tints of Fuchsia #D260BA
RGB
CMYK
RGB Variations
Color information
#D260BA (or 0xD260BA) is known color: Fuchsia. HEX triplet: D2, 60 and BA. RGB value is (210,96,186). Sum of RGB (Red+Green+Blue) = 210+96+186=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D260BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260BA is #2D9F45. Grayscale: #8C8C8C. Windows color (decimal): -2989894 or 12214482. OLE color: 12214482.
HSL color Cylindrical-coordinate representation of color #D260BA: hue angle of 312.63º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D260BA is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 186 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.18 |
| HSL | 312.63º | 0.56% | 0.6% | - |
| HSV(B) | 312.63º | 0.54% | 0.82% | - |
| XYZ | 39.62 | 25.61 | 49.31 | - |
| YUV | 140.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 186 | 0 | 0.54 | 0.11 | 0.18 | 312.63 | 0.56 | 0.6 |
| Hex | D2 | 60 | BA | 0 | 36 | B | 12 | 139 | 38 | 3C |
| Octal | 322 | 140 | 272 | 0 | 66 | 13 | 22 | 471 | 70 | 74 |
| Binary | 11010010 | 1100000 | 10111010 | 0 | 110110 | 1011 | 10010 | 100111001 | 111000 | 111100 |
Color Harmonies of #D260BA
Complementary color
Monochromatic Colors of #D260BA
Black with #D260BA
Text Example
Text Example
White with #D260BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D260BA; }
p { color: rgb(210,96,186); }
H1.HeaderClassName
{
color: #D260BA;
}
.AnyTagClassName
{
color: #D260BA;
}
</style>
background-color css
<style>
a { background-color: #D260BA; }
a { background-color: rgb(210,96,186); }
div.DivClassName
{
background-color: #D260BA;
}
.BgClassName
{
background-color: #D260BA;
}
</style>
border-color css
<style>
span { border-color: #D260BA; }
span { border-color: rgb(210,96,186); }
td.TdClassName
{
border-color: #D260BA;
}
.TagClassName
{
border-color: #D260BA;
}
</style>