Shades of Fuchsia #D260BC
Tints of Fuchsia #D260BC
RGB
CMYK
RGB Variations
Color information
#D260BC (or 0xD260BC) is known color: Fuchsia. HEX triplet: D2, 60 and BC. RGB value is (210,96,188). Sum of RGB (Red+Green+Blue) = 210+96+188=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D260BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260BC is #2D9F43. Grayscale: #8C8C8C. Windows color (decimal): -2989892 or 12345554. OLE color: 12345554.
HSL color Cylindrical-coordinate representation of color #D260BC: hue angle of 311.58º 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 #D260BC is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 188 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.18 |
| HSL | 311.58º | 0.56% | 0.6% | - |
| HSV(B) | 311.58º | 0.54% | 0.82% | - |
| XYZ | 39.84 | 25.7 | 50.44 | - |
| YUV | 140.57 | 154.77 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 188 | 0 | 0.54 | 0.10 | 0.18 | 311.58 | 0.56 | 0.6 |
| Hex | D2 | 60 | BC | 0 | 36 | A | 12 | 138 | 38 | 3C |
| Octal | 322 | 140 | 274 | 0 | 66 | 12 | 22 | 470 | 70 | 74 |
| Binary | 11010010 | 1100000 | 10111100 | 0 | 110110 | 1010 | 10010 | 100111000 | 111000 | 111100 |
Color Harmonies of #D260BC
Complementary color
Monochromatic Colors of #D260BC
Black with #D260BC
Text Example
Text Example
White with #D260BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D260BC; }
p { color: rgb(210,96,188); }
H1.HeaderClassName
{
color: #D260BC;
}
.AnyTagClassName
{
color: #D260BC;
}
</style>
background-color css
<style>
a { background-color: #D260BC; }
a { background-color: rgb(210,96,188); }
div.DivClassName
{
background-color: #D260BC;
}
.BgClassName
{
background-color: #D260BC;
}
</style>
border-color css
<style>
span { border-color: #D260BC; }
span { border-color: rgb(210,96,188); }
td.TdClassName
{
border-color: #D260BC;
}
.TagClassName
{
border-color: #D260BC;
}
</style>