Shades of Fuchsia #D260C3
Tints of Fuchsia #D260C3
RGB
CMYK
RGB Variations
Color information
#D260C3 (or 0xD260C3) is known color: Fuchsia. HEX triplet: D2, 60 and C3. RGB value is (210,96,195). Sum of RGB (Red+Green+Blue) = 210+96+195=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D260C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260C3 is #2D9F3C. Grayscale: #8D8D8D. Windows color (decimal): -2989885 or 12804306. OLE color: 12804306.
HSL color Cylindrical-coordinate representation of color #D260C3: hue angle of 307.89º 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 #D260C3 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 195 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.18 |
| HSL | 307.89º | 0.56% | 0.6% | - |
| HSV(B) | 307.89º | 0.54% | 0.82% | - |
| XYZ | 40.61 | 26.01 | 54.51 | - |
| YUV | 141.37 | 158.27 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 195 | 0 | 0.54 | 0.07 | 0.18 | 307.89 | 0.56 | 0.6 |
| Hex | D2 | 60 | C3 | 0 | 36 | 7 | 12 | 134 | 38 | 3C |
| Octal | 322 | 140 | 303 | 0 | 66 | 7 | 22 | 464 | 70 | 74 |
| Binary | 11010010 | 1100000 | 11000011 | 0 | 110110 | 111 | 10010 | 100110100 | 111000 | 111100 |
Color Harmonies of #D260C3
Complementary color
Monochromatic Colors of #D260C3
Black with #D260C3
Text Example
Text Example
White with #D260C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D260C3; }
p { color: rgb(210,96,195); }
H1.HeaderClassName
{
color: #D260C3;
}
.AnyTagClassName
{
color: #D260C3;
}
</style>
background-color css
<style>
a { background-color: #D260C3; }
a { background-color: rgb(210,96,195); }
div.DivClassName
{
background-color: #D260C3;
}
.BgClassName
{
background-color: #D260C3;
}
</style>
border-color css
<style>
span { border-color: #D260C3; }
span { border-color: rgb(210,96,195); }
td.TdClassName
{
border-color: #D260C3;
}
.TagClassName
{
border-color: #D260C3;
}
</style>