Shades of Fuchsia #D261C0
Tints of Fuchsia #D261C0
RGB
CMYK
RGB Variations
Color information
#D261C0 (or 0xD261C0) is known color: Fuchsia. HEX triplet: D2, 61 and C0. RGB value is (210,97,192). Sum of RGB (Red+Green+Blue) = 210+97+192=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D261C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261C0 is #2D9E3F. Grayscale: #8D8D8D. Windows color (decimal): -2989632 or 12607954. OLE color: 12607954.
HSL color Cylindrical-coordinate representation of color #D261C0: hue angle of 309.56º 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 #D261C0 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 192 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.18 |
| HSL | 309.56º | 0.56% | 0.6% | - |
| HSV(B) | 309.56º | 0.54% | 0.82% | - |
| XYZ | 40.37 | 26.06 | 52.77 | - |
| YUV | 141.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 192 | 0 | 0.54 | 0.09 | 0.18 | 309.56 | 0.56 | 0.6 |
| Hex | D2 | 61 | C0 | 0 | 36 | 9 | 12 | 136 | 38 | 3C |
| Octal | 322 | 141 | 300 | 0 | 66 | 11 | 22 | 466 | 70 | 74 |
| Binary | 11010010 | 1100001 | 11000000 | 0 | 110110 | 1001 | 10010 | 100110110 | 111000 | 111100 |
Color Harmonies of #D261C0
Complementary color
Monochromatic Colors of #D261C0
Black with #D261C0
Text Example
Text Example
White with #D261C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261C0; }
p { color: rgb(210,97,192); }
H1.HeaderClassName
{
color: #D261C0;
}
.AnyTagClassName
{
color: #D261C0;
}
</style>
background-color css
<style>
a { background-color: #D261C0; }
a { background-color: rgb(210,97,192); }
div.DivClassName
{
background-color: #D261C0;
}
.BgClassName
{
background-color: #D261C0;
}
</style>
border-color css
<style>
span { border-color: #D261C0; }
span { border-color: rgb(210,97,192); }
td.TdClassName
{
border-color: #D261C0;
}
.TagClassName
{
border-color: #D261C0;
}
</style>