Shades of Fuchsia #D260C5
Tints of Fuchsia #D260C5
RGB
CMYK
RGB Variations
Color information
#D260C5 (or 0xD260C5) is known color: Fuchsia. HEX triplet: D2, 60 and C5. RGB value is (210,96,197). Sum of RGB (Red+Green+Blue) = 210+96+197=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D260C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260C5 is #2D9F3A. Grayscale: #8D8D8D. Windows color (decimal): -2989883 or 12935378. OLE color: 12935378.
HSL color Cylindrical-coordinate representation of color #D260C5: hue angle of 306.84º 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 #D260C5 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 197 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.18 |
| HSL | 306.84º | 0.56% | 0.6% | - |
| HSV(B) | 306.84º | 0.54% | 0.82% | - |
| XYZ | 40.84 | 26.1 | 55.71 | - |
| YUV | 141.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 197 | 0 | 0.54 | 0.06 | 0.18 | 306.84 | 0.56 | 0.6 |
| Hex | D2 | 60 | C5 | 0 | 36 | 6 | 12 | 133 | 38 | 3C |
| Octal | 322 | 140 | 305 | 0 | 66 | 6 | 22 | 463 | 70 | 74 |
| Binary | 11010010 | 1100000 | 11000101 | 0 | 110110 | 110 | 10010 | 100110011 | 111000 | 111100 |
Color Harmonies of #D260C5
Complementary color
Monochromatic Colors of #D260C5
Black with #D260C5
Text Example
Text Example
White with #D260C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D260C5; }
p { color: rgb(210,96,197); }
H1.HeaderClassName
{
color: #D260C5;
}
.AnyTagClassName
{
color: #D260C5;
}
</style>
background-color css
<style>
a { background-color: #D260C5; }
a { background-color: rgb(210,96,197); }
div.DivClassName
{
background-color: #D260C5;
}
.BgClassName
{
background-color: #D260C5;
}
</style>
border-color css
<style>
span { border-color: #D260C5; }
span { border-color: rgb(210,96,197); }
td.TdClassName
{
border-color: #D260C5;
}
.TagClassName
{
border-color: #D260C5;
}
</style>