Shades of Fuchsia #D261C5
Tints of Fuchsia #D261C5
RGB
CMYK
RGB Variations
Color information
#D261C5 (or 0xD261C5) is known color: Fuchsia. HEX triplet: D2, 61 and C5. RGB value is (210,97,197). Sum of RGB (Red+Green+Blue) = 210+97+197=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D261C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261C5 is #2D9E3A. Grayscale: #8D8D8D. Windows color (decimal): -2989627 or 12935634. OLE color: 12935634.
HSL color Cylindrical-coordinate representation of color #D261C5: hue angle of 306.9º 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 #D261C5 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 197 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.18 |
| HSL | 306.9º | 0.56% | 0.6% | - |
| HSV(B) | 306.9º | 0.54% | 0.82% | - |
| XYZ | 40.93 | 26.28 | 55.74 | - |
| YUV | 142.19 | 158.94 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 197 | 0 | 0.54 | 0.06 | 0.18 | 306.9 | 0.56 | 0.6 |
| Hex | D2 | 61 | C5 | 0 | 36 | 6 | 12 | 133 | 38 | 3C |
| Octal | 322 | 141 | 305 | 0 | 66 | 6 | 22 | 463 | 70 | 74 |
| Binary | 11010010 | 1100001 | 11000101 | 0 | 110110 | 110 | 10010 | 100110011 | 111000 | 111100 |
Color Harmonies of #D261C5
Complementary color
Monochromatic Colors of #D261C5
Black with #D261C5
Text Example
Text Example
White with #D261C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261C5; }
p { color: rgb(210,97,197); }
H1.HeaderClassName
{
color: #D261C5;
}
.AnyTagClassName
{
color: #D261C5;
}
</style>
background-color css
<style>
a { background-color: #D261C5; }
a { background-color: rgb(210,97,197); }
div.DivClassName
{
background-color: #D261C5;
}
.BgClassName
{
background-color: #D261C5;
}
</style>
border-color css
<style>
span { border-color: #D261C5; }
span { border-color: rgb(210,97,197); }
td.TdClassName
{
border-color: #D261C5;
}
.TagClassName
{
border-color: #D261C5;
}
</style>