Shades of Fuchsia #D260BF
Tints of Fuchsia #D260BF
RGB
CMYK
RGB Variations
Color information
#D260BF (or 0xD260BF) is known color: Fuchsia. HEX triplet: D2, 60 and BF. RGB value is (210,96,191). Sum of RGB (Red+Green+Blue) = 210+96+191=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D260BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260BF is #2D9F40. Grayscale: #8C8C8C. Windows color (decimal): -2989889 or 12542162. OLE color: 12542162.
HSL color Cylindrical-coordinate representation of color #D260BF: hue angle of 310º 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 #D260BF is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 191 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.18 |
| HSL | 310º | 0.56% | 0.6% | - |
| HSV(B) | 310º | 0.54% | 0.82% | - |
| XYZ | 40.17 | 25.83 | 52.16 | - |
| YUV | 140.92 | 156.27 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 191 | 0 | 0.54 | 0.09 | 0.18 | 310 | 0.56 | 0.6 |
| Hex | D2 | 60 | BF | 0 | 36 | 9 | 12 | 136 | 38 | 3C |
| Octal | 322 | 140 | 277 | 0 | 66 | 11 | 22 | 466 | 70 | 74 |
| Binary | 11010010 | 1100000 | 10111111 | 0 | 110110 | 1001 | 10010 | 100110110 | 111000 | 111100 |
Color Harmonies of #D260BF
Complementary color
Monochromatic Colors of #D260BF
Black with #D260BF
Text Example
Text Example
White with #D260BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D260BF; }
p { color: rgb(210,96,191); }
H1.HeaderClassName
{
color: #D260BF;
}
.AnyTagClassName
{
color: #D260BF;
}
</style>
background-color css
<style>
a { background-color: #D260BF; }
a { background-color: rgb(210,96,191); }
div.DivClassName
{
background-color: #D260BF;
}
.BgClassName
{
background-color: #D260BF;
}
</style>
border-color css
<style>
span { border-color: #D260BF; }
span { border-color: rgb(210,96,191); }
td.TdClassName
{
border-color: #D260BF;
}
.TagClassName
{
border-color: #D260BF;
}
</style>