Shades of Fuchsia #D261C2
Tints of Fuchsia #D261C2
RGB
CMYK
RGB Variations
Color information
#D261C2 (or 0xD261C2) is known color: Fuchsia. HEX triplet: D2, 61 and C2. RGB value is (210,97,194). Sum of RGB (Red+Green+Blue) = 210+97+194=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D261C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261C2 is #2D9E3D. Grayscale: #8D8D8D. Windows color (decimal): -2989630 or 12739026. OLE color: 12739026.
HSL color Cylindrical-coordinate representation of color #D261C2: hue angle of 308.5º 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 #D261C2 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 194 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.18 |
| HSL | 308.5º | 0.56% | 0.6% | - |
| HSV(B) | 308.5º | 0.54% | 0.82% | - |
| XYZ | 40.59 | 26.15 | 53.95 | - |
| YUV | 141.85 | 157.44 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 194 | 0 | 0.54 | 0.08 | 0.18 | 308.5 | 0.56 | 0.6 |
| Hex | D2 | 61 | C2 | 0 | 36 | 8 | 12 | 134 | 38 | 3C |
| Octal | 322 | 141 | 302 | 0 | 66 | 10 | 22 | 464 | 70 | 74 |
| Binary | 11010010 | 1100001 | 11000010 | 0 | 110110 | 1000 | 10010 | 100110100 | 111000 | 111100 |
Color Harmonies of #D261C2
Complementary color
Monochromatic Colors of #D261C2
Black with #D261C2
Text Example
Text Example
White with #D261C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261C2; }
p { color: rgb(210,97,194); }
H1.HeaderClassName
{
color: #D261C2;
}
.AnyTagClassName
{
color: #D261C2;
}
</style>
background-color css
<style>
a { background-color: #D261C2; }
a { background-color: rgb(210,97,194); }
div.DivClassName
{
background-color: #D261C2;
}
.BgClassName
{
background-color: #D261C2;
}
</style>
border-color css
<style>
span { border-color: #D261C2; }
span { border-color: rgb(210,97,194); }
td.TdClassName
{
border-color: #D261C2;
}
.TagClassName
{
border-color: #D261C2;
}
</style>