Shades of Fuchsia #D261B7
Tints of Fuchsia #D261B7
RGB
CMYK
RGB Variations
Color information
#D261B7 (or 0xD261B7) is known color: Fuchsia. HEX triplet: D2, 61 and B7. RGB value is (210,97,183). Sum of RGB (Red+Green+Blue) = 210+97+183=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D261B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261B7 is #2D9E48. Grayscale: #8C8C8C. Windows color (decimal): -2989641 or 12018130. OLE color: 12018130.
HSL color Cylindrical-coordinate representation of color #D261B7: hue angle of 314.34º 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 #D261B7 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 183 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.18 |
| HSL | 314.34º | 0.56% | 0.6% | - |
| HSV(B) | 314.34º | 0.54% | 0.82% | - |
| XYZ | 39.4 | 25.67 | 47.68 | - |
| YUV | 140.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 183 | 0 | 0.54 | 0.13 | 0.18 | 314.34 | 0.56 | 0.6 |
| Hex | D2 | 61 | B7 | 0 | 36 | D | 12 | 13A | 38 | 3C |
| Octal | 322 | 141 | 267 | 0 | 66 | 15 | 22 | 472 | 70 | 74 |
| Binary | 11010010 | 1100001 | 10110111 | 0 | 110110 | 1101 | 10010 | 100111010 | 111000 | 111100 |
Color Harmonies of #D261B7
Complementary color
Monochromatic Colors of #D261B7
Black with #D261B7
Text Example
Text Example
White with #D261B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261B7; }
p { color: rgb(210,97,183); }
H1.HeaderClassName
{
color: #D261B7;
}
.AnyTagClassName
{
color: #D261B7;
}
</style>
background-color css
<style>
a { background-color: #D261B7; }
a { background-color: rgb(210,97,183); }
div.DivClassName
{
background-color: #D261B7;
}
.BgClassName
{
background-color: #D261B7;
}
</style>
border-color css
<style>
span { border-color: #D261B7; }
span { border-color: rgb(210,97,183); }
td.TdClassName
{
border-color: #D261B7;
}
.TagClassName
{
border-color: #D261B7;
}
</style>